- Fixed 280px sidebar with glassmorphism - Full-width max-w-7xl main content (no single column) - 4 KPI cards in grid-cols-2 md:grid-cols-4 layout - 3-column service grid (grid-cols-1 md:grid-cols-2 lg:grid-cols-3) - shadcn Card, Badge, Progress, Button components - Sparklines using recharts - Hover scale + shadow effects - No tables, no single-column stacking
20 lines
459 B
JSON
20 lines
459 B
JSON
{
|
|
"pages": {
|
|
"/layout": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/css/app/layout.css",
|
|
"static/chunks/app/layout.js"
|
|
],
|
|
"/page": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/chunks/app/page.js"
|
|
],
|
|
"/api/monitor/route": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/chunks/app/api/monitor/route.js"
|
|
]
|
|
}
|
|
} |