feat(ecoos-daemon): integrate a bundled daemon web UI with components, interfaces, styles, bundling config, and server support

This commit is contained in:
2026-01-12 01:51:22 +00:00
parent b9b7f2b4a3
commit 140ce716f2
21 changed files with 6123 additions and 668 deletions

17
ecoos_daemon/package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "@ecobridge/ecoos-daemon-ui",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"build": "tsbundle"
},
"dependencies": {
"@design.estate/dees-catalog": "^3.34.1",
"@design.estate/dees-element": "^2.0.0"
},
"devDependencies": {
"@git.zone/tsbundle": "^2.8.0",
"typescript": "^5.0.0"
}
}