You need to sign in or sign up before continuing.
Final
... | ... | @@ -9,6 +9,7 @@ |
"lint": "eslint" | ||
}, | ||
"dependencies": { | ||
"@auth/prisma-adapter": "^2.10.0", | ||
"@heroicons/react": "^2.2.0", | ||
"@next-auth/prisma-adapter": "^1.0.7", | ||
"@prisma/client": "^6.14.0", | ||
... | ... | @@ -23,6 +24,7 @@ |
"devDependencies": { | ||
"@eslint/eslintrc": "^3", | ||
"@tailwindcss/postcss": "^4", | ||
"@types/bcrypt": "^6.0.0", | ||
"@types/node": "^20", | ||
"@types/react": "^19", | ||
"@types/react-dom": "^19", | ||
... | ... |
src/app/ClientLayout.tsx
0 → 100644
src/app/login/page.tsx
0 → 100644
src/app/register/page.tsx
0 → 100644
Please register or sign in to comment