react-chatbot-koodums
Version:
A customizable React chatbot component by Koodums, supporting dynamic conversations and integrations with Google Places, Open AI, and more
89 lines (88 loc) • 2.5 kB
JSON
{
"name": "react-chatbot-koodums",
"version": "1.1.4",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"description": "A customizable React chatbot component by Koodums, supporting dynamic conversations and integrations with Google Places, Open AI, and more",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"scripts": {
"build": "rollup -c --bundleConfigAsCjs",
"prepublishOnly": "npm run build"
},
"keywords": [
"react",
"chatbot",
"koodums",
"chatbot-kit",
"chat-kit",
"material-ui",
"ai",
"google-places",
"open-ai",
"gemini",
"pinecone"
],
"author": "Kevin",
"license": "MIT",
"peerDependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@google-cloud/dialogflow-cx": "^4.7.0",
"@mui/icons-material": "^7.0.1",
"@mui/material": "^7.0.1",
"@reduxjs/toolkit": "^1.8.6",
"@vis.gl/react-google-maps": "^1.5.2",
"firebase": "^11.1.0",
"formik": "^2.4.6",
"lottie-react": "^2.4.0",
"react": "^18.2.0",
"react-bootstrap": "2.10.4",
"react-calendly": "^4.3.1",
"react-device-detect": "^2.2.3",
"react-div-100vh": "^0.7.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-player": "^2.16.0",
"react-redux": "^8.0.4",
"react-router-dom": "^6.4.2",
"react-youtube": "^10.1.0",
"redux-persist": "^6.0.0",
"swiper": "^9.0.5",
"typeit": "^8.7.1",
"typeit-react": "2.6.4",
"use-sound": "^4.0.1",
"uuid": "^9.0.0",
"yup": "^1.6.1"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.20.0",
"@babel/preset-react": "^7.18.0",
"@eslint/js": "^9.29.0",
"@rollup/plugin-babel": "^6.0.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-replace": "^6.0.0",
"@rollup/plugin-terser": "^0.4.0",
"eslint": "^9.29.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^16.2.0",
"rollup": "^4.0.0",
"rollup-plugin-copy": "^3.0.0",
"rollup-plugin-ignore": "^1.0.10",
"rollup-plugin-peer-deps-external": "^2.0.0",
"rollup-plugin-postcss": "^4.0.0"
},
"files": [
"dist"
],
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
]
}