mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-03 19:04:05 +00:00
Extract shared normalization/coercion helpers into private @openclaw/normalization-core workspace package while preserving existing plugin SDK helper subpaths.\n\nAlso keeps direct normalization-core imports internal, wires UI/build/loader resolution, and replaces the slow PR network CodeQL lane with a fast added-line boundary scan while retaining full CodeQL for scheduled/manual runs.\n\nVerification: local moved tests, plugin SDK boundary tests, extension loader tests, agents-support shard, UI build/test, build artifacts, lint, workflow guards, autoreview, and GitHub CI passed on PR head 963d893715.
32 lines
763 B
JSON
32 lines
763 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/normalization-core": "workspace:*",
|
|
"dompurify": "3.4.6",
|
|
"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"
|
|
}
|
|
}
|