-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
73 lines (73 loc) · 2.29 KB
/
package.json
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
69
70
71
72
73
{
"name": "yat",
"version": "0.0.1",
"description": "ѣ",
"productName": "Yat",
"author": "YZoZ <[email protected]>",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue ./",
"test": "echo \"See package.json => scripts for available tests.\" && exit 0",
"test:unit:ui": "majestic",
"test:unit": "jest --updateSnapshot",
"test:unit:ci": "jest --ci",
"test:unit:coverage": "jest --coverage",
"test:unit:watch": "jest --watch",
"test:unit:watchAll": "jest --watchAll",
"serve:test:coverage": "quasar serve test/jest/coverage/lcov-report/ --port 8788",
"concurrently:dev:jest": "concurrently \"quasar dev\" \"jest --watch\""
},
"dependencies": {
"@chenfengyuan/vue-qrcode": "^2.0.0",
"@quasar/extras": "^1.16.9",
"@scure/base": "^1.1.5",
"@scure/bip39": "^1.2.2",
"check-password-strength": "^2.0.7",
"idb": "^7.1.1",
"lodash.clonedeep": "^4.5.0",
"pinia": "^2.1.7",
"qrcode": "^1.5.3",
"quasar": "^2.14.3",
"tweetnacl": "^1.0.3",
"vue": "^3.4.15",
"vue-i18n": "^9.9.0",
"vue-router": "^4.2.5",
"vue3-qrcode-reader": "^0.0.1",
"@apollo/client": "^3.8.6",
"@vue/apollo-composable": "^4.0.0",
"graphql": "^16.8.1"
},
"devDependencies": {
"@intlify/vite-plugin-vue-i18n": "^3.4.0",
"@pinia/testing": "^0.0.14",
"@quasar/app-vite": "^1.7.3",
"@quasar/babel-preset-app": "^2.0.2",
"@quasar/quasar-app-extension-apollo": "^2.2.0",
"@types/lodash.clonedeep": "^4.5.9",
"@types/node": "^12.20.55",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.20.1",
"fake-indexeddb": "^4.0.2",
"majestic": "^1.8.1",
"workbox-build": "^6.6.0",
"workbox-cacheable-response": "^6.5.4",
"workbox-core": "^6.5.4",
"workbox-expiration": "^6.5.4",
"workbox-precaching": "^6.5.4",
"workbox-routing": "^6.5.4",
"workbox-strategies": "^6.5.4"
},
"engines": {
"node": "^18 || ^16 || ^14.19",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}