added prisma + nextAuth

This commit is contained in:
PxlLoewe
2025-01-18 00:36:10 +01:00
parent 0344e1b51a
commit 2f8424e56c
35 changed files with 12124 additions and 125 deletions

View File

@@ -9,20 +9,22 @@
"lint": "next lint"
},
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@repo/ui": "*",
"next": "15.1.4",
"@repo/ui": "*"
"next-auth": "^4.24.11",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"typescript": "^5",
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"eslint": "^9",
"eslint-config-next": "15.1.4",
"@eslint/eslintrc": "^3"
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}