package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. "ai": "^6.0.33",
  22. "class-variance-authority": "^0.7.1",
  23. "clsx": "^2.1.1",
  24. "lucide-react": "^0.562.0",
  25. "next": "16.1.1",
  26. "next-themes": "^0.4.6",
  27. "react": "19.2.3",
  28. "react-dom": "19.2.3",
  29. "shiki": "^3.21.0",
  30. "sonner": "^2.0.7",
  31. "tailwind-merge": "^3.4.0",
  32. "zod": "^3.24.0"
  33. },
  34. "devDependencies": {
  35. "@repo/eslint-config": "workspace:*",
  36. "@repo/typescript-config": "workspace:*",
  37. "@tailwindcss/postcss": "^4.1.18",
  38. "@types/node": "^22.15.3",
  39. "@types/react": "19.2.3",
  40. "@types/react-dom": "19.2.3",
  41. "eslint": "^9.39.1",
  42. "postcss": "^8.5.6",
  43. "tailwindcss": "^4.1.18",
  44. "tw-animate-css": "^1.4.0",
  45. "typescript": "5.9.2"
  46. }
  47. }