mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-23 10:55:31 -06:00
5f65ef8138
* feat: add A2UI board widgets * fix: harden A2UI board widget integration * fix: repair A2UI CI contracts * fix(canvas): keep native A2UI pushes on v0.8 * fix(canvas): support board-only widgets without file host
34 lines
758 B
JSON
34 lines
758 B
JSON
{
|
|
"name": "@openclaw/canvas-plugin",
|
|
"version": "2026.8.1",
|
|
"private": true,
|
|
"description": "OpenClaw Canvas plugin",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"dependencies": {
|
|
"@a2ui/lit": "0.10.3",
|
|
"@a2ui/web_core": "0.10.6",
|
|
"@lit/context": "1.1.6",
|
|
"chokidar": "5.0.0",
|
|
"lit": "3.3.3",
|
|
"typebox": "1.3.6",
|
|
"ws": "8.21.1"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"assetScripts": {
|
|
"build": "node scripts/bundle-a2ui.mjs",
|
|
"buildOutputs": [
|
|
"src/host/a2ui/.bundle.hash",
|
|
"src/host/a2ui/a2ui.bundle.js",
|
|
"src/host/a2ui/a2ui-v0.9.bundle.js"
|
|
],
|
|
"copy": "node scripts/copy-a2ui.mjs"
|
|
}
|
|
}
|
|
}
|