| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- {
- "name": "claude-code-hub",
- "version": "0.5.0",
- "private": true,
- "scripts": {
- "dev": "next dev --port 13500",
- "build": "next build && cp VERSION .next/standalone/VERSION",
- "start": "next start",
- "lint": "biome check .",
- "lint:fix": "biome check --write .",
- "typecheck": "tsgo -p tsconfig.json --noEmit",
- "typecheck:tsc": "tsc -p tsconfig.json --noEmit",
- "format": "biome format --write .",
- "format:check": "biome format .",
- "clean:cache": "rm -rf .next tsconfig.tsbuildinfo node_modules/.cache",
- "test": "vitest run",
- "test:ui": "vitest --ui --watch",
- "test:e2e": "vitest run --config vitest.e2e.config.ts --reporter=verbose",
- "test:integration": "vitest run --config vitest.integration.config.ts --reporter=verbose",
- "test:coverage": "vitest run --coverage",
- "test:coverage:logs-sessionid-time-filter": "vitest run --config vitest.logs-sessionid-time-filter.config.ts --coverage",
- "test:coverage:codex-session-id-completer": "vitest run --config vitest.codex-session-id-completer.config.ts --coverage",
- "test:coverage:thinking-signature-rectifier": "vitest run --config vitest.thinking-signature-rectifier.config.ts --coverage",
- "test:coverage:quota": "vitest run --config vitest.quota.config.ts --coverage",
- "test:coverage:my-usage": "vitest run --config vitest.my-usage.config.ts --coverage",
- "test:coverage:proxy-guard-pipeline": "vitest run --config vitest.proxy-guard-pipeline.config.ts --coverage",
- "test:coverage:include-session-id-in-errors": "vitest run --config vitest.include-session-id-in-errors.config.ts --coverage",
- "test:ci": "vitest run --reporter=default --reporter=junit --outputFile.junit=reports/vitest-junit.xml",
- "cui": "npx cui-server --host 0.0.0.0 --port 30000 --token a7564bc8882aa9a2d25d8b4ea6ea1e2e",
- "db:generate": "drizzle-kit generate && node scripts/validate-migrations.js",
- "db:migrate": "drizzle-kit migrate",
- "db:push": "drizzle-kit push",
- "db:studio": "drizzle-kit studio",
- "validate:migrations": "node scripts/validate-migrations.js",
- "i18n:audit-placeholders": "node scripts/audit-settings-placeholders.js --scope=settings,dashboard,myUsage --format=tsv",
- "i18n:audit-placeholders:fail": "node scripts/audit-settings-placeholders.js --scope=settings,dashboard,myUsage --format=tsv --fail",
- "i18n:audit-messages-no-emoji": "node scripts/audit-messages-no-emoji.js --format=tsv",
- "i18n:audit-messages-no-emoji:fail": "node scripts/audit-messages-no-emoji.js --format=tsv --fail"
- },
- "dependencies": {
- "@bull-board/api": "^6",
- "@bull-board/express": "^6",
- "@hono/swagger-ui": "^0.5",
- "@hono/zod-openapi": "^1",
- "@hookform/resolvers": "^5",
- "@iarna/toml": "^2.2.5",
- "@lobehub/icons": "^2",
- "@radix-ui/react-alert-dialog": "^1",
- "@radix-ui/react-avatar": "^1",
- "@radix-ui/react-checkbox": "^1",
- "@radix-ui/react-collapsible": "^1",
- "@radix-ui/react-dialog": "^1",
- "@radix-ui/react-dropdown-menu": "^2",
- "@radix-ui/react-label": "^2",
- "@radix-ui/react-popover": "^1",
- "@radix-ui/react-progress": "^1",
- "@radix-ui/react-scroll-area": "^1",
- "@radix-ui/react-select": "^2",
- "@radix-ui/react-slider": "^1",
- "@radix-ui/react-slot": "^1",
- "@radix-ui/react-switch": "^1",
- "@radix-ui/react-tabs": "^1",
- "@radix-ui/react-tooltip": "^1",
- "@scalar/hono-api-reference": "^0.9",
- "@tanstack/react-query": "^5",
- "@tanstack/react-virtual": "^3",
- "@tanstack/virtual-core": "^3",
- "agentation": "^1.3.2",
- "antd": "^6",
- "bull": "^4",
- "class-variance-authority": "^0.7",
- "clsx": "^2",
- "cmdk": "^1",
- "date-fns": "^4",
- "date-fns-tz": "^3",
- "decimal.js-light": "^2",
- "dotenv": "^17",
- "drizzle-orm": "^0.44",
- "fetch-socks": "^1.3.2",
- "framer-motion": "^12.28.1",
- "hono": "^4",
- "html2canvas": "^1",
- "ioredis": "^5",
- "jspdf": "^3",
- "lucide-react": "^0.555",
- "next": "^16",
- "next-intl": "^4",
- "next-themes": "^0.4",
- "pino": "^10",
- "pino-pretty": "^13",
- "postgres": "^3",
- "react": "^19",
- "react-day-picker": "^9",
- "react-dom": "^19",
- "react-hook-form": "^7",
- "react-syntax-highlighter": "^16.1.0",
- "recharts": "^3",
- "safe-regex": "^2",
- "server-only": "^0.0.1",
- "sonner": "^2",
- "tailwind-merge": "^3",
- "timeago.js": "^4",
- "tw-animate-css": "^1",
- "undici": "^7",
- "zod": "^4"
- },
- "devDependencies": {
- "@biomejs/biome": "^2",
- "@tailwindcss/postcss": "^4",
- "@types/ioredis": "^5",
- "@types/node": "^24",
- "@types/pg": "^8",
- "@types/react": "^19",
- "@types/react-dom": "^19",
- "@types/react-syntax-highlighter": "^15.5.13",
- "@typescript/native-preview": "7.0.0-dev.20251219.1",
- "@vitest/coverage-v8": "^4.0.16",
- "@vitest/ui": "^4.0.16",
- "bun-types": "^1",
- "drizzle-kit": "^0.31",
- "happy-dom": "^20.0.11",
- "tailwindcss": "^4",
- "typescript": "^5",
- "vitest": "^4.0.16"
- }
- }
|