lilith-platform.live/codebase/@features/broadcast/frontend-public/package.json
Natalie 868b7669ff feat(broadcast): complete frontend-public UI from frontend-developer agent (proper Vite+React19 SPA with @lilith/ui-*, StatusDashboard/SceneSwitcher/DestinationManager/ChatPanel/ToolResultDisplay components, useBroadcastAuth hook, direct REST + LLM chat, ?p=/localStorage auth, proxy to 3034, strict TS, theme tokens only, lixbuild ready)
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).
2026-06-28 15:11:03 -04:00

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"
}
}