forked from now1then/vue-h5-pro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.15 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
{
"name": "vue-h5-pro",
"author": {
"name": "nowthen",
"email": "[email protected]"
},
"description": "基于@vue/CLI3构建的移动端h5项目模板",
"keywords": [
"vue-h5",
"vue-cli",
"@vue/CLI3",
"nowthen"
],
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.19.0",
"core-js": "^2.6.5",
"fastclick": "^1.0.6",
"lib-flexible": "^0.3.2",
"mint-ui": "^2.2.13",
"vue": "^2.6.10",
"vue-router": "^3.0.3",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.10.0",
"@vue/cli-plugin-eslint": "^3.10.0",
"@vue/cli-service": "^3.10.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"babel-plugin-component": "^1.1.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"postcss-pxtorem": "^4.0.1",
"style-resources-loader": "^1.2.1",
"vue-template-compiler": "^2.6.10",
"webpack-bundle-analyzer": "^3.4.1"
}
}