-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.02 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": "just-music",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
"@element-plus/icons-vue": "^2.0.10",
"await-to-js": "^3.0.0",
"element-plus": "^2.2.18",
"is-mobile": "^3.1.1",
"pinia": "^2.0.23",
"vue": "^3.2.37",
"vue-router": "^4.1.5",
"vue3-lazy": "^1.0.0-alpha.1"
},
"devDependencies": {
"@iconify-json/ant-design": "^1.1.3",
"@iconify-json/ep": "^1.1.8",
"@types/node": "^18.8.0",
"@vitejs/plugin-vue": "^3.1.0",
"axios": "^1.1.2",
"consola": "^2.15.3",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"typescript": "^4.6.4",
"unplugin-auto-import": "^0.11.4",
"unplugin-element-plus": "^0.4.1",
"unplugin-icons": "^0.14.13",
"unplugin-vue-components": "^0.22.9",
"vite": "^3.1.0",
"vite-plugin-style-import": "^2.0.0",
"vue-tsc": "^0.40.4"
}
}