-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 902 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 902 Bytes
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
{
"name": "webpack-abc",
"version": "1.0.0",
"description": "从不会到会",
"main": "index.js",
"scripts": {
"dev-a": "webpack-dev-server --config a/config/webpack.dev.config.js --open --hot",
"build": "NODE_ENV=production webpack --config build/webpack.config.js --progress --hide-modules"
},
"repository": "https://github.com/solocao/webpack-abc.git",
"author": "solocao <solocao@126.com>",
"license": "MIT",
"dependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"css-loader": "^0.28.4",
"extract-text-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^2.30.1",
"style-loader": "^0.18.2",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"webpack": "^3.5.3",
"webpack-dashboard": "^0.4.0",
"webpack-dev-server": "^2.7.1"
}
}