-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.12 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
{
"name": "test-static",
"version": "0.1.0",
"private": true,
"main": "index.js",
"dependencies": {
"antd": "^2.8.2",
"babel-polyfill": "^6.23.0",
"bundle-loader": "^0.5.5",
"history": "^4.6.1",
"immutable": "^3.8.1",
"less": "^2.7.2",
"less-loader": "^4.0.3",
"moment": "^2.18.1",
"rc-queue-anim": "^1.0.1",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-medium-image-zoom": "^1.0.3",
"react-redux": "^5.0.4",
"react-router": "^3.0.5",
"react-router-redux": "^4.0.8",
"redux": "^3.6.0",
"redux-immutable": "^3.0.10",
"redux-saga": "^0.14.3"
},
"devDependencies": {
"autoprefixer": "6.7.2",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-import": "^1.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"css-loader": "0.26.1",
"es2015": "0.0.0",
"eslint": "3.16.1",
"eslint-config-react-app": "^0.6.2",
"eslint-loader": "1.6.0",
"eslint-plugin-flowtype": "2.21.0",
"eslint-plugin-import": "2.0.1",
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-react": "6.4.1",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "0.10.0",
"history": "^4.6.1",
"html-webpack-plugin": "2.24.0",
"http-proxy-middleware": "0.17.3",
"json-loader": "0.5.4",
"postcss-loader": "1.2.2",
"precss": "^1.4.0",
"rc-queue-anim": "^0.13.0",
"react-dev-utils": "^0.5.2",
"style-loader": "0.13.1",
"url-loader": "0.5.7",
"webpack": "^2.3.3",
"webpack-dev-server": "^2.4.2",
"webpack-manifest-plugin": "1.1.0",
"whatwg-fetch": "2.0.2"
},
"scripts": {
"dev": "webpack-dev-server --env dev --config webpack.config.babel.js --progress --colors",
"alpha": "webpack --env alpha --config webpack.config.babel.js --progress --colors",
"beta": "webpack --env beta --config webpack.config.babel.js --progress --colors",
"build": "webpack --env build --config webpack.config.babel.js --progress --colors",
"dll": "webpack --config webpack.dll.config.babel.js --progress --colors"
}
}