-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
93 lines (93 loc) · 2.82 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
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "web-react-ie8-antd-cool",
"version": "1.0.0",
"description": "react ie8 antd",
"author": "ÁõÇì",
"entry": {
"index": "./src/page/index.js",
"user": "./src/page/user.js"
},
"scripts": {
"dev": "dora -p 8001 --plugins \"webpack?disableNpmInstall,hmr,proxy,livereload?enableJs=false&injectHost=127.0.0.1,browser-history?index=/src/page/index.html\"",
"ie": "dora -p 8001 --plugins \"webpack?disableNpmInstall,proxy,livereload?enableJs=false&injectHost=127.0.0.1,browser-history?index=/src/page/index.html\"",
"build": "atool-build"
},
"dependencies": {
"antd": "2.2.1",
"atool-build": "^0.9.0",
"babel-plugin-antd": "^0.4.1",
"babel-runtime": "^6.6.1",
"bce-sdk-js": "^0.1.8",
"classnames": "^2.2.3",
"console-polyfill": "^0.2.3",
"echarts-for-react": "^1.1.5",
"es3ify-loader": "^0.2.0",
"es5-shim": "^4.5.9",
"es6-promise": "^4.0.5",
"fetch-detector": "^1.0.0",
"fetch-ie8": "^1.4.0",
"history": "^2.0.1",
"immutable": "^3.8.1",
"isomorphic-fetch": "^2.2.1",
"js-cookie": "^2.1.1",
"key-mirror": "^1.0.1",
"lodash": "^4.13.1",
"md5": "^2.1.0",
"moment": "^2.15.2",
"object-assign": "^4.0.1",
"react": "0.14.x",
"react-dom": "0.14.x",
"react-redux": "^4.4.0",
"react-router": "2.3.x",
"react-router-redux": "^4.0.5",
"redbox-react": "^1.3.2",
"redux": "^3.3.1",
"redux-immutable": "^3.0.8",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.0.1",
"reqwest": "^2.0.5"
},
"devDependencies": {
"atool-build": "^0.9.0",
"atool-test-mocha": "^0.1.4",
"babel-core": "^6.4.0",
"babel-eslint": "^6.0.0",
"babel-loader": "~6.2.1",
"babel-plugin-import": "^1.0.1",
"babel-plugin-transform-runtime": "^6.8.0",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-register": "^6.3.13",
"bundle-loader": "^0.5.4",
"chai": "^3.4.1",
"copy-webpack-plugin": "^3.0.1",
"cross-env": "^3.1.3",
"dora": "0.4.x",
"dora-plugin-browser-history": "0.2.x",
"dora-plugin-hmr": "0.7.x",
"dora-plugin-livereload": "0.5.x",
"dora-plugin-proxy": "0.8.x",
"dora-plugin-webpack": "0.8.1",
"enzyme": "^1.2.0",
"eslint": "^2.7.0",
"eslint-config-airbnb": "6.x",
"eslint-plugin-react": "4.x",
"expect": "^1.20.1",
"glob": "^7.0.3",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.24.1",
"jsdom": "^9.4.1",
"karma": "^0.13.19",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.2.1",
"karma-phantomjs-launcher": "^0.2.3",
"karma-sourcemap-loader": "^0.3.6",
"karma-spec-reporter": "0.0.23",
"karma-webpack": "^1.7.0",
"markdown-loader": "^0.1.7",
"mocha": "^2.3.4",
"react-addons-test-utils": "^0.14.6",
"sinon": "^1.17.2"
}
}