zhengyiming
2 天以前 b42ca1e9ab197ce53828f4607610ae10f25965bb
package.json
@@ -1,10 +1,15 @@
{
  "name": "rlzy-web",
  "private": true,
  "version": "1.0.0",
  "version": "1.2.0",
  "scripts": {
    "dev": "cross-env vite",
    "dev:tsg": "cross-env VITE_AppType=tsg vite",
    "dev:taoshangong": "cross-env VITE_AppType=taoshangong vite",
    "build": "cross-env NODE_OPTIONS=--max_old_space_size=16000 vite build",
    "build:tsg": "cross-env NODE_OPTIONS=--max_old_space_size=16000 VITE_AppType=tsg vite build --mode tsg",
    "build:taoshangong": "cross-env NODE_OPTIONS=--max_old_space_size=16000 VITE_AppType=taoshangong vite build --mode taoshangong",
    "build:all": "run-p build build:tsg build:taoshangong",
    "build:staging": "cross-env vite build --mode staging",
    "build:staging:jenkins": "cross-env NODE_OPTIONS=--max_old_space_size=16000 vite build --mode staging",
    "preview": "vite preview",
@@ -19,8 +24,8 @@
  "dependencies": {
    "@bole-12333/chat-kit": "latest",
    "@bole-12333/customer-chat": "latest",
    "@bole-core/components": "^1.3.17",
    "@bole-core/core": "^1.0.7",
    "@bole-core/components": "^1.3.26",
    "@bole-core/core": "^1.0.11",
    "@bole-core/pretty-layout": "latest",
    "@bole-core/sass-utils": "latest",
    "@bole-core/theme": "latest",
@@ -42,7 +47,7 @@
    "crypto-js": "^4.1.1",
    "css-color-function": "^1.3.3",
    "dayjs": "^1.11.5",
    "element-plus": "^2.9.1",
    "element-plus": "^2.11.2",
    "element-resize-detector": "^1.2.4",
    "file-saver": "^2.0.5",
    "fuse.js": "^6.6.2",
@@ -62,6 +67,7 @@
    "semver": "^7.6.3",
    "senin-help": "latest",
    "senin-vue": "latest",
    "senior-request": "1.0.10",
    "sortablejs": "1.15.0",
    "tim-js-sdk": "^2.27.5",
    "trtc-js-sdk": "^4.15.19",