UNPKG

widget-ccat-v2

Version:

This is a chatbot widget supported by the Cheshire Cat AI framework

61 lines (60 loc) 1.55 kB
{ "name": "widget-ccat-v2", "version": "1.0.5", "description": "This is a chatbot widget supported by the Cheshire Cat AI framework", "main": "dist/index.js", "files": [ "dist", "README.md" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/conveos/widget-CCAT-react.git#feature" }, "keywords": [ "widget", "chatbot", "Cheshire", "Cat", "Cheshire", "Cat", "AI" ], "author": "conveos", "license": "ISC", "bugs": { "url": "https://github.com/conveos/widget-CCAT-react/issues" }, "homepage": "https://github.com/conveos/widget-CCAT-react/tree/feature#readme", "dependencies": { "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", "@mui/icons-material": "^5.14.13", "@mui/material": "^5.14.13", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", "@testing-library/user-event": "^13.5.0", "ccat-api": "0.10.3", "framer-motion": "^11.0.0", "react-icons": "^4.11.0", "react-scripts": "5.0.1", "web-vitals": "^2.1.4" }, "peerDependencies": { "react": ">=18.0.0 <20.0.0", "react-dom": ">=18.0.0 <20.0.0" }, "devDependencies": { "@babel/cli": "^7.25.9", "@babel/preset-react": "^7.25.9", "babel-loader": "^9.2.1", "webpack": "^5.96.1", "webpack-cli": "^5.1.4", "webpack-node-externals": "^3.0.0" } }