All checks were successful
Beta Release / beta (push) Successful in 1m3s
- Block sudo/doas commands when not running as root - Add real token counting from API responses - Track and display consumption by provider/day - Add Mermaid diagram rendering in Shell and Studio - Add copy-to-clipboard buttons for code blocks - Support tables in AI message rendering - Update system prompt with context (date, time, root status) 💘 Generated with Crush Assisted-by: MiniMax-M2.7 via Crush <crush@charm.land>
28 lines
685 B
JSON
28 lines
685 B
JSON
{
|
|
"name": "muyue-web",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@xterm/addon-fit": "^0.11.0",
|
|
"@xterm/addon-image": "^0.10.0-beta.203",
|
|
"@xterm/addon-search": "^0.17.0-beta.203",
|
|
"@xterm/addon-unicode11": "^0.10.0-beta.203",
|
|
"@xterm/addon-web-links": "^0.12.0",
|
|
"@xterm/addon-webgl": "^0.20.0-beta.202",
|
|
"@xterm/xterm": "^6.1.0-beta.203",
|
|
"lucide-react": "^1.8.0",
|
|
"mermaid": "^11.14.0",
|
|
"react": "^19.2.5",
|
|
"react-dom": "^19.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"vite": "^8.0.9"
|
|
}
|
|
}
|