forked from Brolly0204/webpack-optimation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.29 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
{
"scripts": {
"build": "cross-env NODE_ENV=production webpack --mode development",
"dev": "cross-env NODE_ENV=development webpack-dev-server --mode development",
"dll": "webpack --config webpack_dll.config.js --mode development"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"cross-env": "^5.1.4",
"happypack": "^5.0.0-beta.3",
"html-webpack-include-assets-plugin": "^1.0.4",
"html-webpack-plugin": "^3.1.0",
"react-hot-loader": "^4.0.1",
"webpack": "^4.3.0",
"webpack-cli": "^2.0.13",
"webpack-dev-server": "^3.1.1",
"webpack-merge": "^4.1.2",
"webpack-parallel-uglify-plugin": "^1.1.0"
},
"dependencies": {
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"name": "webapck-opt",
"description": "## start",
"version": "1.0.0",
"main": "webpack.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Lwenli1224/webapck-opt.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Lwenli1224/webapck-opt/issues"
},
"homepage": "https://github.com/Lwenli1224/webapck-opt#readme"
}