This commit is contained in:
2025-01-06 09:08:55 +01:00
parent 33b8b44b1f
commit 8f82df884a
7 changed files with 150 additions and 15 deletions

View File

@@ -9,7 +9,9 @@
"lint": "next lint"
},
"dependencies": {
"@prisma/client": "^6.1.0",
"next": "15.1.3",
"prisma": "^6.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},