-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
75 lines (75 loc) · 2.14 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
73
74
75
{
"name": "reactjs-ie8",
"version": "1.0.0",
"description": "aiplat.com",
"scripts": {
"start": "npm run dev",
"dev": "webpack-dev-server --config build/dev.js --color --progress --watch --hot",
"dev2": "webpack-dev-server --config build/dev.js --color --progress --watch --hot --inline",
"build": "webpack --config build/build.js",
"eslint": "eslint --color --ext .js ./",
"esfix": "eslint --color --fix --ext .js ./"
},
"keywords": [
"react",
"redux",
"react-router",
"webpack",
"es6",
"less",
"ie8"
],
"author": "aiplat.com",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.3",
"babel-loader": "6.x.x",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"bundle-loader": "^0.5.5",
"clean-webpack-plugin": "^0.1.16",
"compression-webpack-plugin": "^1.1.11",
"css-loader": "^0.28.7",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.8.2",
"extract-text-webpack-plugin": "1.0.1",
"fastclick": "^1.0.6",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.30.1",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"ora": "^2.1.0",
"postcss": "^6.0.22",
"postcss-cssnext": "^3.0.2",
"postcss-loader": "^2.0.6",
"react-hot-loader": "^3.0.0-beta.7",
"react-loadable": "^5.4.0",
"shelljs": "^0.8.2",
"style-loader": "^0.18.2",
"uglifyjs-webpack-plugin": "^0.4.6",
"url-loader": "^0.5.9",
"webpack": "1.x.x",
"webpack-dev-server": "1.x.x",
"webpack-merge": "^4.1.0"
},
"dependencies": {
"axios": "^0.16.2",
"es3ify-webpack-plugin": "^0.0.1",
"es5-shim": "^4.5.9",
"export-from-ie8": "^1.0.5",
"react": "0.x.x",
"react-dom": "0.x.x",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-actions": "^2.4.0",
"redux-thunk": "^2.3.0"
}
}