forked from QiuChenlyOpenSource/MusicDownload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1014 Bytes
/
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
{
"name": "icbcview",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.10",
"axios": "^1.3.4",
"crypto-js": "^4.1.1",
"element-plus": "^2.2.33",
"qrcode.vue": "^3.3.3",
"vue": "^3.2.47"
},
"devDependencies": {
"@iconify/json": "^2.2.30",
"@types/crypto-js": "^4.1.1",
"@types/node": "^18.14.6",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/compiler-sfc": "^3.2.47",
"@vue/tsconfig": "^0.1.3",
"pinia": "^2.0.32",
"pinia-plugin-persistedstate": "^3.1.0",
"sass": "^1.58.3",
"typescript": "^4.9.5",
"unplugin-auto-import": "^0.15.0",
"unplugin-icons": "^0.15.3",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.1.4",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-inspect": "^0.7.15",
"vue-router": "^4.1.6",
"vue-tsc": "^1.2.0"
}
}