This commit is contained in:
Janis
2023-02-08 20:56:22 +01:00
parent 97d8de1a44
commit 730f33879b
17 changed files with 794 additions and 452 deletions

View File

@@ -10,13 +10,14 @@
},
"dependencies": {
"@next/font": "13.1.6",
"@prisma/client": "^4.9.0",
"@prisma/client": "^4.10.0",
"@types/node": "18.11.19",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"next": "13.1.6",
"next-auth": "^4.19.2",
"next-superjson-plugin": "^0.5.4",
"react": "18.2.0",
"react-dom": "18.2.0",
@@ -27,12 +28,13 @@
"remark-gfm": "^3.0.1",
"remark-stringify": "^10.0.2",
"sass": "^1.58.0",
"swr": "^2.0.3",
"typescript": "4.9.5",
"url-join": "^5.0.0"
},
"devDependencies": {
"@types/react-select": "^5.0.1",
"@types/react-syntax-highlighter": "^15.5.6",
"prisma": "^4.9.0"
"prisma": "^4.10.0"
}
}