UNPKG

@open-chat/chat-bubble

Version:

Chat bubble component.

89 lines (88 loc) 2.58 kB
{ "name": "@open-chat/chat-bubble", "private": false, "version": "0.4.2", "type": "module", "license": "MIT", "module": "./dist/es/index.js", "types": "./dist/types/lib/index.d.ts", "exports": { ".": { "import": "./dist/es/index.js", "types": "./dist/types/lib/index.d.ts" }, "./dist/style.css": "./dist/style.css" }, "scripts": { "dev": "vite", "dev:fresh": "yarn cache clean && vite", "build:lib": "rm -rf dist/ && tsc && vite build -c vite.config.lib.ts", "build": "tsc && vite build -c vite.config.ts", "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "publish:lib": "npm run build:lib && changeset publish", "preview": "vite preview", "cs": "yarn changeset", "cs:v": "yarn changeset version" }, "dependencies": { "@emoji-mart/data": "^1.1.2", "tailwindcss-animate": "^1.0.6" }, "peerDependencies": { "react": "^18.x || ^17.x || ^16.x", "react-dom": "^18.x || ^17.x || ^16.x", "react-router-dom": "^6.x" }, "devDependencies": { "@changesets/cli": "^2.26.2", "@emoji-mart/react": "^1.1.1", "@radix-ui/react-popover": "^1.0.6", "@radix-ui/react-tooltip": "^1.0.6", "@tailwindcss/typography": "^0.5.9", "@types/node": "^20.4.5", "@types/react": "^18.0.37", "@types/react-dom": "^18.0.11", "@typescript-eslint/eslint-plugin": "^5.59.0", "@typescript-eslint/parser": "^5.59.0", "@vitejs/plugin-react": "^4.0.0", "autoprefixer": "^10.4.14", "axios": "^1.4.0", "emoji-mart": "^5.5.2", "eslint": "^8.38.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.3.4", "javascript-time-ago": "^2.5.9", "lightningcss": "^1.21.5", "postcss": "^8.4.24", "prettier": "^2.8.8", "react": "^18.2.0", "react-autosize-textarea": "^7.1.0", "react-dom": "^18.2.0", "react-icons": "^4.10.1", "react-loader-spinner": "^5.3.4", "react-markdown": "^8.0.7", "react-router-dom": "^6.14.0", "react-time-ago": "^7.2.1", "remark-gfm": "^3.0.1", "tailwind-merge": "^1.13.2", "tailwind-scrollbar": "^3.0.4", "tailwindcss": "^3.3.2", "terser": "^5.19.2", "tslib": "^2.6.1", "typescript": "^5.1.6", "vite": "^4.3.9", "vite-plugin-dts": "^3.3.1" }, "keywords": [ "chat", "open-chat", "chat-bubble", "react", "react-component", "openchat", "ai-chat" ], "description": "Chat bubble component.", "author": "OpenChat", "homepage": "https://openchat.so" }