-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
80 lines (80 loc) · 2.56 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
76
77
78
79
80
{
"name": "react-redux",
"version": "1.0.0",
"description": "this's a small demo for react-redux-webpack",
"main": "index.js",
"scripts": {
"build": "webpack --progress",
"build-dist": "webpack --config webpack.prod.config.js --progress --colors",
"build-win": "set NODE_ENV=production&& webpack --progress --hide-modules --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "babel-node devServer.js --progress --colors",
"dist": "babel-node distServer.js --progress --colors"
},
"author": "llw",
"license": "ISC",
"devDependencies": {
"antd": "^2.7.2",
"autoprefixer": "^7.0.1",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-import": "^1.1.0",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-1": "^6.22.0",
"compression-webpack-plugin": "^0.4.0",
"css-loader": "^0.26.1",
"echarts": "^3.4.0",
"extract-text-webpack-plugin": "^1.0.1",
"fastclick": "^1.0.6",
"file-loader": "^0.10.0",
"file-saver": "^1.3.3",
"html-webpack-plugin": "^2.26.0",
"immutable": "^3.8.1",
"intl": "^1.2.5",
"intl-locales-supported": "^1.0.0",
"jsx-loader": "^0.13.2",
"keymirror": "latest",
"lodash": "^4.17.4",
"material-ui": "^0.18.0",
"md5": "^2.2.1",
"node-sass": "^4.5.3",
"object-assign": "latest",
"postcss": "^6.0.1",
"postcss-loader": "^2.0.3",
"pure-render-decorator": "^1.2.1",
"react": "^15.4.2",
"react-addons-css-transition-group": "^15.5.2",
"react-addons-perf": "^15.4.2",
"react-dom": "^15.4.2",
"react-hot-loader": "^3.0.0-beta.7",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"react-router-redux": "^4.0.8",
"react-router-transition": "0.0.6",
"react-scripts": "^1.0.7",
"react-tap-event-plugin": "^2.0.1",
"react-transition-group": "^1.1.3",
"redux": "^3.6.0",
"redux-saga": "^0.14.3",
"reqwest": "^2.0.5",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"tableexport": "^4.0.10",
"url-loader": "^0.5.7",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2",
"whatwg-fetch": "^2.0.3",
"xlsx": "^0.10.3"
},
"dependencies": {
"babel-runtime": "^6.22.0",
"md5": "^2.2.1"
}
}