package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "name": "@roo-code/web-roo-code",
  3. "version": "0.0.0",
  4. "type": "module",
  5. "scripts": {
  6. "lint": "next lint --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.14",
  16. "@radix-ui/react-slot": "^1.2.3",
  17. "@roo-code/evals": "workspace:^",
  18. "@roo-code/types": "workspace:^",
  19. "@tanstack/react-query": "^5.79.0",
  20. "@vercel/og": "^0.6.2",
  21. "class-variance-authority": "^0.7.1",
  22. "clsx": "^2.1.1",
  23. "embla-carousel-auto-scroll": "^8.6.0",
  24. "embla-carousel-autoplay": "^8.6.0",
  25. "embla-carousel-react": "^8.6.0",
  26. "framer-motion": "12.15.0",
  27. "lucide-react": "^0.518.0",
  28. "next": "~15.2.6",
  29. "next-themes": "^0.4.6",
  30. "posthog-js": "^1.248.1",
  31. "react": "^18.3.1",
  32. "react-cookie-consent": "^9.0.0",
  33. "react-dom": "^18.3.1",
  34. "react-icons": "^5.5.0",
  35. "react-markdown": "^9.0.3",
  36. "recharts": "^2.15.3",
  37. "rehype-raw": "^7.0.0",
  38. "remark-gfm": "^4.0.1",
  39. "tailwind-merge": "^3.3.0",
  40. "tailwindcss-animate": "^1.0.7",
  41. "tldts": "^6.1.86",
  42. "zod": "^3.25.61"
  43. },
  44. "devDependencies": {
  45. "@roo-code/config-eslint": "workspace:^",
  46. "@roo-code/config-typescript": "workspace:^",
  47. "@tailwindcss/typography": "^0.5.16",
  48. "@types/node": "20.x",
  49. "@types/react": "^18.3.23",
  50. "@types/react-dom": "^18.3.7",
  51. "autoprefixer": "^10.4.21",
  52. "next-sitemap": "^4.2.3",
  53. "postcss": "^8.5.4",
  54. "tailwindcss": "^3.4.17"
  55. }
  56. }