feat(core): add tailwind and make UI prettier

This commit is contained in:
2026-04-27 14:56:26 +02:00
parent 0e3a70a454
commit dcce65aa1b
7 changed files with 210 additions and 38 deletions
+2
View File
@@ -16,6 +16,7 @@
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@tailwindcss/vite": "^4.2.4",
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
@@ -24,6 +25,7 @@
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.5.0",
"tailwindcss": "^4.2.4",
"typescript": "~6.0.3",
"typescript-eslint": "^8.59.0",
"vite": "^8.0.10"