UNPKG

@docshound/chat-react

Version:

React component library for integrating the DocsHound chat widget into React and Next.js applications.

46 lines (45 loc) 1.15 kB
{ "name": "@docshound/chat-react", "private": false, "version": "0.10.0", "description": "React component library for integrating the DocsHound chat widget into React and Next.js applications.", "keywords": [ "React", "Next.js", "DocsHound", "Chat Widget", "AI", "Customer Support", "Documentation", "Knowledge Base" ], "author": "DocsHound", "files": [ "dist" ], "main": "./dist/index.js", "module": "./dist/index.esm.js", "types": "./dist/index.d.ts", "license": "MIT", "scripts": { "build": "rollup -c --bundleConfigAsCjs", "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.1", "@rollup/plugin-node-resolve": "^15.3.0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.1", "@types/node": "^22.7.8", "@types/react": "^18", "rollup": "^4.24.0", "rollup-plugin-dts": "^6.1.1", "rollup-plugin-peer-deps-external": "^2.2.4", "tslib": "^2.8.0", "typescript": "^5.6.3" }, "peerDependencies": { "react": "^18", "react-dom": "^18" } }