-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.19 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.19 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
{
"name": "ssfin",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@rollup/plugin-inject": "^5.0.5",
"@solb/bottom-sheet": "^1.0.0",
"@stomp/stompjs": "^7.0.0",
"axios": "^1.7.7",
"bootstrap": "^5.3.3",
"global": "^4.4.0",
"pinia": "^2.2.4",
"pinia-plugin-persistedstate": "^4.1.1",
"qrcode.vue": "^3.5.0",
"sockjs-client": "^1.6.1",
"stompjs": "^2.3.3",
"swiper": "^11.1.14",
"vue": "^3.4.37",
"vue-cal": "^4.9.0",
"vue-qr-reader": "^1.6.2",
"vue-qrcode-reader": "^5.5.10",
"vue-router": "^4.4.5",
"vue3-qrcode-reader": "^0.0.1",
"vue3-radial-progress": "^1.1.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"autoprefixer": "^10.4.20",
"html5-qrcode": "^2.3.8",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.12",
"vite": "^5.4.8",
"vite-plugin-pwa": "^0.20.5"
}
}