-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 922 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
{
"name": "ra-web",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/axios": "^0.14.0",
"@types/react-redux": "^7.0.8",
"@types/react-router": "^4.4.5",
"@types/react-router-dom": "^4.3.2",
"@types/redux": "^3.6.0",
"@types/redux-thunk": "^2.1.0",
"axios": "^0.18.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-redux": "^7.0.2",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-scripts-ts": "3.1.0",
"react-thunk": "^1.0.0",
"redux": "^4.0.1"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/jest": "^24.0.11",
"@types/node": "^11.13.8",
"@types/react": "^16.8.14",
"@types/react-dom": "^16.8.4",
"typescript": "^3.4.5"
}
}