package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. "@json-render/codegen": "workspace:*",
  17. "@json-render/core": "workspace:*",
  18. "@json-render/react": "workspace:*",
  19. "@radix-ui/react-dialog": "^1.1.15",
  20. "@radix-ui/react-slot": "^1.2.4",
  21. "@radix-ui/react-tabs": "^1.1.13",
  22. "@upstash/ratelimit": "^2.0.8",
  23. "@upstash/redis": "^1.36.1",
  24. "@vercel/analytics": "^1.6.1",
  25. "@vercel/speed-insights": "^1.3.1",
  26. "ai": "^6.0.33",
  27. "class-variance-authority": "^0.7.1",
  28. "clsx": "^2.1.1",
  29. "lucide-react": "^0.562.0",
  30. "next": "16.1.1",
  31. "next-themes": "^0.4.6",
  32. "radix-ui": "^1.4.3",
  33. "react": "19.2.3",
  34. "react-dom": "19.2.3",
  35. "react-resizable-panels": "^4.4.1",
  36. "shiki": "^3.21.0",
  37. "sonner": "^2.0.7",
  38. "tailwind-merge": "^3.4.0",
  39. "zod": "^4.0.0"
  40. },
  41. "devDependencies": {
  42. "@repo/eslint-config": "workspace:*",
  43. "@repo/typescript-config": "workspace:*",
  44. "@tailwindcss/postcss": "^4.1.18",
  45. "@types/node": "^22.15.3",
  46. "@types/react": "19.2.3",
  47. "@types/react-dom": "19.2.3",
  48. "eslint": "^9.39.1",
  49. "postcss": "^8.5.6",
  50. "tailwindcss": "^4.1.18",
  51. "tw-animate-css": "^1.4.0",
  52. "typescript": "5.9.2"
  53. }
  54. }