-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.99 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
{
"devDependencies": {
"antd": "^1.6.5",
"autoprefixer": "~6.3.4",
"autoprefixer-loader": "^3.2.0",
"babel": "~6.5.2",
"babel-core": "~6.7.2",
"babel-eslint": "~5.0.0",
"babel-loader": "~6.2.4",
"babel-plugin-antd": "^0.4.1",
"babel-plugin-react-transform": "~2.0.2",
"babel-plugin-transform-object-rest-spread": "~6.6.5",
"babel-polyfill": "^6.9.0",
"babel-preset-es2015": "~6.6.0",
"babel-preset-es2015-loose": "~7.0.0",
"babel-preset-react": "~6.5.0",
"console-polyfill": "^0.2.2",
"css-loader": "~0.23.1",
"es3ify-loader": "^0.2.0",
"es5-shim": "^4.5.8",
"extract-text-webpack-plugin": "~1.0.1",
"file-loader": "~0.8.5",
"html-webpack-plugin": "^2.22.0",
"jquery": "^1.11.3",
"less": "~2.6.1",
"less-loader": "~2.2.2",
"postcss-loader": "~0.8.2",
"postcss-opacity": "^4.0.0",
"precss": "~1.4.0",
"rctui": "^0.6.6",
"react": "^0.14.2",
"react-addons": "^0.9.1-deprecated",
"react-dom": "^0.14.2",
"style-loader": "~0.13.0",
"underscore": "^1.8.3",
"url-loader": "~0.5.7",
"webpack": "~1.12.14",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"babel-polyfill": "^6.9.0",
"babel-preset-react-hmre": "~1.1.1",
"blueimp-md5": "^2.3.0",
"classnames": "^2.2.3",
"console-polyfill": "^0.2.2",
"es5-shim": "^4.5.8",
"express": "~4.13.4",
"isomorphic-fetch": "^2.2.1",
"jquery-param": "^0.2.0",
"lodash": "~4.11.1",
"object-assign": "~4.0.1",
"open-browser-webpack-plugin": "0.0.3",
"pinkyswear": "~2.2.2",
"pubsub-js": "~1.5.3",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"redux": "^3.6.0",
"redux-logger": "^2.8.1",
"redux-thunk": "^2.2.0",
"refetch": "^0.2.0",
"webpack-dev-middleware": "~1.5.1",
"webpack-hot-middleware": "~2.10.0"
},
"scripts": {
"build": "webpack --display-error-details --config webpackBuild.config.babel.js",
"start": "node devServer.babel.js"
}
}