-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.08 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": "webpack4-ie7-8",
"version": "1.0.0",
"description": "webpack4兼容ie7-8的配置",
"main": "index.js",
"scripts": {
"docs:build": "vuepress build docs",
"docs:dev": "vuepress dev docs",
"dev": "cross-env NODE_ENV=development node ./build/dev.js",
"server:prod": "egg-scripts --port=8035 start --daemon ./server",
"build": "cross-env NODE_ENV=production node ./build/prod.js",
"server:test": "egg-scripts --env=testing --port=48888 start --daemon ./server",
"build:assets": "cross-env NODE_ENV=production webpack --config ./build/webpack.prod.config.js",
"stop": "egg-scripts stop"
},
"repository": {
"type": "git"
},
"author": "",
"license": "ISC",
"bugs": {},
"dependencies": {
"egg": "^2.14.2",
"lodash": "3.10.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"chokidar": "^2.0.4",
"compile-ejs-loader": "^0.0.2",
"copy-webpack-plugin": "^4.6.0",
"core-js": "^2.5.7",
"cross-env": "^5.2.0",
"css-loader": "^0.28.11",
"del": "^3.0.0",
"egg-bin": "^4.9.0",
"egg-scripts": "^2.11.0",
"ejs": "^2.6.1",
"ejs-loader": "^0.3.1",
"es3ify-webpack-plugin": "0.0.1",
"file-loader": "^3.0.1",
"glob": "^7.1.3",
"glob-all": "^3.1.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^4.0.0-alpha",
"imports-loader": "^0.8.0",
"koa": "^2.5.1",
"koa-static": "^4.0.3",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.5.0",
"node-windows": "^0.1.14",
"purify-css": "^1.2.5",
"purifycss-webpack": "^0.7.0",
"raw-loader": "^1.0.0",
"shelljs": "^0.8.2",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"url-loader": "^1.0.1",
"vuepress": "^0.14.10",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.3",
"webpack-parallel-uglify-plugin": "^1.1.0"
},
"engines": {
"node": ">= 8.0.0"
}
}