redux package installed
Showing
... | @@ -3,6 +3,7 @@ | ... | @@ -3,6 +3,7 @@ |
"version": "0.1.0", | "version": "0.1.0", | ||
"private": true, | "private": true, | ||
"dependencies": { | "dependencies": { | ||
"@reduxjs/toolkit": "^2.2.0", | |||
"@testing-library/jest-dom": "^5.17.0", | "@testing-library/jest-dom": "^5.17.0", | ||
"@testing-library/react": "^13.4.0", | "@testing-library/react": "^13.4.0", | ||
"@testing-library/user-event": "^13.5.0", | "@testing-library/user-event": "^13.5.0", | ||
... | @@ -16,6 +17,7 @@ | ... | @@ -16,6 +17,7 @@ |
"mongodb": "^6.3.0", | "mongodb": "^6.3.0", | ||
"react": "^18.2.0", | "react": "^18.2.0", | ||
"react-dom": "^18.2.0", | "react-dom": "^18.2.0", | ||
"react-redux": "^9.1.0", | |||
"react-scripts": "5.0.1", | "react-scripts": "5.0.1", | ||
"typescript": "^4.9.5", | "typescript": "^4.9.5", | ||
"web-vitals": "^2.1.4" | "web-vitals": "^2.1.4" | ||
... | @@ -25,7 +27,7 @@ | ... | @@ -25,7 +27,7 @@ |
"build": "react-scripts build", | "build": "react-scripts build", | ||
"test": "react-scripts test", | "test": "react-scripts test", | ||
"eject": "react-scripts eject", | "eject": "react-scripts eject", | ||
"server":"node --watch server" | "server": "node --watch server" | ||
}, | }, | ||
"eslintConfig": { | "eslintConfig": { | ||
"extends": [ | "extends": [ | ||
... | ... |
Please register or sign in to comment