Skip to content

Commit

Permalink
add redux dependenxy
Browse files Browse the repository at this point in the history
  • Loading branch information
FarrelAD committed Sep 21, 2024
1 parent a8306b3 commit 0324a6b
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 1 deletion.
51 changes: 51 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"deploy": "gh-pages -d build"
"deploy": "gh-pages -d build"
},
"dependencies": {
"@reduxjs/toolkit": "^2.2.7",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down

0 comments on commit 0324a6b

Please sign in to comment.