Skip to content

Commit 759f866

Browse files
committed
Installing dependencies
1 parent 8a28ed8 commit 759f866

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,14 @@
1010
"@types/node": "^16.18.97",
1111
"@types/react": "^18.3.2",
1212
"@types/react-dom": "^18.3.0",
13+
"@types/react-redux": "^7.1.33",
14+
"axios": "^1.7.1",
1315
"react": "^18.3.1",
1416
"react-dom": "^18.3.1",
17+
"react-redux": "^9.1.2",
1518
"react-scripts": "5.0.1",
19+
"redux": "^5.0.1",
20+
"redux-thunk": "^3.1.0",
1621
"typescript": "^4.9.5",
1722
"web-vitals": "^2.1.4"
1823
},

0 commit comments

Comments
 (0)