package.json 1.3 KB

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