-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2 KB
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
73
{
"name": "webpack-path",
"version": "1.0.0",
"description": "",
"main": "webpack.config.admin.js",
"scripts": {
"build": "node build/build.js",
"build:dll": "webpack --config build/webpack.dll.config.js",
"start": "webpack-dev-server --config build/webpack.dev.config.js"
},
"author": "",
"license": "MIT",
"devDependencies": {
"add-asset-html-webpack-plugin": "^2.1.3",
"autoprefixer": "^8.3.0",
"axios": "^0.18.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-component": "^1.1.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"browser-sync-webpack-plugin": "^2.2.2",
"chalk": "^2.4.1",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^0.28.11",
"element-ui": "^2.3.8",
"es6-promise": "^4.2.4",
"es6-promise-promise": "^1.0.0",
"eslint": "^4.19.1",
"eslint-loader": "^2.0.0",
"expose-loader": "^0.7.5",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.11.1",
"jquery": "^3.3.1",
"less-loader": "^4.1.0",
"md5": "^2.2.1",
"mini-css-extract-plugin": "^0.4.0",
"nuxt": "^1.4.0",
"optimize-css-assets-webpack-plugin": "^4.0.3",
"ora": "^2.1.0",
"path": "^0.12.7",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^11.1.0",
"postcss-loader": "^2.1.4",
"postcss-preset-env": "^5.1.0",
"postcss-url": "^7.3.2",
"qs": "^6.5.2",
"rimraf": "^2.6.2",
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
"swiper": "^4.2.2",
"uglifyjs-webpack-plugin": "^1.2.5",
"unminified-webpack-plugin": "^2.0.0",
"url-loader": "^1.0.1",
"vue": "^2.5.16",
"vue-loader": "^15.0.10",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.5.16",
"vuex": "^3.0.1",
"webpack": "^4.8.3",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-clear-console": "^1.0.3",
"webpack-cli": "^2.1.3",
"webpack-dev-server": "^3.1.14",
"webpack-merge": "^4.1.3"
},
"dependencies": {
"babel-polyfill": "^6.26.0"
}
}