UNPKG

@integrate.team/react-chatbot-types

Version:
61 lines (60 loc) 1.56 kB
{ "name": "@integrate.team/react-chatbot-types", "version": "1.0.73", "description": "React Chatbot Library", "main": "dist/react-chatbot.cjs.js", "module": "dist/react-chatbot.es.js", "types": "dist/index.d.ts", "scripts": { "dev": "vite", "build": "vite build", "lint": "eslint \"{**/*,*}.{js,ts,jsx,tsx}\"", "prettier": "prettier --write \"{src,tests,example/src}/**/*.{js,ts,jsx,tsx}\"", "test": "jest --config jestconfig.json", "prepare": "npm run build" }, "keywords": [ "chatbot", "React", "Streaming" ], "author": "thoahuynh.sgr", "license": "ISC", "dependencies": { "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", "@mui/icons-material": "^6.0.2", "@mui/material": "^6.0.2", "moment-timezone": "^0.5.48", "react": "^18.2.0", "react-device-detect": "^2.2.3", "react-dom": "^18.2.0", "react-hot-toast": "^2.4.1", "react-icons": "^4.10.1", "react-loader-spinner": "^6.1.6", "react-markdown": "^10.1.0", "react-router-dom": "^6.26.2", "remark-gfm": "^4.0.1", "uuid": "^11.1.0", "web-vitals": "^4.2.3" }, "repository": { "type": "git", "url": "https://gitlab.com/huynhthoa.sugr/chatbot-streaming.git" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "files": [ "dist", "LICENSE", "README.md" ], "devDependencies": { "@vitejs/plugin-react": "^4.6.0", "typescript": "^5.7.3", "vite": "^6.3.5", "vite-plugin-lib-inject-css": "^2.2.2" } }