Add TailwindCSS utilities and update UI dependencies

Introduce TailwindCSS utilities, animations, and theme configurations to enhance UI styling. Update dependencies to include Radix, clsx, lucide-react, and other utilities for improved design flexibility and component styling. Refactor global CSS, PostCSS config, and utils for streamlined development.
This commit is contained in:
2025-03-05 11:27:26 +01:00
parent 29e0ba2a70
commit 0df4c8c1f6
6 changed files with 265 additions and 29 deletions

View File

@@ -15,17 +15,24 @@
"dependencies": {
"@hey-api/client-axios": "^0.6.2",
"@hey-api/client-fetch": "^0.8.3",
"@radix-ui/react-slot": "^1.1.2",
"@tanstack/react-query": "^5.67.1",
"axios": "^1.8.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.477.0",
"next": "15.2.0",
"next-themes": "^0.4.4",
"react": "^19.0.0",
"react-dom": "^19.0.0"
"react-dom": "^19.0.0",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@hey-api/openapi-ts": "^0.64.10",
"@tailwindcss/postcss": "^4",
"@tailwindcss/postcss": "^4.0.9",
"@tanstack/react-query-devtools": "^5.67.1",
"@types/node": "^20.17.23",
"@types/react": "^19",
@@ -34,10 +41,10 @@
"eslint-config-next": "15.2.0",
"eslint-config-prettier": "^10.0.2",
"eslint-plugin-prettier": "^5.2.3",
"next-themes": "^0.4.4",
"openapi-typescript-codegen": "^0.29.0",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"tailwindcss": "^4",
"tailwindcss": "^4.0.9",
"typescript": "^5"
}
}