Files
openclaw/ui/package.json

22 lines
440 B
JSON
Raw Normal View History

2025-12-18 22:40:46 +00:00
{
"name": "clawdis-control-ui",
"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
}
}