@embedapi/react
Version:
🚀 Build stunning AI chat interfaces in minutes! Production-ready React components with real-time streaming, Material-UI design, and zero configuration required. Transform your app with powerful, customizable AI chat features.
96 lines (95 loc) • 2.44 kB
JSON
{
"name": "@embedapi/react",
"version": "1.0.5",
"description": "🚀 Build stunning AI chat interfaces in minutes! Production-ready React components with real-time streaming, Material-UI design, and zero configuration required. Transform your app with powerful, customizable AI chat features.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"test": "jest",
"prepare": "npm run build"
},
"keywords": [
"react",
"ai",
"chat",
"chatbot",
"react",
"material-ui",
"real-time",
"streaming",
"gpt",
"ai-chat",
"embedapi",
"chat-interface",
"react-components",
"ai-integration",
"chatbot-ui",
"custom-chat"
],
"author": "EmbedAPI.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/embedapi/react.git"
},
"homepage": "https://embedapi.com",
"bugs": {
"url": "https://github.com/embedapi/react/issues"
},
"dependencies": {
"@embedapi/core": "^1.0.7",
"@mui/material": "^5.16.8",
"@mui/icons-material": "^5.16.8",
"@mui/styles": "^5.16.8",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"prop-types": "^15.8.0",
"react-markdown": "^9.0.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.0",
"eslint": "^8.0.0",
"isomorphic-fetch": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"rollup": "^2.79.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"webpack": "^5.0.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"publishConfig": {
"access": "public"
}
}