feat: migrate to Tailwind CSS with DaisyUI

This commit is contained in:
Your Name
2026-04-10 11:26:55 +05:30
parent e39e56a105
commit b5654fa9f1
4 changed files with 116 additions and 115 deletions
+6 -1
View File
@@ -12,12 +12,17 @@
"preview": "vite preview"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@phosphor-icons/react": "^2.1.10",
"@tailwindcss/vite": "^4.2.2",
"axios": "^1.15.0",
"daisyui": "^5.5.19",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwindcss": "^4.2.2"
"react-hook-form": "^7.72.1",
"react-router-dom": "^7.14.0",
"tailwindcss": "^4.2.2",
"zod": "^4.3.6"
},
"devDependencies": {
"@biomejs/biome": "^2.4.10",