-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.98 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.98 KB
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
65
66
67
68
{
"name": "auth",
"version": "0.0.13",
"description": "yat Crypto",
"productName": "yat",
"author": "YZoZ <mail@yzoz.com>",
"type": "module",
"private": true,
"scripts": {
"lint": "eslint -c ./eslint.config.js \"./src*/**/*.{js,cjs,mjs,vue}\"",
"format": "prettier --write \"**/*.{js,vue,scss,html,md,json}\" --ignore-path .gitignore",
"test": "echo \"No test specified\" && exit 0",
"dev": "quasar dev",
"build": "quasar build",
"postinstall": "quasar prepare"
},
"dependencies": {
"@apollo/client": "^3.8.6",
"@chenfengyuan/vue-qrcode": "^2.0.0",
"@quasar/extras": "^1.16.4",
"@scure/base": "^1.2.4",
"@scure/bip39": "^1.5.4",
"@vue/apollo-composable": "^4.0.0",
"bip39": "^3.1.0",
"buffer": "^6.0.3",
"check-password-strength": "^3.0.0",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"idb": "^8.0.2",
"js-cookie": "^3.0.5",
"ky": "^1.7.5",
"libsodium-wrappers": "^0.7.15",
"pinia": "^3.0.1",
"quasar": "^2.16.0",
"register-service-worker": "^1.7.2",
"tweetnacl": "^1.0.3",
"vue": "^3.4.18",
"vue-i18n": "^9.0.0",
"vue-qrcode-reader": "^5.7.1",
"vue-router": "^4.0.0"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@quasar/app-vite": "^2.1.0",
"@quasar/quasar-app-extension-apollo": "^2.2.4",
"@vue/eslint-config-prettier": "^10.1.0",
"autoprefixer": "^10.4.2",
"eslint": "^9.14.0",
"eslint-plugin-vue": "^9.30.0",
"globals": "^15.12.0",
"postcss": "^8.4.14",
"prettier": "^3.3.3",
"vite-plugin-checker": "^0.8.0",
"workbox-build": "^7.3.0",
"workbox-cacheable-response": "^7.3.0",
"workbox-core": "^7.3.0",
"workbox-expiration": "^7.3.0",
"workbox-precaching": "^7.3.0",
"workbox-routing": "^7.3.0",
"workbox-strategies": "^7.3.0"
},
"engines": {
"node": "^28 || ^26 || ^24 || ^22 || ^20 || ^18",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}