{ "name": "agentpress-nextjs", "version": "0.1.7", "description": "React component library for building AI-powered chat interfaces with Next.js and AgentPress", "author": "incogiscool", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/incogiscool/agentpress.git", "directory": "packages/agentpress-nextjs" }, "keywords": [ "agentpress", "ai", "chat", "nextjs", "react", "ai-sdk", "vercel-ai" ], "main": "./index.ts", "types": "./index.ts", "module": "index.ts", "type": "module", "bin": { "agentpress-sync": "./bin/cli.ts" }, "exports": { ".": "./index.ts", "./components/*": "./components/*.tsx", "./ui/*": "./ui/*.tsx", "./lib/*": "./lib/*.ts" }, "files": [ "bin", "components", "ui", "lib", "index.ts", "README.md" ], "scripts": { "prepublishOnly": "bun test", "build": "tsc --noEmit", "watch": "tsc --noEmit --watch" }, "devDependencies": { "@types/bun": "latest", "@types/react": "^19", "typescript": "^5" }, "peerDependencies": { "react": "^19.0.0", "react-dom": "^19.0.0", "next": "^15.5.7", "zod": "^3.0.0" }, "dependencies": { "@ai-sdk/react": "^2.0.78", "@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-label": "^2.1.7", "@radix-ui/react-popover": "^1.1.15", "@radix-ui/react-scroll-area": "^1.2.10", "@radix-ui/react-separator": "^1.1.7", "@radix-ui/react-slot": "^1.2.3", "@radix-ui/react-tooltip": "^1.2.8", "ai": "^5.0.78", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^0.548.0", "marked": "^17.0.1", "react-markdown": "^10.1.0", "tailwind-merge": "^3.3.1", "zod-to-json-schema": "^3.25.0" } }