UNPKG

claude-code-crew-custom

Version:
43 lines (42 loc) 1.19 kB
{ "name": "@claude-code-crew/client", "version": "0.1.0", "description": "Frontend client for Claude Code Crew", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "typecheck": "tsc --noEmit", "test": "vitest", "test:run": "vitest run", "test:coverage": "vitest run --coverage" }, "dependencies": { "@emotion/react": "^11.11.3", "@emotion/styled": "^11.11.0", "@mui/icons-material": "^5.15.0", "@mui/material": "^5.15.0", "@xterm/addon-fit": "^0.10.0", "@xterm/addon-web-links": "^0.11.0", "@xterm/xterm": "^5.5.0", "axios": "^1.6.2", "react": "^18.2.0", "react-dom": "^18.2.0", "socket.io-client": "^4.7.2" }, "devDependencies": { "@playwright/test": "^1.53.0", "@testing-library/jest-dom": "^6.1.6", "@testing-library/react": "^14.3.1", "@testing-library/user-event": "^14.6.1", "@types/react": "^18.2.45", "@types/react-dom": "^18.3.7", "@vitejs/plugin-react": "^4.5.2", "@vitest/coverage-v8": "^1.6.1", "jsdom": "^23.2.0", "typescript": "^5.8.3", "vite": "^5.4.19", "vitest": "^1.6.1" } }