mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Co-authored-by: cte <cestreich@gmail.com> Co-authored-by: Roomote <chris@roocode.com> Co-authored-by: John Richmond <5629+jr@users.noreply.github.com>
108 lines
3.5 KiB
JSON
108 lines
3.5 KiB
JSON
{
|
|
"name": "@roo-code-cloud/web",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "next lint --max-warnings 0",
|
|
"check-types": "tsc --noEmit",
|
|
"test": "dotenvx run -f ../../.env.test -- vitest",
|
|
"dev": "dotenvx run -f ../../.env.development -- next dev --turbopack",
|
|
"build": "dotenvx run -f ../../.env.production -- next build",
|
|
"start": "dotenvx run -f ../../.env.production -- next start",
|
|
"clean": "rimraf .next .turbo out"
|
|
},
|
|
"dependencies": {
|
|
"@clerk/localizations": "^3.16.3",
|
|
"@clerk/nextjs": "^6.20.2",
|
|
"@clerk/themes": "^2.2.48",
|
|
"@clickhouse/client": "^1.11.1",
|
|
"@hookform/resolvers": "^5.0.1",
|
|
"@radix-ui/react-accordion": "^1.2.11",
|
|
"@radix-ui/react-checkbox": "^1.3.2",
|
|
"@radix-ui/react-dialog": "^1.1.14",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.15",
|
|
"@radix-ui/react-icons": "^1.3.2",
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
"@radix-ui/react-popover": "^1.1.14",
|
|
"@radix-ui/react-select": "^2.2.5",
|
|
"@radix-ui/react-separator": "^1.1.7",
|
|
"@radix-ui/react-slider": "^1.3.5",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@radix-ui/react-switch": "^1.2.5",
|
|
"@radix-ui/react-tabs": "^1.1.12",
|
|
"@radix-ui/react-toast": "^1.2.14",
|
|
"@radix-ui/react-tooltip": "^1.2.7",
|
|
"@roo-code-cloud/db": "workspace:^",
|
|
"@roo-code-cloud/env": "workspace:^",
|
|
"@roo-code-cloud/job-auth": "workspace:^",
|
|
"@roo-code/types": "^1.30.0",
|
|
"@sentry/nextjs": "^9.23.0",
|
|
"@tailwindcss/postcss": "^4.1.8",
|
|
"@tanstack/react-query": "^5.79.0",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"@types/jsonwebtoken": "^9.0.10",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"drizzle-orm": "^0.44.2",
|
|
"fuzzysort": "^3.1.0",
|
|
"import-in-the-middle": "^1.14.2",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"lucide-react": "^0.509.0",
|
|
"mermaid": "^11.7.0",
|
|
"next": "^15.3.3",
|
|
"next-intl": "^4.1.0",
|
|
"next-themes": "^0.4.6",
|
|
"next-typesafe-url": "^5.1.7",
|
|
"p-map": "^7.0.3",
|
|
"pino": "^9.7.0",
|
|
"pino-pretty": "^13.0.0",
|
|
"postgres": "^3.4.7",
|
|
"posthog-js": "^1.255.1",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-hook-form": "^7.56.4",
|
|
"react-markdown": "^10.1.0",
|
|
"react-use": "^17.6.0",
|
|
"recharts": "^2.15.3",
|
|
"rehype-sanitize": "^6.0.0",
|
|
"remark-breaks": "^4.0.0",
|
|
"require-in-the-middle": "^7.5.2",
|
|
"shiki": "^3.7.0",
|
|
"sonner": "^2.0.3",
|
|
"stripe": "^18.2.0",
|
|
"tailwind-merge": "^3.3.0",
|
|
"uuid": "^11.1.0",
|
|
"vaul": "^1.1.2",
|
|
"zod": "^3.25.41"
|
|
},
|
|
"devDependencies": {
|
|
"@clerk/testing": "^1.7.5",
|
|
"@eslint/js": "^9.27.0",
|
|
"@next/eslint-plugin-next": "^15.3.3",
|
|
"@roo-code-cloud/config-eslint": "workspace:^",
|
|
"@roo-code-cloud/config-typescript": "workspace:^",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/hast": "^3.0.4",
|
|
"@types/node": "^22.15.27",
|
|
"@types/pg": "^8.15.2",
|
|
"@types/react": "^19.1.6",
|
|
"@types/react-dom": "^19.1.6",
|
|
"@vitejs/plugin-react": "^4.5.2",
|
|
"eslint-config-prettier": "^10.1.5",
|
|
"eslint-plugin-only-warn": "^1.1.0",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-turbo": "^2.5.3",
|
|
"globals": "^16.2.0",
|
|
"jsdom": "^26.1.0",
|
|
"postcss": "^8.5.4",
|
|
"tailwindcss": "^4.1.8",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"typescript-eslint": "^8.33.0",
|
|
"vite-tsconfig-paths": "^5.1.4",
|
|
"vitest": "^3.2.3"
|
|
}
|
|
}
|