mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
750d0dcd9e
* perf(ui): make warm session switching instant Amp-Thread-ID: https://ampcode.com/threads/T-019fe957-0e49-707f-859f-9600ef536125 * fix(ui): harden retained session ownership Amp-Thread-ID: https://ampcode.com/threads/T-019fe957-0e49-707f-859f-9600ef536125 * test(ui): scope retained session assertions Amp-Thread-ID: https://ampcode.com/threads/T-019fe957-0e49-707f-859f-9600ef536125 * fix(ui): align generated image preview checks * fix(ui): preserve early transcript reading position Amp-Thread-ID: https://ampcode.com/threads/T-019fe957-0e49-707f-859f-9600ef536125 * fix(ui): adopt latest-navigation-wins router Amp-Thread-ID: https://ampcode.com/threads/T-019fe957-0e49-707f-859f-9600ef536125 * fix(ui): restore retained pane reactivity Amp-Thread-ID: https://ampcode.com/threads/T-019fe957-0e49-707f-859f-9600ef536125 * test(auto-reply): align item lifecycle expectations * fix(ci): repair current-main validation gates Amp-Thread-ID: https://ampcode.com/threads/T-019fe957-0e49-707f-859f-9600ef536125 --------- Co-authored-by: Amp <amp@ampcode.com>
57 lines
1.7 KiB
JSON
57 lines
1.7 KiB
JSON
{
|
|
"name": "openclaw-control-ui",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite",
|
|
"preview": "vite preview",
|
|
"test": "vitest run --config vitest.config.ts"
|
|
},
|
|
"dependencies": {
|
|
"@awesome.me/webawesome": "3.10.0",
|
|
"@codemirror/commands": "6.10.4",
|
|
"@codemirror/language": "6.12.4",
|
|
"@codemirror/language-data": "6.5.2",
|
|
"@codemirror/state": "6.7.1",
|
|
"@codemirror/view": "6.43.6",
|
|
"@lezer/highlight": "1.2.3",
|
|
"@lit/context": "1.1.6",
|
|
"@lit/task": "1.0.3",
|
|
"@modelcontextprotocol/ext-apps": "1.7.5",
|
|
"@modelcontextprotocol/sdk": "1.30.0",
|
|
"@noble/ed25519": "3.1.0",
|
|
"@novnc/novnc": "1.7.0",
|
|
"@openclaw/gateway-client": "workspace:*",
|
|
"@openclaw/gateway-protocol": "workspace:*",
|
|
"@openclaw/libterminal": "0.3.2",
|
|
"@openclaw/media-core": "workspace:*",
|
|
"@openclaw/model-catalog-core": "workspace:*",
|
|
"@openclaw/net-policy": "workspace:*",
|
|
"@openclaw/normalization-core": "workspace:*",
|
|
"@openclaw/session-url-contract": "workspace:*",
|
|
"@openclaw/uirouter": "0.1.1",
|
|
"@openclaw/workboard-contract": "workspace:*",
|
|
"@tanstack/lit-virtual": "3.13.35",
|
|
"@tanstack/virtual-core": "3.17.6",
|
|
"dompurify": "3.4.12",
|
|
"ghostty-web": "0.4.0",
|
|
"highlight.js": "11.11.1",
|
|
"json5": "2.2.3",
|
|
"lit": "3.3.3",
|
|
"markdown-it": "14.3.0",
|
|
"markdown-it-task-lists": "2.1.1",
|
|
"remend": "1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/markdown-it": "14.1.2",
|
|
"@vitest/browser": "4.1.10",
|
|
"@vitest/browser-playwright": "4.1.10",
|
|
"jsdom": "29.1.1",
|
|
"openclaw": "workspace:*",
|
|
"playwright": "1.62.0",
|
|
"vite": "8.1.5",
|
|
"vitest": "4.1.10"
|
|
}
|
|
}
|