- 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
15 lines
308 B
JSON
15 lines
308 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"
|
|
]
|
|
}
|
|
} |