@tencentcloud/ai-desk-customer-uniapp
Version:
uni-app Vue2/Vue3 UIKit for AI Desk
46 lines (45 loc) • 1.42 kB
JSON
{
"name": "@tencentcloud/ai-desk-customer-uniapp",
"version": "1.6.4",
"description": "uni-app Vue2/Vue3 UIKit for AI Desk",
"main": "index",
"keywords": [
"ai customer service",
"ai agent",
"vue",
"uniapp",
"tiktok",
"tencentcloud",
"deepseek"
],
"scripts": {
"sync": "node ./script/fileCopy.js",
"version": "node ./script/syncVersion.js",
"publish:vue": "cd ../tui-customer-service-plugin-vue && ls && npm publish --access public",
"publish:uniapp": "cd ../tui-customer-service-plugin-uniapp && ls && npm publish --access public"
},
"dependencies": {
"@tencentcloud/universal-api": "^2.4.0",
"@tiptap/core": "2.0.0-beta.220",
"@tiptap/extension-document": "2.0.0-beta.220",
"@tiptap/extension-image": "2.0.0-beta.220",
"@tiptap/extension-mention": "2.0.0-beta.220",
"@tiptap/extension-paragraph": "2.0.0-beta.220",
"@tiptap/extension-placeholder": "2.0.0-beta.220",
"@tiptap/extension-text": "2.0.0-beta.220",
"@tiptap/pm": "2.0.0-beta.220",
"@tiptap/suggestion": "2.0.0-beta.220",
"@vue/composition-api": "^1.0.0-rc.1",
"dayjs": "^1.11.10",
"js-audio-recorder": "^1.0.7",
"mp-html": "^2.5.0",
"tim-upload-plugin": "^1.4.2",
"vue-clipboard3": "2.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"author": "",
"license": "ISC"
}