{ "name": "web", "version": "0.1.0", "type": "module", "private": true, "scripts": { "dev": "next dev --turbopack --port 3000", "build": "next build", "start": "next start", "lint": "eslint --max-warnings 0", "check-types": "next typegen && tsc --noEmit" }, "dependencies": { "@ai-sdk/gateway": "^3.0.13", "@json-render/core": "workspace:*", "@json-render/react": "workspace:*", "@radix-ui/react-slot": "^1.2.4", "@radix-ui/react-tabs": "^1.1.13", "ai": "^6.0.33", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^0.562.0", "next": "16.1.0", "react": "^19.2.0", "react-dom": "^19.2.0", "shiki": "^3.21.0", "tailwind-merge": "^3.4.0", "zod": "^3.24.0" }, "devDependencies": { "@repo/eslint-config": "workspace:*", "@repo/typescript-config": "workspace:*", "@tailwindcss/postcss": "^4.1.18", "@types/node": "^22.15.3", "@types/react": "19.2.2", "@types/react-dom": "19.2.2", "eslint": "^9.39.1", "postcss": "^8.5.6", "tailwindcss": "^4.1.18", "tw-animate-css": "^1.4.0", "typescript": "5.9.2" } }