{ "name": "zero-docs", "private": true, "version": "0.3.4", "type": "module", "packageManager": "pnpm@11.1.3", "engines": { "node": ">=24" }, "scripts": { "dev": "next dev", "build": "next build --webpack", "start": "next start", "lint": "next lint" }, "dependencies": { "@ai-sdk/react": "^3.0.184", "@tailwindcss/postcss": "^4.3.0", "@tailwindcss/typography": "^0.5.19", "@upstash/ratelimit": "^2.0.8", "@upstash/redis": "^1.38.0", "@vercel/analytics": "^2.0.1", "@vercel/speed-insights": "^2.0.0", "@xyflow/react": "^12.11.0", "ai": "^6.0.182", "bash-tool": "^1.3.16", "clsx": "^2.1.1", "geist": "^1.7.0", "just-bash": "^2.14.5", "next": "^16.2.6", "next-mdx-remote": "^6.0.0", "next-themes": "^0.4.6", "radix-ui": "^1.4.3", "react": "^19.2.6", "react-dom": "^19.2.6", "rehype-autolink-headings": "^7.1.0", "rehype-pretty-code": "^0.14.3", "rehype-slug": "^6.0.0", "remark-gfm": "^4.0.1", "shiki": "^4.0.2", "streamdown": "^2.5.0", "tailwind-merge": "^3.6.0", "tailwindcss": "^4.3.0", "tailwindcss-animate": "^1.0.7", "zod": "^4.4.3" }, "devDependencies": { "@types/node": "^25.9.0", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "typescript": "^6.0.3" } }