chore(stage-web): added Web Haptics devtools (#1736)

This commit is contained in:
Neko
2026-04-27 01:57:08 +08:00
committed by GitHub
parent 598f58b5f2
commit 06fd6d9223
4 changed files with 104 additions and 0 deletions
+6
View File
@@ -34,18 +34,24 @@
],
"scripts": {
"build": "tsdown",
"eval:run": "vieval run --config ./vieval.config.ts",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@moeru/std": "catalog:",
"@proj-airi/pipelines-audio": "workspace:^",
"@proj-airi/server-sdk": "workspace:^",
"@proj-airi/server-shared": "workspace:^",
"@xsai-ext/providers": "catalog:",
"@xsai/generate-speech": "catalog:",
"@xsai/generate-text": "catalog:",
"@xsai/model": "catalog:",
"@xsai/shared": "catalog:",
"@xsai/shared-chat": "catalog:",
"@xsai/stream-text": "catalog:",
"@xsai/tool": "catalog:",
"nanoid": "^5.1.9",
"vieval": "catalog:",
"xsschema": "catalog:",
"zod": "^4.3.6"
},