-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
41 lines (41 loc) · 1020 Bytes
/
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
{
"name": "root",
"private": true,
"dependencies": {
"antd": "^3.26.7",
"connected-react-router": "^6.6.1",
"history": "4.10.1",
"invariant": "2.2.4",
"lodash": "^4.17.19",
"mobx": "^5.15.4",
"mobx-react": "^6.1.4",
"mobx-react-router": "^4.1.0",
"query-string": "^6.10.1",
"react": "16.8.4",
"react-bootstrap": "^1.0.0-beta.16",
"react-dom": "16.8.4",
"react-loadable": "^5.5.0",
"react-redux": "^7.1.3",
"react-router": "5.1.2",
"react-router-dom": "5.1.2",
"react-scripts": "3.2.0",
"react-transition-group": "^4.3.0",
"redux": "^4.0.5",
"tiny-invariant": "1.0.6"
},
"devDependencies": {
"@types/antd": "^1.0.0",
"@types/react": "16.8.8",
"@types/react-bootstrap": "^0.32.20",
"@types/react-dom": "16.8.2",
"@types/react-router": "5.1.1",
"@types/react-router-dom": "5.1.0",
"typescript": "3.3.3"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}