mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Some checks are pending
Code QA Roo Code / check-translations (push) Waiting to run
Code QA Roo Code / knip (push) Waiting to run
Code QA Roo Code / compile (push) Waiting to run
Code QA Roo Code / platform-unit-test (ubuntu-latest) (push) Waiting to run
Code QA Roo Code / platform-unit-test (windows-latest) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Nightly Publish / publish-nightly (push) Waiting to run
Deploy roocode.com / check-secrets (push) Waiting to run
Deploy roocode.com / deploy (push) Blocked by required conditions
* Remove Roo Code Cloud and evals * Remove unused onboarding and web helper files * Update ChatView welcome tests after cloud removal
59 lines
1.6 KiB
JSON
59 lines
1.6 KiB
JSON
{
|
|
"name": "@roo-code/web-roo-code",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"lint": "eslint src --ext=ts,tsx --max-warnings=0",
|
|
"check-types": "tsc --noEmit",
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"postbuild": "next-sitemap --config next-sitemap.config.cjs",
|
|
"start": "next start",
|
|
"clean": "rimraf .next .turbo",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"@radix-ui/react-navigation-menu": "^1.2.14",
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
"@roo-code/types": "^1.108.0",
|
|
"@tanstack/react-query": "^5.90.20",
|
|
"@vercel/og": "^0.8.6",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"embla-carousel-auto-scroll": "^8.6.0",
|
|
"embla-carousel-autoplay": "^8.6.0",
|
|
"embla-carousel-react": "^8.6.0",
|
|
"framer-motion": "^12.29.2",
|
|
"gray-matter": "^4.0.3",
|
|
"lucide-react": "^0.563.0",
|
|
"next": "^16.1.6",
|
|
"next-themes": "^0.4.6",
|
|
"react": "^18.3.1",
|
|
"react-cookie-consent": "^9.0.0",
|
|
"react-dom": "^18.3.1",
|
|
"react-icons": "^5.5.0",
|
|
"react-markdown": "^9.0.3",
|
|
"recharts": "^2.15.3",
|
|
"rehype-raw": "^7.0.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"tailwind-merge": "^3.4.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"tldts": "^6.1.86",
|
|
"zod": "^3.25.61"
|
|
},
|
|
"devDependencies": {
|
|
"@roo-code/config-eslint": "workspace:^",
|
|
"@roo-code/config-typescript": "workspace:^",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@types/node": "20.x",
|
|
"@types/react": "^18.3.23",
|
|
"@types/react-dom": "^18.3.7",
|
|
"autoprefixer": "^10.4.23",
|
|
"next-sitemap": "^4.2.3",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^3.4.17",
|
|
"vitest": "^4.0.18"
|
|
}
|
|
}
|