aboutsummaryrefslogtreecommitdiff
path: root/front-end/package.json
blob: 8610eff963c2eb80cc09325bd982b90d1383c7f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
  "name": "@vnuge/simple-bookmark-frontend",
  "private": true,
  "version": "0.1.0",
  "type": "module",
  "copyright": "Copyright © 2024 Vaughn Nugent",
  "description": "The Simple Bookmark front-end client side web application",
  "repository": "https://github.com/VnUgE/simple-bookmark/tree/master/front-end",
  "author": "Vaughn Nugent",
  "output_dir": "bin",
  "main": "index.html",
  "license": "agpl3",
  "scripts": {
    "dev": "vite",
    "watch": "vite build --watch --mode development --minify false",
    "build": "vite build",
    "preview": "vite preview",
    "update": "npm update",
    "oudated": "npm outdated"
  },
  "dependencies": {
    "@headlessui/vue": "^1.7.17",
    "@vnuge/vnlib.browser": "https://www.vaughnnugent.com/public/resources/software/builds/Plugins.Essentials/a74cd045c0a67e0caef98bc79d2064f53b3cd792/@vnuge-vnlib.browser/release.tgz",
    "@vuelidate/core": "^2.0.2",
    "@vuelidate/validators": "^2.0.2",
    "@vueuse/core": "^10.3.x",
    "axios": "^1.4.0",
    "base32-encode": "^2.0.0",
    "flowbite": "^2.2.1",
    "jose": "^5.0.x",
    "otpauth": "^9.1.2",
    "lodash-es": "^4.17.21",
    "pinia": "^2.1.7",
    "qrcode.vue": "^3.4.1",
    "universal-cookie": "^7.0.x",
    "vue": "^3.2.47",
    "vue3-otp-input": "^0.4.1"
  },
  "devDependencies": {
    "@types/lodash-es": "^4.14.194",
    "@vitejs/plugin-vue": "^5.0.x",
    "autoprefixer": "^10.4.14",
    "dotenv": "^16.0.3",
    "postcss": "^8.4.23",
    "sass": "^1.62.1",
    "tailwindcss": "^3.3.2",
    "typescript": "^5.0.2",
    "vite": "^5.0.x",
    "vue-eslint-parser": "^9.3.0",
    "vue-tsc": "^2.0.x"
  }
}