forked from magicapple/anujs-webpack4-ie7-8
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.61 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
{
"name": "anujs-webpack4-ie7-8",
"version": "1.0.0",
"description": "基于anujs和webpack4兼容ie7-8的配置",
"main": "index.js",
"scripts": {
"start": "node ./bin/dev.js",
"react": "node ./bin/react.js",
"buildPreview": "node ./bin/buildPreview.js",
"reactPreview": "node ./bin/reactPreview.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/magicapple/anujs-webpack4-ie7-8.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/magicapple/anujs-webpack4-ie7-8/issues"
},
"homepage": "https://github.com/magicapple/anujs-webpack4-ie7-8#readme",
"dependencies": {
"anujs": "^1.4.7",
"react": "^16.4.0",
"react-dom": "^16.4.0"
},
"devDependencies": {
"argv": "0.0.2",
"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-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"core-js": "^2.5.7",
"css-loader": "^0.28.11",
"del": "^3.0.0",
"es3ify-webpack-plugin": "0.0.1",
"html-webpack-plugin": "^4.0.0-alpha",
"koa": "^2.5.1",
"koa-static": "^4.0.3",
"shelljs": "^0.8.2",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"url-loader": "^1.0.1",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.3"
}
}