heartbeat-monitor/package.json
OpenClaw Bot bc82bc818a Complete redesign: Linear + Vercel style dashboard with sidebar navigation
- Collapsible glassmorphism sidebar with navigation items
- Top navbar with global status banner, search, actions, avatar
- 4 KPI metric cards with sparkline charts using recharts
- Bento-grid style service cards with hover actions
- Full Framer Motion animations throughout
- Dark theme with emerald/cyan accents
- Responsive layout (1-3 columns)
- Add monitor modal with animations
2026-02-18 17:37:59 -06:00

28 lines
571 B
JSON

{
"name": "heartbeat-monitor",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"framer-motion": "^12.34.2",
"lucide-react": "^0.474.0",
"next": "15.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"recharts": "^2.15.4"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}