package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "@roo-code/web-roo-code",
  3. "version": "0.0.0",
  4. "type": "module",
  5. "scripts": {
  6. "lint": "eslint src --ext=ts,tsx --max-warnings=0",
  7. "check-types": "tsc --noEmit",
  8. "dev": "next dev",
  9. "build": "next build",
  10. "postbuild": "next-sitemap --config next-sitemap.config.cjs",
  11. "start": "next start",
  12. "clean": "rimraf .next .turbo"
  13. },
  14. "dependencies": {
  15. "@radix-ui/react-dialog": "^1.1.15",
  16. "@radix-ui/react-navigation-menu": "^1.2.14",
  17. "@radix-ui/react-slot": "^1.2.4",
  18. "@roo-code/evals": "workspace:^",
  19. "@roo-code/types": "^1.108.0",
  20. "@tanstack/react-query": "^5.90.20",
  21. "@vercel/og": "^0.8.6",
  22. "class-variance-authority": "^0.7.1",
  23. "clsx": "^2.1.1",
  24. "embla-carousel-auto-scroll": "^8.6.0",
  25. "embla-carousel-autoplay": "^8.6.0",
  26. "embla-carousel-react": "^8.6.0",
  27. "framer-motion": "^12.29.2",
  28. "lucide-react": "^0.563.0",
  29. "next": "^16.1.6",
  30. "next-themes": "^0.4.6",
  31. "posthog-js": "^1.336.4",
  32. "react": "^18.3.1",
  33. "react-cookie-consent": "^9.0.0",
  34. "react-dom": "^18.3.1",
  35. "react-icons": "^5.5.0",
  36. "react-markdown": "^9.0.3",
  37. "recharts": "^2.15.3",
  38. "rehype-raw": "^7.0.0",
  39. "remark-gfm": "^4.0.1",
  40. "tailwind-merge": "^3.4.0",
  41. "tailwindcss-animate": "^1.0.7",
  42. "tldts": "^6.1.86",
  43. "zod": "^3.25.61"
  44. },
  45. "devDependencies": {
  46. "@roo-code/config-eslint": "workspace:^",
  47. "@roo-code/config-typescript": "workspace:^",
  48. "@tailwindcss/typography": "^0.5.19",
  49. "@types/node": "20.x",
  50. "@types/react": "^18.3.23",
  51. "@types/react-dom": "^18.3.7",
  52. "autoprefixer": "^10.4.23",
  53. "next-sitemap": "^4.2.3",
  54. "postcss": "^8.5.6",
  55. "tailwindcss": "^3.4.17"
  56. }
  57. }