-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.16 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "kfz-seller-h5",
"version": "1.0.0",
"description": "孔网卖家中心H5版",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --open",
"build": "cross-env NODE_ENV=production webpack --progress --colors",
"build-test": "cross-env NODE_ENV=testing webpack --progress --colors"
},
"keywords": [
"卖家中心"
],
"author": "luoronghang",
"license": "ISC",
"dependencies": {
"axios": "0.18.0",
"babel-polyfill": "6.23.0",
"fastclick": "1.0.6",
"qs": "6.5.1",
"vue": "2.4.2",
"vue-lazyload": "1.2.2",
"vue-router": "2.7.0",
"vuex": "2.4.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"cross-env": "^3.1.3",
"glob": "^7.1.2",
"http-proxy-middleware": "^0.17.4",
"lodash": "^4.17.4",
"opn": "^5.1.0",
"ora": "^1.3.0",
"postcss-css-variables": "^0.8.0",
"postcss-bem": "^0.4.1",
"postcss-cssnext": "^3.0.2",
"postcss-import": "^10.0.0",
"postcss-loader": "^2.0.6",
"postcss-nesting": "^4.1.0",
"postcss-modules": "^1.1.0",
"json-loader": "^0.5.7",
"html-loader": "^0.5.1",
"style-loader": "^0.18.2",
"css-loader": "^0.28.5",
"file-loader": "^0.11.2",
"url-loader": "^0.5.9",
"vue-loader": "^13.0.4",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "2.4.2",
"webpack": "^3.5.5",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-dev-middleware": "^1.12.0",
"webpack-hot-middleware": "^2.18.2",
"webpack-merge": "^4.1.0",
"webpack-dev-server": "^2.11.2",
"add-asset-html-webpack-plugin": "^2.1.1",
"compression-webpack-plugin": "^1.0.0",
"copy-webpack-plugin": "^4.0.1",
"extract-text-webpack-plugin": "^3.0.0",
"friendly-errors-webpack-plugin": "^1.6.1",
"html-webpack-plugin": "^2.30.1",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"uglifyjs-webpack-plugin": "^0.4.6"
}
}