2025-07-14 16:59:59 +01:00
|
|
|
{
|
|
|
|
|
"name": "test-shadcn",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "tsc -b && vite build",
|
|
|
|
|
"lint": "eslint .",
|
|
|
|
|
"preview": "vite preview"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@radix-ui/react-collapsible": "^1.1.7",
|
|
|
|
|
"@radix-ui/react-dialog": "^1.1.10",
|
2025-07-23 15:19:37 +01:00
|
|
|
"@radix-ui/react-hover-card": "^1.1.14",
|
2025-07-14 16:59:59 +01:00
|
|
|
"@radix-ui/react-separator": "^1.1.4",
|
2025-07-20 17:25:12 +01:00
|
|
|
"@radix-ui/react-slot": "^1.2.3",
|
2025-07-14 16:59:59 +01:00
|
|
|
"@radix-ui/react-tooltip": "^1.2.3",
|
|
|
|
|
"@tailwindcss/vite": "^4.1.4",
|
2025-07-18 15:48:20 +01:00
|
|
|
"@tanstack/react-query": "^5.83.0",
|
|
|
|
|
"@tanstack/react-query-devtools": "^5.83.0",
|
2025-07-23 14:40:41 +01:00
|
|
|
"@tanstack/react-table": "^8.21.3",
|
2025-07-18 15:48:20 +01:00
|
|
|
"axios": "^1.10.0",
|
2025-07-14 16:59:59 +01:00
|
|
|
"class-variance-authority": "^0.7.1",
|
|
|
|
|
"clsx": "^2.1.1",
|
|
|
|
|
"lucide-react": "^0.501.0",
|
|
|
|
|
"react": "^19.0.0",
|
|
|
|
|
"react-dom": "^19.0.0",
|
2025-07-24 11:20:55 +01:00
|
|
|
"react-router": "^7.7.0",
|
2025-07-14 16:59:59 +01:00
|
|
|
"tailwind-merge": "^3.2.0",
|
|
|
|
|
"tailwindcss": "^4.1.4",
|
|
|
|
|
"tw-animate-css": "^1.2.7"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@eslint/js": "^9.22.0",
|
|
|
|
|
"@types/node": "^22.14.1",
|
|
|
|
|
"@types/react": "^19.0.10",
|
|
|
|
|
"@types/react-dom": "^19.0.4",
|
|
|
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
|
|
|
"eslint": "^9.22.0",
|
|
|
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
|
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
|
|
|
"globals": "^16.0.0",
|
|
|
|
|
"typescript": "~5.7.2",
|
|
|
|
|
"typescript-eslint": "^8.26.1",
|
|
|
|
|
"vite": "^6.3.1"
|
|
|
|
|
}
|
|
|
|
|
}
|