feat(web): add web demo and polish Lit web components UI and demo tooling
This commit is contained in:
+5
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user