You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
101 lines
3.2 KiB
101 lines
3.2 KiB
{
|
|
"name": "Raingad-IM",
|
|
"appId": "8007:16.66.168.192",
|
|
"version": "6.0.2",
|
|
"private": true,
|
|
"description": "一款基于vue2.0的即时聊天工具",
|
|
"author": "Raingad",
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint",
|
|
"electron:build": "vue-cli-service electron:build",
|
|
"electron:serve": "vue-cli-service electron:serve",
|
|
"postinstall": "electron-builder install-app-deps",
|
|
"postuninstall": "electron-builder install-app-deps"
|
|
},
|
|
"main": "background.js",
|
|
"dependencies": {
|
|
"axios": "^0.21.4",
|
|
"core-js": "^3.8.3",
|
|
"cropperjs": "^1.5.13",
|
|
"element-ui": "^2.15.14",
|
|
"highlight.js": "^11.11.1",
|
|
"js-audio-recorder": "^1.0.7",
|
|
"js-web-screen-shot": "^1.9.8-rc.3",
|
|
"lockr": "^0.8.5",
|
|
"markdown-it": "^14.1.0",
|
|
"nprogress": "^0.2.0",
|
|
"quill": "^2.0.3",
|
|
"v-clipboard": "^2.2.3",
|
|
"vue": "^2.6.14",
|
|
"vue-canvas-poster": "^1.2.1",
|
|
"vue-qr": "^4.0.9",
|
|
"vue-quill-editor": "^3.0.6",
|
|
"vue-router": "^3.5.1",
|
|
"vuex": "^3.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.16",
|
|
"@vue/cli-plugin-babel": "~5.0.0",
|
|
"@vue/cli-plugin-router": "~5.0.0",
|
|
"@vue/cli-plugin-vuex": "~5.0.0",
|
|
"@vue/cli-service": "~5.0.0",
|
|
"electron": "^13.0.0",
|
|
"electron-builder": "^22.11.7",
|
|
"electron-devtools-installer": "^3.1.0",
|
|
"prettier": "^2.4.1",
|
|
"sass": "^1.32.7",
|
|
"sass-loader": "^12.0.0",
|
|
"vue-cli-plugin-electron-builder": "~2.1.1",
|
|
"vue-template-compiler": "^2.6.14"
|
|
},
|
|
"backstageUrl": "https://gitee.com/raingad/im-instant-chat",
|
|
"frontUrl": "https://gitee.com/raingad/im-chat-front",
|
|
"funcList": [
|
|
{
|
|
"icon": "el-icon-chat-line-round",
|
|
"text": "支持单聊和群聊,支持发送表情、图片、语音、视频和文件消息"
|
|
},
|
|
{
|
|
"icon": "el-icon-potato-strips",
|
|
"text": "单聊支持消息已读未读的状态显示,在线状态显示"
|
|
},
|
|
{
|
|
"icon": "el-icon-user",
|
|
"text": "群聊创建、删除和群成员管理、群公告、群禁言、@群成员等"
|
|
},
|
|
{
|
|
"icon": "el-icon-ice-cream-round",
|
|
"text": "支持置顶联系人,消息免打扰;支持设置新消息声音提醒,浏览器通知"
|
|
},
|
|
{
|
|
"icon": "el-icon-video-camera",
|
|
"text": "支持一对一音视频通话(已打通web端和移动端,小程序不支持)"
|
|
},
|
|
{
|
|
"icon": "el-icon-milk-tea",
|
|
"text": "支持文件、图片和绝大部分媒体文件在线预览"
|
|
},
|
|
{
|
|
"icon": "el-icon-mobile-phone",
|
|
"text": "支持移动端(由uniapp开发,可打包H5、APP和小程序),支持简易后台管理"
|
|
},
|
|
{
|
|
"icon": "el-icon-coffee-cup",
|
|
"text": "支持企业模式和社交模式,社交模式支持注册、添加好友功能"
|
|
}
|
|
],
|
|
"license": "Apache2.0",
|
|
"logo": "/assets/img/logo.png",
|
|
"mobileUrl": "https://im.raingad.com/h5",
|
|
"qqGroupUrl": "https://qm.qq.com/q/RgHdvLGiMk",
|
|
"rules": {
|
|
"generator-star-spacing": "off",
|
|
"no-tabs": "off",
|
|
"no-unused-vars": "off",
|
|
"no-console": "off",
|
|
"no-irregular-whitespace": "off",
|
|
"no-debugger": "off"
|
|
}
|
|
}
|
|
|