Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyanshgangwar1509 committed Aug 23, 2024
1 parent e67ebb8 commit 9bfd8d4
Show file tree
Hide file tree
Showing 3 changed files with 236 additions and 9 deletions.
Binary file modified README.md
Binary file not shown.
235 changes: 230 additions & 5 deletions package-lock.json

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

10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,20 @@
"lint": "next lint"
},
"dependencies": {
"mongoose": "^8.5.3",
"next": "14.2.6",
"react": "^18",
"react-dom": "^18",
"next": "14.2.6"
"react-hot-toast": "^2.4.1"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.6",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"eslint": "^8",
"eslint-config-next": "14.2.6"
"typescript": "^5"
}
}

0 comments on commit 9bfd8d4

Please sign in to comment.