- PanelShell layout: main content + stacked side panels (320px) - usePanels composable: role-based registry, localStorage persistence - Lazy-loaded panels: Graph (Cytoscape+Cola), Trace, Nodes, State - Fix HUD protocol: map assay node-level events to nyx tree format - Graph: edge filtering for missing nodes, Tailwind canvas opacity fix - Remove FramesPanel and TaskPanel (data merged into State panel) - Toolbar panel toggles with heroicon badges Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
30 lines
647 B
JSON
30 lines
647 B
JSON
{
|
|
"name": "nyx",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.2.2",
|
|
"@vitejs/plugin-vue": "^6.0.4",
|
|
"tailwindcss": "^4.2.2",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.3.1",
|
|
"vue-tsc": "^3.2.5"
|
|
},
|
|
"dependencies": {
|
|
"@heroicons/vue": "^2.2.0",
|
|
"cytoscape": "^3.33.1",
|
|
"cytoscape-cola": "^2.5.1",
|
|
"marked": "^17.0.4",
|
|
"overlayscrollbars": "^2.0.0",
|
|
"overlayscrollbars-vue": "^0.5.9",
|
|
"pinia": "^3.0.4",
|
|
"vue": "^3.5.29",
|
|
"vue-router": "^5.0.3"
|
|
}
|
|
}
|