Add frontend test component and debug server

This commit is contained in:
2025-01-09 14:12:19 -05:00
parent 5636a78589
commit 608f376790
16 changed files with 1381 additions and 48 deletions

View File

@@ -10,6 +10,8 @@
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.2",
"@shadcn/ui": "^0.0.4",
"@tanstack/react-query": "^5.63.0",
"class-variance-authority": "^0.7.1",
@@ -18,6 +20,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.1.1",
"recharts": "^2.15.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7"
},