platform-codebase/features/streaming/frontend-dashboard/package.json
Lilith d9fec8bd26 deps-upgrade(streaming): ⬆️ Upgrade dependencies in frontend/backend and platform-knowledge CLI
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 17:36:14 -08:00

63 lines
1.9 KiB
JSON

{
"name": "@lilith/streaming-dashboard",
"version": "0.0.1",
"type": "module",
"description": "Streaming Companion dashboard - live session management, tip tracking, analytics",
"author": "The Collective",
"license": "UNLICENSED",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"scripts": {
"build": "lixbuild library",
"dev": "vite",
"typecheck": "tsc --noEmit",
"test": "lixtest vitest",
"test:watch": "lixtest vitest --watch",
"lint": "eslint \"src/**/*.{ts,tsx}\""
},
"dependencies": {
"@lilith/service-react-bootstrap": "^1.2.3",
"@lilith/service-registry": "^1.3.5",
"@lilith/ui-theme": "^1.3.6",
"@lilith/ui-analytics": "^1.1.9",
"@lilith/ui-charts": "^1.5.1-dev.1772080590",
"@lilith/ui-data": "^1.1.8",
"@lilith/ui-feedback": "^1.3.17-dev.1771665959",
"@lilith/ui-forms": "^1.1.10",
"@lilith/ui-layout": "^1.2.0",
"@lilith/ui-motion": "^2.2.0",
"@lilith/ui-primitives": "^1.2.16",
"@lilith/ui-realtime": "^1.1.6",
"@lilith/ui-router": "^1.3.2",
"@lilith/ui-styled-components": "^6.3.9",
"@lilith/ui-typography": "^1.1.7",
"@lilith/websocket-client": "^1.0.3",
"@tanstack/react-query": "^5.80.7",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@lilith/configs": "^2.3.0",
"@lilith/lix-configs": "^1.0.3",
"@lilith/streaming-msw": "workspace:*",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"jsdom": "^26.1.0",
"msw": "^2.12.7",
"styled-components": "6.3.8",
"tsup": "^8.5.1",
"typescript": "^5.9.3",
"vite": "^6.3.5",
"vitest": "^4.0.17"
}
}