lucia authentication

This commit is contained in:
2025-01-28 15:09:06 -05:00
parent 84e5c9e399
commit 0ab4c88264
121 changed files with 5613 additions and 66 deletions

View File

@@ -21,8 +21,22 @@
"@mui/styles": "^6.1.7",
"@mui/system": "^6.1.7",
"@mui/x-data-grid": "^7.22.2",
"@radix-ui/react-alert-dialog": "^1.1.5",
"@radix-ui/react-dropdown-menu": "^2.1.5",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@react-email/components": "^0.0.32",
"@react-email/render": "^1.0.4",
"@t3-oss/env-nextjs": "^0.12.0",
"@tanstack/react-query": "^4.35.3",
"@trpc/react-query": "^10.45.2",
"@trpc/server": "^10.45.2",
"@trpc/client": "^10.45.2",
"@trpc/next": "^10.45.2",
"@types/bcryptjs": "^2.4.6",
"arctic": "^3.2.1",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
@@ -33,15 +47,23 @@
"lucide-react": "^0.460.0",
"next": "15.1.0",
"next-themes": "^0.4.3",
"nodemailer": "^6.10.0",
"observable": "link:@trpc/server/observable",
"oslo": "^1.2.1",
"path": "^0.12.7",
"pg": "^8.13.1",
"postgres": "^3.4.5",
"prettier": "^3.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.3.0",
"sonner": "^1.7.2",
"stripe": "^17.6.0",
"superjson": "^2.2.2",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.0.3"
"uuid": "^11.0.3",
"zod": "^3.24.1"
},
"devDependencies": {
"@auth/drizzle-adapter": "^1.7.4",