aboutsummaryrefslogtreecommitdiff
path: root/extension/package.json
blob: 129617a0e46683e5870b1abe15f33554c252f97e (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
53
54
55
56
57
58
59
60
61
62
63
64
{
  "name": "@vnuge/nvault-extension",
  "version": "0.1.0",
  "displayName": "NVault",
  "author": "Vaughn Nugent",
  "type": "module",
  "description": "A @vnuge/nvault-extension nostr identity vault browser extension",
  "output_dir": "bin",
  "repository": "https://github.com/VnUgE/NVault",
  "scripts": {
    "build": "vite build",
    "watch": "vite build --watch --mode development --minify false",
    "dev": "vite",
    "serve:firefox": "web-ext run --start-url \"about:debugging#/runtime/this-firefox\"  --source-dir ./dist/ --verbose",
    "serve:chrome": "web-ext run -t chromium --start-url \"https://google.com\" --source-dir ./dist/"
  },
  "license": "AGPL3",
  "devDependencies": {
    "@samrum/vite-plugin-web-extension": "^5.0.0",
    "@types/chrome": "^0.0.x",
    "@types/lodash": "^4.14.x",
    "@types/webextension-polyfill": "^0.10.0",
    "@vitejs/plugin-vue": "^4.1.0",
    "@volar-plugins/vetur": "latest",
    "autoprefixer": "^10.4.14",
    "axios": "^1.1.3",
    "dotenv": "^16.0.3",
    "postcss": "^8.4.23",
    "sass": "^1.62.1",
    "tailwindcss": "^3.3.2",
    "typescript": "^5.0.2",
    "vite": "^4.3.5",
    "vue-eslint-parser": "^9.3.0",
    "vue-router": "^4.2.0",
    "vue-tsc": "^1.4.2",
    "web-ext": "^7.4.0"
  },
  "dependencies": {
    "@chenfengyuan/vue-qrcode": "^2.0.0",
    "@fontsource/noto-sans-masaram-gondi": "^5.0.8",
    "@fortawesome/fontawesome-svg-core": "^6.4.0",
    "@fortawesome/free-brands-svg-icons": "^6.1.2",
    "@fortawesome/free-solid-svg-icons": "^6.4.0",
    "@fortawesome/vue-fontawesome": "^3.0.3",
    "@headlessui/vue": "^1.7.x",
    "@kyvg/vue3-notification": "^3.0.x",
    "@vnuge/vnlib.browser": "https://www.vaughnnugent.com/public/resources/software/builds/vnlib.browser/11288db78d5e83421ac2ffe5168bbf7eecb085bc/@vnuge-vnlib.browser/release.tgz",
    "@vuelidate/core": "^2.0.0",
    "@vuelidate/validators": "^2.0.0",
    "@vueuse/core": "^10.3.2",
    "@vueuse/integrations": "^10.3.2",
    "base32-encode": "^2.0.0",
    "jose": "^5.0.x",
    "lodash-es": "^4.17.21",
    "pinia": "^2.1.7",
    "sass": "^1.56.1",
    "serialize-error": "^11.0.0",
    "tiny-uid": "^1.1.1",
    "universal-cookie": "^6.1.x",
    "vite-plugin-web-extension": "^3.0.2",
    "vue": "^3.2.47",
    "webextension-polyfill": "^0.10.0"
  }
}