Added shadcn

This commit is contained in:
Kenan Alić
2025-09-23 20:33:56 +02:00
parent 08e6b09d43
commit 673a80485f
10 changed files with 242 additions and 15 deletions

View File

@@ -11,13 +11,18 @@
},
"dependencies": {
"@tailwindcss/vite": "^4.1.13",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.544.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.13",
"wouter": "^3.7.1"
},
"devDependencies": {
"@eslint/js": "^9.36.0",
"@types/node": "^24.5.2",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.3",
@@ -26,6 +31,7 @@
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.4.0",
"prettier-plugin-tailwindcss": "^0.6.14",
"tw-animate-css": "^1.3.8",
"typescript": "~5.8.3",
"typescript-eslint": "^8.44.0",
"vite": "npm:rolldown-vite@7.1.12"