forked from Ljhhhhhh/h5vue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.4 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
42
43
44
45
46
47
48
49
50
51
{
"name": "vue-cli-h5",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
},
"dependencies": {
"axios": "^0.19.0",
"core-js": "2.6.5",
"dayjs": "^1.8.16",
"fastclick": "^1.0.6",
"js-cookie": "^2.2.1",
"lib-flexible": "^0.3.2",
"vant": "^2.2.5",
"vo-pages": "^1.0.8",
"vue": "^2.6.10",
"vue-router": "^3.0.3",
"vuex": "3.1.0"
},
"devDependencies": {
"@babel/register": "^7.6.2",
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"@vue/eslint-config-standard": "^4.0.0",
"amfe-flexible": "^2.2.1",
"babel-eslint": "^10.0.1",
"babel-plugin-import": "^1.12.2",
"body-parser": "^1.19.0",
"chalk": "^2.4.2",
"chokidar": "^3.2.1",
"compression-webpack-plugin": "^3.0.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"mockjs": "^1.0.1-beta3",
"postcss-pxtorem": "^4.0.1",
"sass": "^1.18.0",
"sass-loader": "^7.1.0",
"script-ext-html-webpack-plugin": "^2.1.4",
"svg-sprite-loader": "^4.1.6",
"svgo": "^1.3.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"vconsole": "^3.3.4",
"vue-template-compiler": "^2.6.10",
"webpack-bundle-analyzer": "^3.5.2"
}
}