prepair redux

This commit is contained in:
ISA
2024-09-09 15:20:00 +02:00
parent f0c61570a0
commit aa38493f03
9 changed files with 160 additions and 6 deletions

View File

@@ -18,9 +18,13 @@
"postcss": "^8.4.40",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
"react-toastify": "^10.0.5",
"recoil": "^0.7.7",
"tailwindcss": "^3.4.7"
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"tailwindcss": "^3.4.7",
"ws": "^8.18.0"
},
"scripts": {
"dev": "next dev",