提交 | 用户 | age
|
3ac5f2
|
1 |
{ |
J |
2 |
"name": "empty_vue_h5", |
|
3 |
"version": "1.0.0", |
|
4 |
"description": "Vue H5 基础模板", |
|
5 |
"author": "children117cl <278950112@qq.com>", |
|
6 |
"private": true, |
|
7 |
"scripts": { |
|
8 |
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js --host 0.0.0.0", |
|
9 |
"start": "npm run dev", |
|
10 |
"e2e": "node test/e2e/runner.js", |
|
11 |
"test": "npm run unit && npm run e2e", |
|
12 |
"lint": "eslint --fix --ext .js,.vue src", |
|
13 |
"build": "node build/build.js" |
|
14 |
}, |
|
15 |
"dependencies": { |
|
16 |
"axios": "^0.19.2", |
|
17 |
"clipboard": "^2.0.6", |
aeb317
|
18 |
"element-ui": "^2.15.6", |
878885
|
19 |
"eruda": "^3.0.1", |
6da3c1
|
20 |
"js-md5": "^0.8.3", |
878885
|
21 |
"save": "^2.9.0", |
aeb317
|
22 |
"svg-sprite-loader": "^6.0.11", |
3ac5f2
|
23 |
"vue": "^2.5.2", |
J |
24 |
"vue-router": "^3.0.1", |
|
25 |
"vuex": "^3.5.1" |
|
26 |
}, |
|
27 |
"devDependencies": { |
|
28 |
"autoprefixer": "^7.1.2", |
|
29 |
"babel-core": "^6.22.1", |
|
30 |
"babel-eslint": "10.1.0", |
|
31 |
"babel-helper-vue-jsx-merge-props": "^2.0.3", |
|
32 |
"babel-loader": "^7.1.1", |
|
33 |
"babel-plugin-syntax-jsx": "^6.18.0", |
|
34 |
"babel-plugin-transform-runtime": "^6.22.0", |
|
35 |
"babel-plugin-transform-vue-jsx": "^3.5.0", |
|
36 |
"babel-preset-env": "^1.3.2", |
|
37 |
"babel-preset-stage-2": "^6.22.0", |
|
38 |
"babel-register": "^6.22.0", |
|
39 |
"chalk": "^2.0.1", |
|
40 |
"chromedriver": "^2.27.2", |
|
41 |
"copy-webpack-plugin": "^4.0.1", |
|
42 |
"cross-spawn": "^5.0.1", |
|
43 |
"css-loader": "^0.28.0", |
|
44 |
"cssnano": "^4.1.10", |
|
45 |
"cssnano-preset-advanced": "^4.0.7", |
|
46 |
"eslint": "6.7.2", |
|
47 |
"eslint-plugin-vue": "6.2.2", |
|
48 |
"extract-text-webpack-plugin": "^3.0.0", |
|
49 |
"file-loader": "^1.1.4", |
|
50 |
"friendly-errors-webpack-plugin": "^1.6.1", |
|
51 |
"html-webpack-plugin": "^2.30.1", |
|
52 |
"mockjs": "^1.1.0", |
|
53 |
"nightwatch": "^0.9.12", |
|
54 |
"node-notifier": "^5.1.2", |
aeb317
|
55 |
"node-sass": "^4.14.1", |
3ac5f2
|
56 |
"optimize-css-assets-webpack-plugin": "^3.2.0", |
J |
57 |
"ora": "^1.2.0", |
|
58 |
"portfinder": "^1.0.13", |
878885
|
59 |
"postcss": "^8.4.32", |
J |
60 |
"postcss-100vh-fix": "^1.0.2", |
3ac5f2
|
61 |
"postcss-import": "^11.0.0", |
J |
62 |
"postcss-loader": "^2.0.8", |
|
63 |
"postcss-px-to-viewport-opt": "^0.0.4", |
|
64 |
"postcss-url": "^7.2.1", |
|
65 |
"postcss-viewport-units": "^0.1.6", |
|
66 |
"rimraf": "^2.6.0", |
aeb317
|
67 |
"sass-loader": "^7.3.1", |
3ac5f2
|
68 |
"selenium-server": "^3.0.1", |
J |
69 |
"semver": "^5.3.0", |
|
70 |
"shelljs": "^0.7.6", |
|
71 |
"uglifyjs-webpack-plugin": "^1.1.1", |
|
72 |
"url-loader": "^0.5.8", |
|
73 |
"vue-loader": "^13.3.0", |
|
74 |
"vue-style-loader": "^3.0.1", |
|
75 |
"vue-template-compiler": "^2.5.2", |
|
76 |
"webpack": "^3.6.0", |
|
77 |
"webpack-bundle-analyzer": "^2.9.0", |
|
78 |
"webpack-dev-server": "^2.9.1", |
|
79 |
"webpack-merge": "^4.1.0" |
|
80 |
}, |
|
81 |
"engines": { |
|
82 |
"node": ">= 6.0.0", |
|
83 |
"npm": ">= 3.0.0" |
|
84 |
}, |
|
85 |
"browserslist": [ |
|
86 |
"> 1%", |
|
87 |
"last 2 versions", |
|
88 |
"not ie <= 8" |
|
89 |
] |
|
90 |
} |