initial push

This commit is contained in:
Sone
2026-05-19 18:43:08 +02:00
parent 95ee5fe076
commit 56e020a89f
5 changed files with 1560 additions and 318 deletions
+14 -12
View File
@@ -14,23 +14,25 @@
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@prisma/client": "^5.22.0",
"lucide-react": "^0.545.0",
"next": "^16.0.7",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-hook-form": "^7.65.0",
"react-toastify": "^11.0.5",
"zod": "^4.1.12"
"@prisma/adapter-pg": "^7.8.0",
"@prisma/client": "^7.8.0",
"lucide-react": "^1.16.0",
"next": "^16.2.6",
"pg": "^8.20.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-hook-form": "^7.76.0",
"react-toastify": "^11.1.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@biomejs/biome": "2.2.0",
"@biomejs/biome": "2.4.15",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/node": "^25",
"@types/react": "^19",
"@types/react-dom": "^19",
"prisma": "^5.22.0",
"prisma": "^7.8.0",
"tailwindcss": "^4",
"typescript": "^5"
"typescript": "^6"
}
}