partial: tailwind and first component migration

This commit is contained in:
Rafael Taranto 2025-04-24 11:14:01 +01:00
parent 866da2fc64
commit 6f10977fd0
12 changed files with 1269 additions and 389 deletions

View file

@ -44,6 +44,7 @@
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"@tailwindcss/vite": "^4.1.4",
"@vitejs/plugin-react-swc": "^3.7.2",
"esbuild-plugin-react-virtualized": "^1.0.4",
"eslint": "^9.16.0",
@ -53,6 +54,7 @@
"globals": "^15.13.0",
"lint-staged": "^15.2.10",
"prettier": "3.4.1",
"tailwindcss": "^4.1.4",
"vite": "^6.0.1",
"vite-plugin-svgr": "^4.3.0"
},