Skip to content

Commit

Permalink
reat food app
Browse files Browse the repository at this point in the history
  • Loading branch information
msudipta888 committed May 1, 2024
1 parent 3036970 commit 63cad9f
Show file tree
Hide file tree
Showing 89 changed files with 2,177 additions and 40 deletions.
237 changes: 236 additions & 1 deletion package-lock.json

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

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.3",
"react-icons": "^5.2.0",
"react-router-dom": "^6.23.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
"styled-components": "^6.1.9",
"web-vitals": "^2.1.4",
"yup": "^1.4.0"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Loading

0 comments on commit 63cad9f

Please sign in to comment.