add: added daisyui and started changin class names

This commit is contained in:
Lukian 2025-04-28 21:59:46 +02:00
parent f841ed348e
commit e4b8b8cdfa
7 changed files with 618 additions and 132 deletions

View file

@ -10,10 +10,13 @@
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.4",
"axios": "^1.8.4",
"daisyui": "^5.0.28",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.5.1"
"react-router-dom": "^7.5.1",
"tailwindcss": "^4.1.4"
},
"devDependencies": {
"@eslint/js": "^9.21.0",