chatarea
Version:
纯JS封装的聊天框,交互功能对标钉钉微信聊天框,适用于JQuery/React/Vue等各大框架,兼容PC与H5的使用
52 lines (51 loc) • 1.42 kB
JSON
{
"name": "chatarea",
"version": "5.5.8",
"files": [
"lib/ChatArea.js",
"lib/ChatArea.css",
"index.js",
"index.d.ts",
"README.md",
"LICENSE",
"package.json"
],
"description": "纯JS封装的聊天框,交互功能对标钉钉微信聊天框,适用于JQuery/React/Vue等各大框架,兼容PC与H5的使用",
"homepage": "https://gitee.com/jianfv/chat-area",
"main": "index.js",
"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",
"outLogin": "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",
"sende",
"mentions",
"mention",
"Vue",
"React",
"chat",
"聊天框",
"@提及",
"@功能",
"ai输入框"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^15.12.4",
"less": "^4.2.0",
"typescript": "^5.0.2",
"vite": "^4.4.5"
}
}