Extracted/polished from controller embedded UI into full dashboard layout. Self-verified (typecheck 0, build OK, dev runnable). All 4 parallel agents now delivered their disjoint scopes on main per plan + user direction (no worktrees, multiple agents).
31 lines
919 B
JSON
31 lines
919 B
JSON
{
|
|
"name": "@lilith/broadcast-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "React 19 + Vite control UI for quinn.cast (broadcast) — LLM chat + direct status, scenes, destinations, quick actions over the backend-api.",
|
|
"packageManager": "bun@1.2.6",
|
|
"scripts": {
|
|
"dev": "vite --port 5179",
|
|
"build": "lixbuild",
|
|
"preview": "vite preview",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@lilith/ui-icons": "^1.2.3",
|
|
"@lilith/ui-layout": "^1.3.2",
|
|
"@lilith/ui-primitives": "^1.2.19",
|
|
"@lilith/ui-styled-components": "^6.3.9",
|
|
"@lilith/ui-theme": "^1.5.2",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/lix-build": "^1.0.7",
|
|
"@types/react": "^19.2.8",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^4.7.0",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^6.4.1"
|
|
}
|
|
}
|