feat: add auth
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 15m8s

This commit is contained in:
2025-10-01 17:16:58 +07:00
parent 21b2e0ae6e
commit 018a980dcb
13 changed files with 3057 additions and 164 deletions

View File

@ -25,7 +25,12 @@
"lint": "next lint"
},
"dependencies": {
"better-auth": "^1.3.23",
"dotenv": "^17.2.2",
"drizzle-orm": "^0.44.5",
"net": "^1.0.2",
"next": "^15.5.2",
"pg": "^8.16.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-simple-maps": "^3.0.0",
@ -34,10 +39,13 @@
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/pg": "^8.15.5",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-simple-maps": "^3.0.6",
"drizzle-kit": "^0.31.5",
"tailwindcss": "^4",
"tsx": "^4.20.6",
"typescript": "^5"
}
}