UNPKG

chatarea

Version:

纯JS封装的聊天框,交互功能对标豆包、钉钉、微信聊天框,适用于JQuery/React/Vue等各大框架,兼容PC与H5的使用

67 lines (66 loc) 1.84 kB
{ "name": "chatarea", "version": "6.0.6", "files": [ "lib/ChatArea.mjs", "lib/ChatArea.umd.js", "lib/ChatArea.css", "index.d.ts", "README.md", "LICENSE", "package.json" ], "description": "纯JS封装的聊天框,交互功能对标豆包、钉钉、微信聊天框,适用于JQuery/React/Vue等各大框架,兼容PC与H5的使用", "homepage": "https://gitee.com/jianfv/chat-area", "types": "index.d.ts", "main": "lib/ChatArea.mjs.js", "exports": { ".": { "types": "./index.d.ts", "import": "./lib/ChatArea.mjs", "require": "./lib/ChatArea.umd.js" }, "./style": "./lib/ChatArea.css", "./lib/*": "./lib/*" }, "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "setNpmJs": "npm config set registry https://registry.npmjs.com", "setTB": "npm config set registry https://registry.npmmirror.com", "login": "npm login", "logout": "npm logout", "delUser": "npm config delete //registry.npmjs.com/:_authToken", "publis": "npm publish", "getVersions": "npm view chatarea versions", "unpublish": "npm unpublish chatarea@1.0.1 --force", "deprecate": "npm deprecate chatarea@1.0.1 'this version is deprecated and should no longer be used'" }, "keywords": [ "ai", "sender", "mentions", "mention", "Vue", "React", "chat", "聊天框", "@提及", "@功能", "ai输入框" ], "repository": { "type": "git", "url": "git+https://github.com/WengJianFei/ChatArea_Example" }, "author": "", "license": "MIT", "devDependencies": { "@types/node": "^22.0.0", "less": "^4.2.0", "terser": "^5.43.1", "typescript": "^5.0.2", "vite": "^6.0.0" } }