This commit is contained in:
Timo Knuth
2025-10-15 00:03:05 +02:00
parent bccf771ffc
commit cd3ee5fc8f
15 changed files with 1096 additions and 186 deletions

View File

@@ -27,6 +27,7 @@
"dependencies": {
"@auth/prisma-adapter": "^1.0.12",
"@prisma/client": "^5.7.0",
"@stripe/stripe-js": "^8.0.0",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.0",
"clsx": "^2.0.0",
@@ -44,6 +45,7 @@
"react-dropzone": "^14.2.3",
"react-i18next": "^13.5.0",
"sharp": "^0.33.1",
"stripe": "^19.1.0",
"tailwind-merge": "^2.2.0",
"xlsx": "^0.18.5",
"zod": "^3.22.4"
@@ -68,4 +70,4 @@
"engines": {
"node": ">=18.0.0"
}
}
}