-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
40 lines (40 loc) · 1.1 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
{
"name": "react-r3-saga",
"version": "0.1.0",
"private": true,
"dependencies": {
"antd": "^3.6.5",
"axios": "^0.19.0",
"echarts": "^4.1.0",
"echarts-for-react": "^2.0.14",
"lodash": "^4.17.11",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-grid-layout": "^0.16.6",
"react-loadable": "^5.4.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-saga": "^0.16.0",
"redux-slider-monitor": "^2.0.0-1",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"install": "^0.12.1",
"redux-devtools": "^3.4.1",
"redux-devtools-chart-monitor": "^1.7.0",
"redux-devtools-dock-monitor": "^1.1.3",
"redux-devtools-extension": "^2.13.5",
"redux-devtools-filterable-log-monitor": "^0.8.0",
"redux-devtools-inspector": "^0.11.3",
"redux-devtools-log-monitor": "^1.4.0"
}
}