package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. "react": "19.2.3",
  25. "react-dom": "19.2.3",
  26. "shiki": "^3.21.0",
  27. "tailwind-merge": "^3.4.0",
  28. "zod": "^3.24.0"
  29. },
  30. "devDependencies": {
  31. "@repo/eslint-config": "workspace:*",
  32. "@repo/typescript-config": "workspace:*",
  33. "@tailwindcss/postcss": "^4.1.18",
  34. "@types/node": "^22.15.3",
  35. "@types/react": "19.2.3",
  36. "@types/react-dom": "19.2.3",
  37. "eslint": "^9.39.1",
  38. "postcss": "^8.5.6",
  39. "tailwindcss": "^4.1.18",
  40. "tw-animate-css": "^1.4.0",
  41. "typescript": "5.9.2"
  42. }
  43. }