-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 996 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 996 Bytes
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
{
"name": "myMusic",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"start": "npm run serve",
"build": "vue-cli-service build",
"report": "vue-cli-service build --report"
},
"dependencies": {
"axios": "^0.18.0",
"better-scroll": "^1.13.2",
"create-keyframe-animation": "^0.1.0",
"css-loader": "^1.0.1",
"fastclick": "^1.0.6",
"iview": "^3.1.4",
"vue": "^2.5.17",
"vue-loader": "^15.4.2",
"vue-router": "^3.0.1",
"vuex": "^3.0.1",
"xieyezi-lyric": "^1.0.3",
"xieyezi-storage": "^1.0.4"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.4",
"@vue/cli-service": "^3.0.4",
"babel-plugin-import": "^1.11.0",
"vue-cli-plugin-iview": "^1.0.6",
"vue-lazyload": "^1.2.6",
"vue-template-compiler": "^2.5.17"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}