zhengyiming
2 天以前 65e98a19cb6c20eb9a0322a2231a82d6b39b7f51
package.json
@@ -22,7 +22,7 @@
  "dependencies": {
    "@bole-12333/chat-kit": "latest",
    "@bole-12333/customer-chat": "latest",
    "@bole-core/components": "^1.3.13",
    "@bole-core/components": "^1.3.14",
    "@bole-core/core": "latest",
    "@bole-core/pretty-layout": "latest",
    "@bole-core/sass-utils": "latest",
@@ -30,6 +30,7 @@
    "@chenfengyuan/vue-qrcode": "^2.0.0",
    "@ctrl/tinycolor": "^3.4.1",
    "@element-plus/icons-vue": "^2.3.1",
    "@muaitu/fabric-editor-core": "1.0.4",
    "@tanstack/vue-query": "^4.37.1",
    "@tencentcloud/call-uikit-vue": "^3.1.5",
    "@tencentcloud/chat-uikit-vue": "^2.0.0",
@@ -48,6 +49,8 @@
    "echarts": "^5.5.1",
    "element-plus": "^2.8.4",
    "element-resize-detector": "^1.2.4",
    "fabric": "5.3.0",
    "fabric-history": "1.6.0",
    "file-saver": "^2.0.5",
    "fuse.js": "^6.6.2",
    "js-base64": "^3.7.2",
@@ -76,35 +79,36 @@
    "vue-echarts": "^7.0.3",
    "vue-router": "^4.4.5",
    "vue-types": "^5.1.3",
    "xlsx": "^0.18.5",
    "xlsx-style": "^0.8.13"
    "xlsx": "0.18.5",
    "xlsx-style": "0.8.13"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.1.2",
    "@commitlint/config-conventional": "^17.1.0",
    "@eslint/create-config": "^0.3.1",
    "@iconify-icons/ep": "^1.2.8",
    "@iconify-icons/ri": "^1.2.3",
    "@iconify/vue": "^4.0.0",
    "@release-it/conventional-changelog": "^8.0.2",
    "@types/ali-oss": "^6.16.11",
    "@types/file-saver": "^2.0.5",
    "@commitlint/cli": "17.1.2",
    "@commitlint/config-conventional": "17.1.0",
    "@eslint/create-config": "0.3.1",
    "@iconify-icons/ep": "1.2.8",
    "@iconify-icons/ri": "1.2.3",
    "@iconify/vue": "4.0.0",
    "@release-it/conventional-changelog": "8.0.2",
    "@types/ali-oss": "6.16.11",
    "@types/fabric": "5.3.10",
    "@types/file-saver": "2.0.5",
    "@types/js-cookie": "^3.0.2",
    "@types/lodash": "^4.14.186",
    "@types/node": "18.7.18",
    "@types/video.js": "^7.3.47",
    "@typescript-eslint/eslint-plugin": "^5.37.0",
    "@typescript-eslint/parser": "^5.37.0",
    "@typescript-eslint/eslint-plugin": "5.37.0",
    "@typescript-eslint/parser": "5.37.0",
    "@vitejs/plugin-legacy": "^5.4.2",
    "@vitejs/plugin-vue": "^5.1.4",
    "@vitejs/plugin-vue-jsx": "^4.0.1",
    "@vue/eslint-config-prettier": "^10.0.0",
    "@vue/eslint-config-typescript": "^14.0.0",
    "@vue/eslint-config-prettier": "10.0.0",
    "@vue/eslint-config-typescript": "14.0.0",
    "autoprefixer": "^10.4.11",
    "cross-env": "^7.0.3",
    "eslint": "^8.23.1",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-vue": "^9.4.0",
    "eslint": "8.23.1",
    "eslint-plugin-prettier": "4.2.1",
    "eslint-plugin-vue": "9.4.0",
    "husky": "^8.0.1",
    "lint-staged": "^13.0.3",
    "npm-run-all": "^4.1.5",
@@ -115,19 +119,19 @@
    "postcss-preset-env": "^10.0.0",
    "postcss-px-to-viewport": "^1.1.1",
    "postcss-scss": "^4.0.5",
    "prettier": "^2.7.1",
    "release-it": "^17.8.2",
    "prettier": "2.7.1",
    "release-it": "17.8.2",
    "rimraf": "^6.0.1",
    "rollup-plugin-visualizer": "^5.8.1",
    "sass": "^1.54.9",
    "stylelint": "^14.11.0",
    "stylelint-config-html": "^1.1.0",
    "stylelint-config-recommended": "^9.0.0",
    "stylelint-config-standard": "^28.0.0",
    "stylelint-order": "^5.0.0",
    "stylelint-scss": "^4.3.0",
    "sass": "1.92.1",
    "stylelint": "14.11.0",
    "stylelint-config-html": "1.1.0",
    "stylelint-config-recommended": "9.0.0",
    "stylelint-config-standard": "28.0.0",
    "stylelint-order": "5.0.0",
    "stylelint-scss": "4.3.0",
    "terser": "^5.34.1",
    "typescript": "^4.6.4",
    "typescript": "4.6.4",
    "unplugin-auto-import": "^19.3.0",
    "unplugin-icons": "^0.14.10",
    "unplugin-vue-components": "^0.27.4",