Files
openclaw/ui/package.json

22 lines
441 B
JSON
Raw Normal View History

2025-12-18 22:40:46 +00:00
{
2026-01-04 14:32:47 +00:00
"name": "clawdbot-control-ui",
2025-12-18 22:40:46 +00:00
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run --config vitest.config.ts"
2025-12-18 22:40:46 +00:00
},
"dependencies": {
"lit": "^3.3.2"
2025-12-18 22:40:46 +00:00
},
"devDependencies": {
"@vitest/browser-playwright": "4.0.16",
"playwright": "^1.57.0",
2025-12-18 22:40:46 +00:00
"typescript": "^5.9.3",
"vite": "7.3.0",
"vitest": "4.0.16"
2025-12-18 22:40:46 +00:00
}
}