-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 861 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/react-redux": "^7.1.7",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-redux": "^7.2.0",
"react-scripts-ts": "3.1.0",
"redux": "^4.0.5"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"proxy":"http://localhost:5000/",
"devDependencies": {
"@types/echarts": "^4.4.5",
"@types/jest": "^25.1.4",
"@types/node": "^13.9.1",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"antd": "^4.0.1",
"axios": "^0.19.0",
"echarts": "^4.7.0",
"qs": "^6.8.0",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"typescript": "^3.8.3"
}
}