-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.03 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
{
"name": "music",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"test": "vite --mode test",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview"
},
"dependencies": {
"axios": "^0.21.1",
"lib-flexible": "^0.3.2",
"qs": "^6.10.1",
"vant": "^3.0.16",
"vue": "^3.0.5",
"vue-router": "^4.0.6",
"vuex": "^4.0.1",
"vuex-persistedstate": "^4.0.0-beta.3"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^19.0.0",
"@types/node": "^15.12.1",
"@vitejs/plugin-legacy": "^1.3.4",
"@vitejs/plugin-vue": "^1.2.1",
"@vue/compiler-sfc": "^3.0.5",
"autoprefixer": "^10.2.5",
"babel-eslint": "^10.1.0",
"chalk": "^4.1.1",
"eslint": "^7.27.0",
"eslint-config-alloy": "^4.1.0",
"eslint-plugin-vue": "^7.10.0",
"less": "^4.1.1",
"postcss-pxtorem": "^6.0.0",
"prettier": "^2.3.0",
"typescript": "^4.3.2",
"vite": "^2.1.5",
"vite-plugin-style-import": "^0.10.0",
"vue-eslint-parser": "^7.6.0",
"vue-tsc": "^0.0.15"
}
}