mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-07 14:52:56 +00:00
* refactor: extract media and acp core packages * refactor: remove relocated media and acp sources * build: wire new core packages into dependency checks * test: alias new core packages in vitest * build: keep media sniffer runtime dependency * docs: refresh plugin sdk api baseline * fix: keep normalized proposal queries non-empty * test: keep channel timer tests isolated * fix: keep rebased plugin checks green * fix: preserve sms numeric allowlist entries * test: harden exec foreground timeout failure * test: remove duplicate skill workshop assertion * fix: remove channel config lint suppression * test: refresh lint suppression allowlist
33 lines
806 B
JSON
33 lines
806 B
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": {
|
|
"@create-markdown/preview": "2.0.3",
|
|
"@noble/ed25519": "3.1.0",
|
|
"@openclaw/media-core": "workspace:*",
|
|
"@openclaw/normalization-core": "workspace:*",
|
|
"dompurify": "3.4.7",
|
|
"highlight.js": "11.11.1",
|
|
"json5": "2.2.3",
|
|
"lit": "3.3.3",
|
|
"markdown-it": "14.2.0",
|
|
"markdown-it-task-lists": "2.1.1",
|
|
"marked": "18.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/markdown-it": "14.1.2",
|
|
"@vitest/browser-playwright": "4.1.7",
|
|
"jsdom": "29.1.1",
|
|
"playwright": "1.60.0",
|
|
"vite": "8.0.14",
|
|
"vitest": "4.1.7"
|
|
}
|
|
}
|