chore: install tailwindcss

This commit is contained in:
shafin-r
2026-01-06 15:48:47 +06:00
parent cf46287400
commit bd6f1d2333
5 changed files with 380 additions and 41 deletions

View File

@ -10,8 +10,10 @@
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.18",
"react": "^19.2.0",
"react-dom": "^19.2.0"
"react-dom": "^19.2.0",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@eslint/js": "^9.39.1",