UNPKG

@forbespro/lead-agent

Version:
134 lines (133 loc) 3.98 kB
{ "name": "@forbespro/lead-agent", "version": "1.0.79", "description": "Lead Chat Agent React Component", "type": "module", "main": "./dist/cjs/index.js", "module": "./dist/es/index.js", "types": "./dist/types/index.d.ts", "exports": { ".": { "import": "./dist/es/index.js", "require": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts" }, "./styles.css": "./dist/forbes-lead-agent-react.css" }, "sideEffects": [ "**/*.css" ], "files": [ "dist", "README.md", "LICENSE.md" ], "scripts": { "build": "vite build && tsc --emitDeclarationOnly --outDir dist/types", "dev": "vite build --watch", "ngrok": "ngrok tunnel --region eu --label edge=edghts_2JmQpsWJPvQfYM3uwPcNeoYZlxu 5173", "preview": "vite preview", "prepublishOnly": "npm run build", "publish": "npm publish --access public", "patch": "npm version patch", "type-check": "tsc --noEmit", "lint": "eslint src/**/*.ts*" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "@forbespro/lead-agent-hook": "^1.0.14", "three": "^0.158.0" }, "dependencies": { "@hookform/resolvers": "^3.9.1", "@radix-ui/react-accordion": "^1.2.2", "@radix-ui/react-alert-dialog": "^1.1.4", "@radix-ui/react-aspect-ratio": "^1.1.1", "@radix-ui/react-avatar": "^1.1.2", "@radix-ui/react-checkbox": "^1.1.3", "@radix-ui/react-collapsible": "^1.1.2", "@radix-ui/react-context-menu": "^2.2.4", "@radix-ui/react-dialog": "^1.1.4", "@radix-ui/react-dropdown-menu": "^2.1.4", "@radix-ui/react-hover-card": "^1.1.4", "@radix-ui/react-label": "^2.1.1", "@radix-ui/react-menubar": "^1.1.4", "@radix-ui/react-navigation-menu": "^1.2.3", "@radix-ui/react-popover": "^1.1.4", "@radix-ui/react-progress": "^1.1.1", "@radix-ui/react-radio-group": "^1.2.2", "@radix-ui/react-scroll-area": "^1.2.2", "@radix-ui/react-select": "^2.1.4", "@radix-ui/react-separator": "^1.1.1", "@radix-ui/react-slider": "^1.2.2", "@radix-ui/react-slot": "^1.1.1", "@radix-ui/react-switch": "^1.1.2", "@radix-ui/react-tabs": "^1.1.2", "@radix-ui/react-toast": "^1.2.4", "@radix-ui/react-toggle": "^1.1.1", "@radix-ui/react-toggle-group": "^1.1.1", "@radix-ui/react-tooltip": "^1.1.6", "class-variance-authority": "^0.7.1", "frimousse": "0.2.0", "clsx": "^2.1.1", "cmdk": "1.0.4", "date-fns": "4.1.0", "embla-carousel-react": "8.5.1", "exa-js": "^1.5.12", "framer-motion": "latest", "input-otp": "1.4.1", "lucide-react": "^0.454.0", "next": "15.1.0", "next-themes": "^0.4.4", "react-day-picker": "8.10.1", "react-hook-form": "^7.54.1", "react-resizable-panels": "^2.1.7", "recharts": "2.15.0", "sonner": "^1.7.1", "tailwind-merge": "^2.5.5", "tailwindcss-animate": "^1.0.7", "vaul": "^0.9.6", "zod": "^3.24.1" }, "devDependencies": { "@types/node": "^22.13.1", "@vitejs/plugin-react": "^4.3.4", "@types/react": "^19", "@types/react-dom": "^19", "@tailwindcss/postcss": "^4.0.0", "@tailwindcss/cli": "^4.0.0", "postcss": "^8", "tailwindcss": "^3.4.17", "autoprefixer": "^10.4.20", "ajv": "^7.0.0", "@tailwindcss/vite": "4.1.3", "typescript": "^5", "tsup": "^8.0.1", "vite": "^5.4.1", "vite-plugin-dts": "^3.0.0", "react-error-boundary": "^5.0.0" }, "keywords": [ "react", "agent", "ui", "chatbot", "leadgen", "component", "forbespro" ], "author": "Forbes Professional", "license": "SEE LICENSE IN ./LICENSE.md", "repository": { "type": "git", "url": "git+https://github.com/forbespro/lead-agent.git" }, "bugs": { "url": "https://github.com/forbespro/lead-agent/issues" }, "homepage": "https://github.com/forbespro/lead-agent#readme", "publishConfig": { "access": "public" } }