-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
40 lines (40 loc) · 1.32 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
{
"name": "cumulonimbus-frontend",
"private": true,
"version": "4.6.4",
"type": "module",
"license": "GNU-GPL-3.0",
"scripts": {
"live-prod": "vite --host --port 6173 -c vite.config.production.ts",
"live-ptb": "vite --host --port 4173 -c vite.config.ptb.ts",
"live-dev": "vite --host --port 5173",
"build-prod": "vue-tsc --noEmit && vite build",
"build-ptb": "vue-tsc --noEmit && vite build -c vite.config.ptb.ts",
"build-dev": "vue-tsc --noEmit && vite build -c vite.config.development.ts",
"preview": "vite preview --host"
},
"dependencies": {
"@simplewebauthn/browser": "^13.0.0",
"@vueuse/components": "^12.0.0",
"@vueuse/core": "^12.0.0",
"cumulonimbus-wrapper": "^5.0.1",
"ms": "^2.1.3",
"pinia": "^2.3.0",
"qrcode": "^1.5.4",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@simplewebauthn/types": "^12.0.0",
"@types/ms": "^0.7.34",
"@types/node": "^22.10.1",
"@types/qrcode": "^1.5.5",
"@vitejs/plugin-vue": "^5.2.1",
"terser": "^5.37.0",
"typescript": "~5.6",
"vite": "^6.0.3",
"vite-plugin-pwa": "^0.21.1",
"vue-tsc": "^2.1.10"
},
"packageManager": "[email protected]+sha512.bbe7e310ff7fd20dc63b111110f96fe18192234bb0d4f10441fa6b85d2b644c8923db8fbe6d7886257ace948440ab1f83325ad02af457a1806cdc97f03d2508e"
}