feat: attempt to fix the crud with auth

This commit is contained in:
Riccardo
2024-07-07 17:47:57 +02:00
parent ea73368cc9
commit 637520dbf2
27 changed files with 622 additions and 53 deletions

View File

@@ -19,15 +19,20 @@
},
"dependencies": {
"@auth0/nextjs-auth0": "^3.5.0",
"@hookform/resolvers": "^3.6.0",
"@prisma/client": "^5.6.0",
"@radix-ui/react-slot": "^1.1.0",
"@vercel/analytics": "^1.1.1",
"axios": "^1.7.2",
"clsx": "^2.1.1",
"next": "^14.1.0",
"postcss-nesting": "^12.0.2",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.48.2",
"react-hook-form": "^7.52.0",
"resend": "^3.1.0",
"zod": "^3.22.4"
"tailwind-merge": "^2.3.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",