Cleaning up some not-used files and adding in the prisma database adapater

This commit is contained in:
Keith Stevens
2022-12-15 15:45:00 +09:00
parent 15d47e2fd0
commit 1f670cebd5
15 changed files with 242 additions and 100 deletions
+5
View File
@@ -10,6 +10,8 @@
"lint": "next lint"
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.5",
"@prisma/client": "^4.7.1",
"@supabase/auth-helpers-nextjs": "^0.5.2",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/auth-ui-react": "^0.2.6",
@@ -22,5 +24,8 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"swr": "^2.0.0"
},
"devDependencies": {
"prisma": "^4.7.1"
}
}