package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. "class-variance-authority": "^0.7.1",
  21. "clsx": "^2.1.1",
  22. "embla-carousel-auto-scroll": "^8.6.0",
  23. "embla-carousel-autoplay": "^8.6.0",
  24. "embla-carousel-react": "^8.6.0",
  25. "framer-motion": "^12.15.0",
  26. "lucide-react": "^0.518.0",
  27. "next": "^15.2.5",
  28. "next-themes": "^0.4.6",
  29. "posthog-js": "^1.248.1",
  30. "react": "^18.3.1",
  31. "react-dom": "^18.3.1",
  32. "react-icons": "^5.5.0",
  33. "recharts": "^2.15.3",
  34. "tailwind-merge": "^3.3.0",
  35. "tailwindcss-animate": "^1.0.7",
  36. "zod": "^3.25.61"
  37. },
  38. "devDependencies": {
  39. "@roo-code/config-eslint": "workspace:^",
  40. "@roo-code/config-typescript": "workspace:^",
  41. "@tailwindcss/typography": "^0.5.16",
  42. "@types/node": "20.x",
  43. "@types/react": "^18.3.23",
  44. "@types/react-dom": "^18.3.7",
  45. "autoprefixer": "^10.4.21",
  46. "next-sitemap": "^4.2.3",
  47. "postcss": "^8.5.4",
  48. "tailwindcss": "^3.4.17"
  49. }
  50. }