2026-07-27 03:17:52 +08:00
|
|
|
{
|
|
|
|
|
"name": "@deepseek-ai/dsh-client-ui-subagent",
|
2026-07-27 18:34:58 +08:00
|
|
|
"description": "Subagent conversation catalog, continuation routing UI, and '@' reference source",
|
2026-07-27 03:17:52 +08:00
|
|
|
"version": "0.0.1",
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"main": "lib/index.js",
|
|
|
|
|
"types": "lib/types/index.d.ts",
|
|
|
|
|
"exports": {
|
|
|
|
|
".": {
|
|
|
|
|
"types": "./lib/types/index.d.ts",
|
|
|
|
|
"default": "./lib/index.js"
|
|
|
|
|
},
|
|
|
|
|
"./invariant": {
|
|
|
|
|
"types": "./lib/types/invariant.d.ts",
|
|
|
|
|
"default": "./lib/invariant.js"
|
|
|
|
|
},
|
|
|
|
|
"./client": {
|
|
|
|
|
"types": "./lib/types/client/index.d.ts",
|
|
|
|
|
"default": "./lib/client.js"
|
|
|
|
|
},
|
|
|
|
|
"./src/*": "./src/*",
|
|
|
|
|
"./package.json": "./package.json"
|
|
|
|
|
},
|
|
|
|
|
"dshClient": {
|
|
|
|
|
"inject": [
|
2026-08-02 13:47:54 +08:00
|
|
|
"@deepseek-ai/dsh-client-locale",
|
2026-07-27 03:17:52 +08:00
|
|
|
"@deepseek-ai/dsh-client-runtime",
|
2026-07-27 18:34:58 +08:00
|
|
|
"@deepseek-ai/dsh-client-ui-conversation",
|
|
|
|
|
"@deepseek-ai/dsh-client-ui-primitives",
|
2026-07-27 03:17:52 +08:00
|
|
|
"@deepseek-ai/dsh-client-ui-slash"
|
|
|
|
|
],
|
|
|
|
|
"platform": "web"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"bundle": "tsdown",
|
|
|
|
|
"watch": "tsdown --watch"
|
|
|
|
|
},
|
|
|
|
|
"license": "BSD-3-Clause",
|
2026-07-27 18:34:58 +08:00
|
|
|
"dependencies": {
|
|
|
|
|
"react": "^18.2.0"
|
|
|
|
|
},
|
2026-07-27 03:17:52 +08:00
|
|
|
"peerDependencies": {
|
2026-08-02 13:47:54 +08:00
|
|
|
"@deepseek-ai/dsh-client-locale": "^0.0.1",
|
2026-07-27 03:17:52 +08:00
|
|
|
"@deepseek-ai/dsh-client-runtime": "^0.0.1",
|
2026-07-27 18:34:58 +08:00
|
|
|
"@deepseek-ai/dsh-client-ui-conversation": "^0.0.1",
|
|
|
|
|
"@deepseek-ai/dsh-client-ui-primitives": "^0.0.1",
|
2026-07-27 03:17:52 +08:00
|
|
|
"@deepseek-ai/dsh-client-ui-slash": "^0.0.1",
|
|
|
|
|
"@deepseek-ai/dsh-client-ui-slots": "^0.0.1",
|
|
|
|
|
"@deepseek-ai/dsh-invariants": "^0.0.1",
|
2026-08-02 23:31:24 +08:00
|
|
|
"@deepseek-ai/dsh-subagent": "^0.0.1",
|
2026-08-03 01:19:36 +08:00
|
|
|
"@deepseek-ai/dsh-token-meter": "^0.0.1",
|
2026-07-27 03:17:52 +08:00
|
|
|
"cordis": "^4.0.0-rc.7"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-08-02 13:47:54 +08:00
|
|
|
"@deepseek-ai/dsh-client-locale": "workspace:^",
|
2026-07-27 03:17:52 +08:00
|
|
|
"@deepseek-ai/dsh-client-runtime": "workspace:^",
|
2026-08-02 20:28:23 +08:00
|
|
|
"@deepseek-ai/dsh-client-test-runtime": "workspace:^",
|
2026-07-27 18:34:58 +08:00
|
|
|
"@deepseek-ai/dsh-client-ui-conversation": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-client-ui-primitives": "workspace:^",
|
2026-07-27 03:17:52 +08:00
|
|
|
"@deepseek-ai/dsh-client-ui-slash": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-client-ui-slots": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-invariants": "workspace:^",
|
2026-08-02 23:31:24 +08:00
|
|
|
"@deepseek-ai/dsh-subagent": "workspace:^",
|
2026-08-03 01:19:36 +08:00
|
|
|
"@deepseek-ai/dsh-token-meter": "workspace:^",
|
2026-07-27 18:34:58 +08:00
|
|
|
"@types/react": "~18.3.1",
|
2026-07-27 03:17:52 +08:00
|
|
|
"cordis": "^4.0.0-rc.7"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"lib/index.js",
|
|
|
|
|
"lib/invariant.js",
|
|
|
|
|
"lib/client.js",
|
2026-08-04 22:06:32 +08:00
|
|
|
"lib/types/**/*.d.ts"
|
2026-07-27 03:17:52 +08:00
|
|
|
]
|
|
|
|
|
}
|