switch to prisma

This commit is contained in:
Thomas Ruoff
2022-10-11 11:43:32 +02:00
parent 41342475ba
commit 1ef9b14e95
28 changed files with 764 additions and 780 deletions

View File

@@ -11,7 +11,8 @@
"test": "jest"
},
"dependencies": {
"@next-auth/mongodb-adapter": "1.1.1",
"@next-auth/prisma-adapter": "^1.0.4",
"@prisma/client": "^4.4.0",
"@sendgrid/mail": "7.7.0",
"autoprefixer": "10.4.12",
"classnames": "2.3.2",
@@ -38,13 +39,14 @@
"eslint-config-next": "12.3.1",
"eslint-config-prettier": "8.5.0",
"jest": "29.1.2",
"ts-jest": "29.0.3",
"postcss": "8.4.17",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-preset-env": "7.8.2",
"prettier": "2.7.1",
"prisma": "^4.4.0",
"swr": "1.3.0",
"tailwindcss": "3.1.8"
"tailwindcss": "3.1.8",
"ts-jest": "^29.0.3"
},
"jest": {
"transform": {