package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "web",
  3. "version": "0.1.0",
  4. "type": "module",
  5. "private": true,
  6. "scripts": {
  7. "dev": "next dev --turbopack --port 3000",
  8. "build": "next build",
  9. "start": "next start",
  10. "lint": "eslint --max-warnings 0",
  11. "check-types": "next typegen && tsc --noEmit"
  12. },
  13. "dependencies": {
  14. "@ai-sdk/gateway": "^3.0.13",
  15. "@json-render/core": "workspace:*",
  16. "@json-render/react": "workspace:*",
  17. "@radix-ui/react-slot": "^1.2.4",
  18. "@radix-ui/react-tabs": "^1.1.13",
  19. "ai": "^6.0.33",
  20. "class-variance-authority": "^0.7.1",
  21. "clsx": "^2.1.1",
  22. "lucide-react": "^0.562.0",
  23. "next": "16.1.1",
  24. "next-themes": "^0.4.6",
  25. "react": "19.2.3",
  26. "react-dom": "19.2.3",
  27. "shiki": "^3.21.0",
  28. "sonner": "^2.0.7",
  29. "tailwind-merge": "^3.4.0",
  30. "zod": "^3.24.0"
  31. },
  32. "devDependencies": {
  33. "@repo/eslint-config": "workspace:*",
  34. "@repo/typescript-config": "workspace:*",
  35. "@tailwindcss/postcss": "^4.1.18",
  36. "@types/node": "^22.15.3",
  37. "@types/react": "19.2.3",
  38. "@types/react-dom": "19.2.3",
  39. "eslint": "^9.39.1",
  40. "postcss": "^8.5.6",
  41. "tailwindcss": "^4.1.18",
  42. "tw-animate-css": "^1.4.0",
  43. "typescript": "5.9.2"
  44. }
  45. }