Skip to content

Commit

Permalink
feat: add react router dom pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi-mungse committed Apr 16, 2024
1 parent 8c8e2d1 commit 725a4df
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 2 deletions.
98 changes: 97 additions & 1 deletion package-lock.json

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

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@
"preview": "vite preview"
},
"dependencies": {
"clsx": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"react-icons": "^5.1.0",
"react-router-dom": "^6.22.3",
"react-spinners": "^0.13.8",
"tailwind-merge": "^2.2.2"
},
"devDependencies": {
"@types/react": "^18.2.66",
Expand Down

0 comments on commit 725a4df

Please sign in to comment.