Files
openclaw/ui/package.json
Peter Steinberger 5443baa852 Persist plugin install index in SQLite (#88794)
* refactor: persist plugin install index in sqlite

* fix: merge legacy plugin index records into sqlite

* test: update plugin index sqlite fixtures

* fix: migrate custom plugin install indexes

* test: update plugin index sentinel

* fix: exclude migrated plugin index archives

* fix: read post-upgrade plugin index from sqlite

* fix: migrate legacy plugin index before agent runs

* fix: respect disabled persisted plugin registry reads

* test: type plugin install record fixtures

* fix: simplify plugin index record reader type

* test: fix sqlite plugin index CI fallout

* test: mock provider normalization in agent command tests

# Conflicts:
#	src/commands/agent-command.test-mocks.ts

* build: remove unused ui three dependency
2026-05-31 20:51:33 -04:00

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"
}
}