-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.json
46 lines (46 loc) · 1.27 KB
/
template.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
{
"package": {
"dependencies": {
"@reduxjs/toolkit": "^1.7.1",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"axios": "^0.25.0",
"bootstrap": "5.1.3",
"react": "^18.1.0",
"react-bootstrap": "^2.1.1",
"react-dom": "^18.1.0",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"react-redux": "^8.0.1",
"redux": "^4.2.0",
"redux-saga": "^1.1.3",
"redux-persist": "^6.0.0",
"typescript": "^4.0.3",
"web-vitals": "^2.1.4",
"workbox-background-sync": "^5.1.3",
"workbox-broadcast-update": "^5.1.3",
"workbox-cacheable-response": "^5.1.3",
"workbox-core": "^5.1.3",
"workbox-expiration": "^5.1.3",
"workbox-google-analytics": "^5.1.3",
"workbox-navigation-preload": "^5.1.3",
"workbox-precaching": "^5.1.3",
"workbox-range-requests": "^5.1.3",
"workbox-routing": "^5.1.3",
"workbox-strategies": "^5.1.3",
"workbox-streams": "^5.1.3"
},
"devDependencies": {
"@types/redux-logger": "^3.0.9",
"redux-logger": "^3.0.6",
"node-sass": "^7.0.1"
},
"eslintConfig": {
"extends": [
"react-app"
]
}
}
}