This commit is contained in:
2022-04-11 11:07:29 +01:00
parent 412b7c15b6
commit 67102497f0
8 changed files with 4266 additions and 2584 deletions
+7 -1
View File
@@ -11,6 +11,9 @@
"dependencies": {
"@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",
"@webdeb/next-styles": "^1.1.1",
"applicationinsights": "^2.2.0",
"axios": "^0.24.0",
@@ -35,6 +38,7 @@
"magic-sdk": "^8.1.0",
"moment": "^2.29.1",
"multer": "^1.4.4",
"mysql": "^2.18.1",
"nanoid": "^3.2.0",
"next": "^12.0.8",
"next-auth": "^4.3.1",
@@ -65,6 +69,7 @@
"sass": "1.32",
"sass-loader": "^12.4.0",
"swr": "^1.1.2",
"typeorm": "^0.3.5",
"webpack": "^5.66.0",
"xml2js": "^0.4.23",
"xmldom": "^0.6.0",
@@ -74,6 +79,7 @@
"devDependencies": {
"eslint": "^8.6.0",
"eslint-config-next": "^12.0.8",
"prettier": "2.5.1"
"prettier": "2.5.1",
"prisma": "3.3.0"
}
}