feat(web): add web demo and polish Lit web components UI and demo tooling

This commit is contained in:
2026-03-07 08:15:23 +00:00
parent dd04edb420
commit 54f9cea7f9
15 changed files with 994 additions and 100 deletions
+5 -2
View File
@@ -24,7 +24,9 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/ --verbose --timeout 120)",
"build": "(tsbuild tsfolders --allowimplicitany)"
"build": "(tsbuild tsfolders --allowimplicitany)",
"demoCli": "tsx demo/demo.cli.ts",
"demoWeb": "tsx demo/build.web.ts --serve"
},
"devDependencies": {
"@git.zone/tsbuild": "^4.3.0",
@@ -32,7 +34,8 @@
"@git.zone/tstest": "^3.3.0",
"@push.rocks/qenv": "^6.1.3",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0"
"@types/react": "^19.0.0",
"esbuild": "^0.27.3"
},
"dependencies": {
"@push.rocks/smartagent": "^3.0.1",