This commit is contained in:
headlesdev
2025-05-17 12:39:56 +02:00
parent 9d6b5b87fb
commit 4f60ae5f7b
6 changed files with 778 additions and 37 deletions

View File

@@ -10,6 +10,7 @@
},
"dependencies": {
"daisyui": "^5.0.35",
"lucide-react": "^0.511.0",
"next": "15.3.2",
"react": "^19.0.0",
"react-dom": "^19.0.0"
@@ -19,6 +20,7 @@
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"prisma": "^6.8.2",
"tailwindcss": "^4.1.7",
"typescript": "^5"
}