Files
clawdbot/ui/package.json
2026-01-04 21:51:26 +01:00

24 lines
493 B
JSON

{
"name": "clawdbot-control-ui",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run --config vitest.config.ts"
},
"dependencies": {
"dompurify": "^3.3.1",
"lit": "^3.3.2",
"marked": "^17.0.1"
},
"devDependencies": {
"@vitest/browser-playwright": "4.0.16",
"playwright": "^1.57.0",
"typescript": "^5.9.3",
"vite": "7.3.0",
"vitest": "4.0.16"
}
}