Files
moltbot/ui/package.json
2026-05-12 07:10:13 +01:00

30 lines
681 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.2",
"json5": "2.2.3",
"lit": "3.3.2",
"markdown-it": "14.1.1",
"markdown-it-task-lists": "2.1.1",
"marked": "18.0.3"
},
"devDependencies": {
"@types/markdown-it": "14.1.2",
"@vitest/browser-playwright": "4.1.6",
"jsdom": "29.1.1",
"playwright": "1.60.0",
"vite": "8.0.12",
"vitest": "4.1.6"
}
}