This commit is contained in:
Janis
2023-02-05 19:58:46 +01:00
parent 8b8d75ca65
commit d41c8be336
25 changed files with 447 additions and 93 deletions

View File

@@ -15,13 +15,16 @@
"@next/font": "13.0.7",
"@prisma/client": "^4.9.0",
"@types/express": "^4.17.15",
"@types/formidable": "^2.0.5",
"@types/marked": "^4.0.8",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"encoding": "^0.1.13",
"eslint": "8.30.0",
"eslint-config-next": "13.0.7",
"formidable": "^2.1.1",
"marked": "^4.2.4",
"multer": "^1.4.5-lts.1",
"next": "^13.1.6",
"prismjs": "^1.29.0",
"react": "18.2.0",
@@ -44,6 +47,7 @@
},
"devDependencies": {
"@fec/remark-a11y-emoji": "^3.1.0",
"@types/multer": "^1.4.7",
"@types/node": "^18.11.17",
"@types/prismjs": "^1.26.0",
"prisma": "^4.9.0"