package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "name": "web",
  3. "version": "0.1.0",
  4. "type": "module",
  5. "private": true,
  6. "license": "Apache-2.0",
  7. "scripts": {
  8. "dev": "next dev --turbopack",
  9. "build": "next build",
  10. "start": "next start",
  11. "lint": "eslint --max-warnings 0",
  12. "check-types": "next typegen && tsc --noEmit"
  13. },
  14. "dependencies": {
  15. "@ai-sdk/gateway": "^3.0.13",
  16. "@ai-sdk/react": "3.0.79",
  17. "@json-render/codegen": "workspace:*",
  18. "@json-render/core": "workspace:*",
  19. "@json-render/react": "workspace:*",
  20. "@mdx-js/loader": "^3.1.1",
  21. "@mdx-js/mdx": "^3.1.1",
  22. "@mdx-js/react": "^3.1.1",
  23. "@next/mdx": "^16.1.6",
  24. "@radix-ui/react-dialog": "^1.1.15",
  25. "@radix-ui/react-slot": "^1.2.4",
  26. "@radix-ui/react-tabs": "^1.1.13",
  27. "@upstash/ratelimit": "^2.0.8",
  28. "@upstash/redis": "^1.36.1",
  29. "@vercel/analytics": "^1.6.1",
  30. "@vercel/speed-insights": "^1.3.1",
  31. "ai": "^6.0.33",
  32. "bash-tool": "1.3.14",
  33. "class-variance-authority": "^0.7.1",
  34. "clsx": "^2.1.1",
  35. "embla-carousel-react": "^8.6.0",
  36. "just-bash": "2.9.6",
  37. "lucide-react": "^0.562.0",
  38. "next": "16.1.1",
  39. "next-themes": "^0.4.6",
  40. "radix-ui": "^1.4.3",
  41. "react": "19.2.3",
  42. "react-dom": "19.2.3",
  43. "react-resizable-panels": "^4.4.1",
  44. "shiki": "^3.21.0",
  45. "sonner": "^2.0.7",
  46. "streamdown": "2.1.0",
  47. "tailwind-merge": "^3.4.0",
  48. "vaul": "^1.1.2",
  49. "zod": "^4.0.0"
  50. },
  51. "devDependencies": {
  52. "@repo/eslint-config": "workspace:*",
  53. "@repo/typescript-config": "workspace:*",
  54. "@tailwindcss/postcss": "^4.1.18",
  55. "@types/mdx": "^2.0.13",
  56. "@types/node": "^22.15.3",
  57. "@types/react": "19.2.3",
  58. "@types/react-dom": "19.2.3",
  59. "eslint": "^9.39.1",
  60. "postcss": "^8.5.6",
  61. "tailwindcss": "^4.1.18",
  62. "tw-animate-css": "^1.4.0",
  63. "typescript": "5.9.2"
  64. }
  65. }