added Login page

This commit is contained in:
PxlLoewe
2025-01-26 22:34:49 +01:00
parent 58277ba819
commit e30c28a66f
4 changed files with 86 additions and 6 deletions

View File

@@ -9,13 +9,16 @@
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.10.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@repo/ui": "*",
"bcryptjs": "^2.4.3",
"next": "15.1.4",
"next-auth": "^4.24.11",
"react": "^19.0.0",
"react-dom": "^19.0.0"
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"zod": "^3.24.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",