| | |
| | | { |
| | | "name": "rlzy-web", |
| | | "private": true, |
| | | "version": "1.1.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", |
| | |
| | | "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", |