package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. "test": "vitest run",
  14. "test:watch": "vitest"
  15. },
  16. "dependencies": {
  17. "@radix-ui/react-dialog": "^1.1.15",
  18. "@radix-ui/react-navigation-menu": "^1.2.14",
  19. "@radix-ui/react-slot": "^1.2.4",
  20. "@roo-code/evals": "workspace:^",
  21. "@roo-code/types": "^1.108.0",
  22. "@tanstack/react-query": "^5.90.20",
  23. "@vercel/og": "^0.8.6",
  24. "class-variance-authority": "^0.7.1",
  25. "clsx": "^2.1.1",
  26. "embla-carousel-auto-scroll": "^8.6.0",
  27. "embla-carousel-autoplay": "^8.6.0",
  28. "embla-carousel-react": "^8.6.0",
  29. "framer-motion": "^12.29.2",
  30. "gray-matter": "^4.0.3",
  31. "lucide-react": "^0.563.0",
  32. "next": "^16.1.6",
  33. "next-themes": "^0.4.6",
  34. "posthog-js": "^1.336.4",
  35. "react": "^18.3.1",
  36. "react-cookie-consent": "^9.0.0",
  37. "react-dom": "^18.3.1",
  38. "react-icons": "^5.5.0",
  39. "react-markdown": "^9.0.3",
  40. "recharts": "^2.15.3",
  41. "rehype-raw": "^7.0.0",
  42. "remark-gfm": "^4.0.1",
  43. "tailwind-merge": "^3.4.0",
  44. "tailwindcss-animate": "^1.0.7",
  45. "tldts": "^6.1.86",
  46. "zod": "^3.25.61"
  47. },
  48. "devDependencies": {
  49. "@roo-code/config-eslint": "workspace:^",
  50. "@roo-code/config-typescript": "workspace:^",
  51. "@tailwindcss/typography": "^0.5.19",
  52. "@types/node": "20.x",
  53. "@types/react": "^18.3.23",
  54. "@types/react-dom": "^18.3.7",
  55. "autoprefixer": "^10.4.23",
  56. "next-sitemap": "^4.2.3",
  57. "postcss": "^8.5.6",
  58. "tailwindcss": "^3.4.17",
  59. "vitest": "^4.0.18"
  60. }
  61. }