| | |
| | | "version": "1.0.0", |
| | | "scripts": { |
| | | "dev": "cross-env vite", |
| | | "dev:jx": "cross-env VITE_AppType=jx vite", |
| | | "build": "cross-env NODE_OPTIONS=--max_old_space_size=16000 vite build", |
| | | "build:rz": "cross-env NODE_OPTIONS=--max_old_space_size=16000 VITE_AppType=rz vite build --mode rz", |
| | | "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: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": "latest", |
| | | "@bole-core/core": "latest", |
| | | "@bole-core/components": "^1.3.13", |
| | | "@bole-core/core": "^1.0.7", |
| | | "@bole-core/pretty-layout": "latest", |
| | | "@bole-core/sass-utils": "latest", |
| | | "@bole-core/theme": "latest", |
| | |
| | | "stylelint-scss": "^4.3.0", |
| | | "terser": "^5.34.1", |
| | | "typescript": "^4.6.4", |
| | | "unplugin-auto-import": "^0.18.3", |
| | | "unplugin-auto-import": "^19.3.0", |
| | | "unplugin-icons": "^0.14.10", |
| | | "unplugin-vue-components": "^0.27.4", |
| | | "vite": "6.0.6", |