Auth in progress

This commit is contained in:
Philip
2025-04-07 22:24:50 +02:00
parent 249f3b6578
commit 72762cb02c
13 changed files with 932 additions and 11 deletions

View File

@@ -10,6 +10,7 @@
},
"dependencies": {
"@hookform/resolvers": "^5.0.1",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^6.5.0",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-navigation-menu": "^1.2.5",
@@ -20,10 +21,12 @@
"@trpc/next": "^11.0.2",
"@trpc/react-query": "^11.0.2",
"@trpc/server": "^11.0.2",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.487.0",
"next": "15.2.4",
"next-auth": "^4.24.11",
"prisma": "^6.5.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
@@ -35,6 +38,7 @@
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/bcrypt": "^5.0.2",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",