mirror of
https://github.com/musistudio/claude-code-router.git
synced 2026-08-03 05:13:27 +00:00
28 lines
1,023 B
JSON
28 lines
1,023 B
JSON
{
|
|
"name": "@claude-code-router/ui",
|
|
"version": "3.0.17",
|
|
"private": true,
|
|
"description": "Claude Code Router web management UI.",
|
|
"scripts": {
|
|
"test": "node ../../build/test.mjs ui && node ../../build/run-tests.mjs ui",
|
|
"test:unit": "node ../../build/test.mjs ui --scope unit && node ../../build/run-tests.mjs ui",
|
|
"test:component": "node ../../build/test.mjs ui --scope component && node ../../build/run-tests.mjs ui",
|
|
"test:integration": "node ../../build/test.mjs ui --scope integration && node ../../build/run-tests.mjs ui"
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@musistudio/lucide-morph-react": "^1.0.0",
|
|
"baseui": "^16.1.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^1.17.0",
|
|
"motion": "^12.40.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"recharts": "^3.8.1",
|
|
"styletron-engine-atomic": "^1.6.2",
|
|
"styletron-react": "^6.1.1",
|
|
"tailwind-merge": "^3.6.0"
|
|
}
|
|
}
|