zhengyiming
2 天以前 db1ca3ed5ae742bdab3f987eb9b6ad250ce26d5b
package.json
@@ -4,7 +4,12 @@
  "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.8",
    "@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",