Skip to content

Commit

Permalink
Merge branch 'master' into supabaseMigration
Browse files Browse the repository at this point in the history
  • Loading branch information
GouravNG committed Sep 21, 2024
2 parents 63f11e9 + 54898e6 commit f2b0877
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 51 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- Nextjs with app router
- Tailwind
- Backend:
- Postgres with server actions
- Supabase
### Todos:
- ✔️ UI layout is completed with dummy data
- ✔️ Code refactoring is Complete
Expand Down
97 changes: 49 additions & 48 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
"@tanstack/react-query": "^5.56.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.429.0",
"next": "14.2.5",
"lucide-react": "^0.436.0",
"next": "14.2.10",
"pg": "^8.12.0",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^2.5.2",
Expand Down

0 comments on commit f2b0877

Please sign in to comment.