-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
88 lines (88 loc) · 2.93 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "authman-app",
"private": true,
"version": "1.0.3",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"test:e2e": "cypress run",
"test:unit": "vitest",
"lint": "eslint .",
"electron": "sh bin/electron-script.sh",
"electron:prod": "sh bin/electron-script.sh build production",
"assets": "npx @capacitor/assets generate --iconBackgroundColor '#001b29' --iconBackgroundColorDark '#001b29' --splashBackgroundColor '#001b29' --splashBackgroundColorDark '#001b29'"
},
"dependencies": {
"@capacitor/android": "5.7.3",
"@capacitor/app": "5.0.7",
"@capacitor/core": "5.7.3",
"@capacitor/haptics": "5.0.7",
"@capacitor/ios": "5.7.3",
"@capacitor/keyboard": "5.0.8",
"@capacitor/status-bar": "5.0.7",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@ionic/vue": "^7.0.0",
"@ionic/vue-router": "^7.0.0",
"ionicons": "^7.0.0",
"vue": "^3.3.0",
"vue-router": "^4.2.0"
},
"devDependencies": {
"@aparajita/capacitor-biometric-auth": "^7.1.1",
"@aparajita/capacitor-secure-storage": "^5.2.0",
"@asika32764/vite-plugin-show-env": "^1.0.3",
"@asika32764/vue-animate": "^3.0.2",
"@capacitor-community/electron": "^5.0.1",
"@capacitor-mlkit/barcode-scanning": "^5.4.0",
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "5.7.3",
"@capacitor/clipboard": "^6.0.0",
"@capacitor/filesystem": "^6.0.0",
"@capacitor/share": "^6.0.0",
"@capawesome-team/capacitor-file-opener": "^6.0.0",
"@capawesome/capacitor-file-picker": "^6.0.0",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@noble/hashes": "^1.4.0",
"@types/libsodium-wrappers": "^0.7.13",
"@types/libsodium-wrappers-sumo": "^0.7.8",
"@types/lodash-es": "^4.17.12",
"@types/qrcode": "^1.5.5",
"@types/zxcvbn": "^4.4.4",
"@vitejs/plugin-legacy": "^5.0.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.3.0",
"@vueuse/core": "^10.9.0",
"@windwalker-io/srp": "^1.0.0",
"axios": "^1.6.7",
"axios-url-template": "^1.0.3",
"bigint-toolkit": "^0.2.0",
"cypress": "^13.5.0",
"dayjs": "^1.11.10",
"eslint": "^8.35.0",
"eslint-plugin-vue": "^9.9.0",
"idle-timeout": "^2.0.1",
"jsdom": "^22.1.0",
"libsodium-wrappers-sumo": "^0.7.13",
"lodash-es": "^4.17.21",
"qrcode": "^1.5.3",
"sass": "^1.72.0",
"terser": "^5.4.0",
"totp-generator": "^1.0.0",
"typescript": "^5.1.6",
"uuidv7": "^0.6.3",
"vite": "^5.0.0",
"vite-plugin-checker": "^0.6.4",
"vitest": "^0.34.6",
"vue-tsc": "^1.0.24",
"vue3-circle-progress": "^1.0.7",
"vue3-popper": "^1.5.0",
"zxcvbn": "^4.4.2"
},
"description": "An Ionic project"
}