-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 3.1 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 3.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "@dsh-external/dsh-ui-progress",
"version": "0.9.17",
"private": true,
"type": "module",
"description": "DSH Web UI 会话进度插件:输入框停靠区常驻会话进度条(todos 真实进度 / 无投影默认 100% / 中断橘红态 / 实时 token 生成速率),零核心改动。",
"main": "lib/index.js",
"exports": {
".": "./lib/index.js",
"./invariant": "./lib/invariant.js",
"./client": "./lib/client.js",
"./package.json": "./package.json"
},
"dsh": {
"client": {
"inject": [
"@deepseek-ai/dsh-api-session-controller",
"@deepseek-ai/dsh-client-locale",
"@deepseek-ai/dsh-client-ui-chat",
"@deepseek-ai/dsh-client-ui-conversation",
"@deepseek-ai/dsh-client-ui-session",
"@deepseek-ai/dsh-tool-todo"
],
"platform": "web"
}
},
"files": [
"lib",
"src"
],
"scripts": {
"build": "tsdown",
"typecheck": "tsc -p tsconfig.json",
"test": "vitest run"
},
"peerDependencies": {
"@deepseek-ai/dsh-api-session-controller": "*",
"@deepseek-ai/dsh-client-ui-chat": "*",
"@deepseek-ai/dsh-client-ui-conversation": "*",
"@deepseek-ai/dsh-client-ui-primitives": "*",
"@deepseek-ai/dsh-client-ui-session": "*",
"@deepseek-ai/dsh-session": "*",
"@deepseek-ai/dsh-tool-todo": "*",
"@deepseek-ai/cordis": "^4.0.1-rc.1",
"react": "^18.2.0"
},
"devDependencies": {
"@deepseek-ai/dsh-api-session-controller": "link:../.dsh/source/current/packages/api/session-controller",
"@deepseek-ai/dsh-client-locale": "link:../.dsh/source/current/packages/client/locale",
"@deepseek-ai/dsh-client-ui-chat": "link:../.dsh/source/current/packages/client/ui-chat",
"@deepseek-ai/dsh-client-ui-conversation": "link:../.dsh/source/current/packages/client/ui-conversation",
"@deepseek-ai/dsh-client-ui-renderer": "link:../.dsh/source/current/packages/client/ui-renderer",
"@deepseek-ai/dsh-client-ui-primitives": "link:../.dsh/source/current/packages/client/ui-primitives",
"@deepseek-ai/dsh-client-ui-session": "link:../.dsh/source/current/packages/client/ui-session",
"@deepseek-ai/dsh-client-ui-slots": "link:../.dsh/source/current/packages/client/ui-slots",
"@deepseek-ai/dsh-invariants": "link:../.dsh/source/current/packages/runtime-diagnostics/invariants",
"@deepseek-ai/dsh-home-paths": "link:../.dsh/source/current/packages/util/home-paths",
"@deepseek-ai/dsh-host-webserver": "link:../.dsh/source/current/packages/host/webserver",
"@types/node": "^22.10.2",
"@deepseek-ai/dsh-session": "link:../.dsh/source/current/packages/core/session",
"@deepseek-ai/dsh-tool-todo": "link:../.dsh/source/current/packages/todo/tool-todo",
"@testing-library/react": "^16.1.0",
"@types/react": "~18.3.1",
"@types/react-dom": "^18.3.1",
"clsx": "^2.1.1",
"@deepseek-ai/cordis": "link:../.dsh/source/current/vendor/cordis",
"jsdom": "^26.0.0",
"lightningcss": "^1.32.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsdown": "^0.22.2",
"typescript": "^5.9.3",
"vitest": "^4.1.1"
},
"license": "BSD-3-Clause"
}