UNPKG

aico-claude-code

Version:

Claude Code CLI 的网页用户界面

84 lines (83 loc) 2.29 kB
{ "name": "aico-claude-code", "version": "1.5.4", "description": "Claude Code CLI 的网页用户界面", "type": "module", "main": "server/index.js", "bin": { "aico-claude-code": "./cli/index.js" }, "files": [ "cli/", "server/", "dist/", "public/", "package.json" ], "scripts": { "dev": "concurrently --kill-others \"npm run server\" \"npm run client\"", "server": "node server/index.js", "client": "vite --host", "build": "vite build", "preview": "vite preview", "start": "npm run build && npm run server", "cli:debug": "node cli/index.js --debug --dev", "pack": "npm pack", "prepublish": "npm install -g aico-claude-code-1.5.2.tgz" }, "keywords": [ "claude", "人工智能", "代码助手", "用户界面", "助手" ], "author": "AIOC Claude Code Contributors", "license": "MIT", "dependencies": { "@codemirror/lang-css": "^6.3.1", "@codemirror/lang-html": "^6.4.9", "@codemirror/lang-javascript": "^6.2.4", "@codemirror/lang-json": "^6.0.1", "@codemirror/lang-markdown": "^6.3.3", "@codemirror/lang-python": "^6.2.1", "@codemirror/state": "^6.5.2", "@codemirror/theme-one-dark": "^6.1.2", "@codemirror/view": "^6.38.0", "@tailwindcss/typography": "^0.5.16", "@uiw/react-codemirror": "^4.23.13", "@xterm/addon-clipboard": "^0.1.0", "@xterm/addon-webgl": "^0.18.0", "chokidar": "^4.0.3", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "commander": "^12.1.0", "cors": "^2.8.5", "express": "^4.18.2", "lucide-react": "^0.515.0", "mime-types": "^3.0.1", "multer": "^2.0.1", "node-fetch": "^2.7.0", "open": "^10.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", "react-markdown": "^10.1.0", "react-router-dom": "^6.8.1", "tailwind-merge": "^3.3.1", "ws": "^8.14.2", "xterm": "^5.3.0", "xterm-addon-fit": "^0.8.0" }, "devDependencies": { "@types/react": "^18.2.43", "@types/react-dom": "^18.2.17", "@vitejs/plugin-react": "^4.6.0", "autoprefixer": "^10.4.16", "concurrently": "^8.2.2", "postcss": "^8.4.32", "sharp": "^0.34.2", "tailwindcss": "^3.4.0", "vite": "^5.0.0" } }