added prisma and schema

This commit is contained in:
2022-04-19 12:23:27 +01:00
parent 67102497f0
commit c8a2988556
6 changed files with 170 additions and 137 deletions
+2 -3
View File
@@ -12,8 +12,7 @@
"@googlemaps/react-wrapper": "^1.1.24",
"@magic-sdk/admin": "^1.4.0",
"@next-auth/prisma-adapter": "^1.0.3",
"@next-auth/typeorm-legacy-adapter": "^1.0.3",
"@prisma/client": "3.3.0",
"@prisma/client": "^3.12.0",
"@webdeb/next-styles": "^1.1.1",
"applicationinsights": "^2.2.0",
"axios": "^0.24.0",
@@ -80,6 +79,6 @@
"eslint": "^8.6.0",
"eslint-config-next": "^12.0.8",
"prettier": "2.5.1",
"prisma": "3.3.0"
"prisma": "^3.12.0"
}
}