added tailwindcss

This commit is contained in:
2025-08-12 12:25:46 +02:00
parent 500953f9ad
commit bfa70ef14e
11 changed files with 1281 additions and 253 deletions

View File

@@ -10,8 +10,17 @@
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.11",
"lucide-react": "^0.539.0",
"react": "^19.1.1",
"react-dom": "^19.1.1"
"react-dom": "^19.1.1",
"react-router-dom": "^7.8.0",
"react-toastify": "^11.0.5",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.11",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.3.5",
"vite-plugin-svgr": "^4.3.0"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
@@ -26,4 +35,4 @@
"typescript-eslint": "^8.39.1",
"vite": "^7.1.2"
}
}
}