add better auth and set up database

This commit is contained in:
Nayan Sawyer
2026-03-14 13:38:21 -04:00
parent cb189cb4b8
commit b93bf82df5
10 changed files with 1121 additions and 11 deletions

View File

@@ -9,9 +9,11 @@
"lint": "eslint"
},
"dependencies": {
"better-auth": "^1.5.5",
"dotenv": "^17.3.1",
"drizzle-orm": "^0.45.1",
"next": "16.1.6",
"pg": "^8.20.0",
"react": "19.2.3",
"react-dom": "19.2.3"
},