Files
openclaw/ui/package.json

29 lines
647 B
JSON
Raw Permalink Normal View History

2025-12-18 22:40:46 +00:00
{
2026-01-30 03:15:10 +01:00
"name": "openclaw-control-ui",
2025-12-18 22:40:46 +00:00
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"preview": "vite preview",
"test": "vitest run --config vitest.config.ts"
2025-12-18 22:40:46 +00:00
},
"dependencies": {
2026-02-21 14:35:10 +01:00
"@lit-labs/signals": "^0.2.0",
"@lit/context": "^1.1.6",
"@noble/ed25519": "3.0.0",
"dompurify": "^3.3.3",
2026-01-04 21:51:26 +01:00
"lit": "^3.3.2",
"marked": "^17.0.4",
"signal-polyfill": "^0.2.2",
"signal-utils": "^0.21.1",
"vite": "8.0.0"
2025-12-18 22:40:46 +00:00
},
"devDependencies": {
"@vitest/browser-playwright": "4.1.0",
"jsdom": "^28.1.0",
2026-02-06 16:37:48 -08:00
"playwright": "^1.58.2",
"vitest": "4.1.0"
2025-12-18 22:40:46 +00:00
}
}