| | |
| | | { |
| | | "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", |
| | |
| | | "dependencies": { |
| | | "@bole-12333/chat-kit": "latest", |
| | | "@bole-12333/customer-chat": "latest", |
| | | "@bole-core/components": "^1.3.14", |
| | | "@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", |
| | |
| | | "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", |
| | |
| | | "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", |
| | |
| | | "vite-plugin-html": "^3.2.2", |
| | | "vite-plugin-importus": "^1.0.5", |
| | | "vite-plugin-live-reload": "^3.0.3", |
| | | "vite-plugin-mock": "^3.0.0", |
| | | "vite-plugin-mock": "3.0.0", |
| | | "vite-plugin-remove-console": "^2.2.0", |
| | | "vite-plugin-style-import": "^2.0.0", |
| | | "vite-plugin-svg-icons": "^2.0.1", |
| | |
| | | "xlsx-style@0.8.13": "patches/xlsx-style@0.8.13.patch" |
| | | }, |
| | | "overrides": { |
| | | "vue": "3.5.11", |
| | | "@bole-core/components": "link:../boledocs-vue/packages/components" |
| | | "vue": "3.5.11" |
| | | } |
| | | } |
| | | } |