Files
openclaw/ui/package.json
2026-04-18 18:04:56 +01:00

29 lines
667 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",
"dompurify": "^3.4.0",
"lit": "^3.3.2",
"markdown-it": "^14.1.1",
"markdown-it-task-lists": "^2.1.1",
"marked": "^18.0.0"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2",
"@vitest/browser-playwright": "4.1.4",
"jsdom": "^29.0.2",
"playwright": "^1.59.1",
"vite": "8.0.8",
"vitest": "4.1.4"
}
}