-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.12 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
{
"name": "egg-easywebpack",
"version": "0.0.2",
"description": "提供[egg-vue-spa-ssr-boilderplate](https://github.com/acthtml/egg-vue-spa-ssr-boilerplate) 开箱即用的webpack配置。",
"main": "webpack_config/index.js",
"repository": {
"type": "git",
"url": "https://github.com/acthtml/egg-easywebpack.git"
},
"author": "acthtml",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"easywebpack-build": "./build.js"
},
"license": "ISC",
"dependencies": {
"extract-text-webpack-plugin": "^3.0.1",
"fs-extra": "^5.0.0",
"lodash": "^4.17.5",
"progress-bar-webpack-plugin": "^1.11.0",
"vue-server-renderer": "^2.5.13",
"webpack-merge": "^4.1.2",
"webpack-node-externals": "^1.6.0",
"webpack-tool": "^3.1.4",
"autoprefixer": "^8.0.0",
"autoprefixer-loader": "^3.2.0",
"babel-loader": "^7.1.2",
"css-loader": "^0.28.7",
"file-loader": "^1.1.5",
"html-loader": "^0.5.1",
"postcss-loader": "^2.1.1",
"style-loader": "^0.19.0",
"url-loader": "^0.6.2",
"vue-loader": "^13.5.0",
"webpack": "^3.4.1"
}
}