mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 14:37:13 +01:00
switch to prisma
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user