common-chatbox-v3
Version:
Common ChatBox V3
35 lines (34 loc) • 716 B
JSON
{
"name": "common-chatbox-v3",
"version": "1.0.6",
"description": "Common ChatBox V3",
"main": "dist/common-chatbox.umd.js",
"keywords": [
"chatbox",
"vue3",
"vuetify"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.7.7",
"dompurify": "^3.2.4",
"js-base64": "^3.7.7",
"moment": "^2.30.1",
"vite-plugin-vuetify": "^2.0.3",
"vue": "^3.4.37",
"vuetify": "^3.6.12",
"wangeditor": "^4.7.15"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.2",
"sass": "^1.77.8",
"sass-loader": "^14.2.1",
"vite": "^5.4.1"
},
"author": "chenghuang",
"license": "MIT"
}