feat(metrics): Implement dashboard metrics API and integrate metrics chart components

This commit is contained in:
Abhimanyu Saharan
2026-02-04 20:49:25 +05:30
parent c3357f92d9
commit 8a41ba3f77
10 changed files with 1393 additions and 20 deletions

View File

@@ -12,8 +12,8 @@
},
"dependencies": {
"@clerk/nextjs": "^6.37.1",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.2",
@@ -22,7 +22,8 @@
"cmdk": "^1.1.1",
"next": "16.1.6",
"react": "19.2.3",
"react-dom": "19.2.3"
"react-dom": "19.2.3",
"recharts": "^3.7.0"
},
"devDependencies": {
"@types/node": "^20",