fuck yeah. daisyui integrated

This commit is contained in:
2025-06-29 08:39:26 -04:00
parent ec6a0861f0
commit 14590afa40
9 changed files with 4767 additions and 145 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
@@ -11,6 +11,7 @@
"dependencies": {
"@headlessui/react": "^2.2.4",
"@heroicons/react": "^2.2.0",
"daisyui": "^4.7.3",
"next": "15.3.4",
"react": "^19.0.0",
"react-dom": "^19.0.0"