setup taillwind

This commit is contained in:
nikita
2026-06-12 00:58:32 +03:00
parent da9da0971f
commit df52c0e8b8
12 changed files with 1314 additions and 360 deletions
+3 -1
View File
@@ -10,9 +10,11 @@
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.3.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-router-dom": "^7.17.0"
"react-router-dom": "^7.17.0",
"tailwindcss": "^4.3.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",