zhengyiming
2 天以前 6f19011e2ff90d51e9df741c378713d0ffa1581f
package.json
@@ -1,13 +1,15 @@
{
  "name": "rlzy-web",
  "private": true,
  "version": "1.0.0",
  "version": "1.2.0",
  "scripts": {
    "dev": "cross-env vite",
    "dev:jx": "cross-env VITE_AppType=jx 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:jx": "cross-env NODE_OPTIONS=--max_old_space_size=16000 VITE_AppType=jx vite build --mode jx",
    "build:all": "run-p build build:jx",
    "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",
@@ -22,8 +24,8 @@
  "dependencies": {
    "@bole-12333/chat-kit": "latest",
    "@bole-12333/customer-chat": "latest",
    "@bole-core/components": "^1.3.17",
    "@bole-core/core": "latest",
    "@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",
@@ -47,7 +49,7 @@
    "css-color-function": "^1.3.3",
    "dayjs": "^1.11.5",
    "echarts": "^5.5.1",
    "element-plus": "^2.8.4",
    "element-plus": "^2.11.2",
    "element-resize-detector": "^1.2.4",
    "fabric": "5.3.0",
    "fabric-history": "1.6.0",
@@ -77,6 +79,7 @@
    "vue": "3.5.11",
    "vue-component-type-helpers": "^2.1.6",
    "vue-echarts": "^7.0.3",
    "vue-json-viewer": "^3.0.4",
    "vue-router": "^4.4.5",
    "vue-types": "^5.1.3",
    "xlsx": "0.18.5",