| | |
| | | "dev": "vite --mode env.local", |
| | | "dev-server": "vite --mode dev", |
| | | "ts:check": "vue-tsc --noEmit", |
| | | "build:local": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build", |
| | | "build:dev": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode dev", |
| | | "build:test": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode test", |
| | | "build:stage": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode stage", |
| | | "build:prod": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode prod", |
| | | "build:local": "node --max_old_space_size=4096 ./node_modules/vite/bin/vite.js build", |
| | | "build:dev": "node --max_old_space_size=4096 ./node_modules/vite/bin/vite.js build --mode dev", |
| | | "build:test": "node --max_old_space_size=4096 ./node_modules/vite/bin/vite.js build --mode test", |
| | | "build:stage": "node --max_old_space_size=4096 ./node_modules/vite/bin/vite.js build --mode stage", |
| | | "build:prod": "node --max_old_space_size=4096 ./node_modules/vite/bin/vite.js build --mode prod", |
| | | "serve:dev": "vite preview --mode dev", |
| | | "serve:prod": "vite preview --mode prod", |
| | | "preview": "pnpm build:local && vite preview", |
| | |
| | | }, |
| | | "dependencies": { |
| | | "@element-plus/icons-vue": "^2.1.0", |
| | | "@form-create/designer": "^3.1.3", |
| | | "@form-create/element-ui": "^3.1.24", |
| | | "@form-create/designer": "^3.2.6", |
| | | "@form-create/element-ui": "^3.2.11", |
| | | "@iconify/iconify": "^3.1.1", |
| | | "@microsoft/fetch-event-source": "^2.0.1", |
| | | "@videojs-player/vue": "^1.0.0", |
| | |
| | | "driver.js": "^1.3.1", |
| | | "echarts": "^5.5.0", |
| | | "echarts-wordcloud": "^2.1.0", |
| | | "element-plus": "2.7.0", |
| | | "element-plus": "2.8.4", |
| | | "fast-xml-parser": "^4.3.2", |
| | | "highlight.js": "^11.9.0", |
| | | "jsencrypt": "^3.3.2", |
| | |
| | | "pinia-plugin-persistedstate": "^3.2.1", |
| | | "qrcode": "^1.5.3", |
| | | "qs": "^6.12.0", |
| | | "sortablejs": "^1.15.3", |
| | | "steady-xml": "^0.1.0", |
| | | "url": "^0.11.3", |
| | | "video.js": "^7.21.5", |
| | | "vue": "3.4.21", |
| | | "vue": "3.5.12", |
| | | "vue-dompurify-html": "^4.1.4", |
| | | "vue-i18n": "9.10.2", |
| | | "vue-router": "^4.3.0", |
| | | "vue-router": "4.4.5", |
| | | "vue-types": "^5.1.1", |
| | | "vuedraggable": "^4.1.0", |
| | | "web-storage-cache": "^1.1.1", |
| | |
| | | "@vitejs/plugin-vue": "^5.0.4", |
| | | "@vitejs/plugin-vue-jsx": "^3.1.0", |
| | | "autoprefixer": "^10.4.17", |
| | | "bpmn-js": "8.9.0", |
| | | "bpmn-js": "8.10.0", |
| | | "bpmn-js-properties-panel": "0.46.0", |
| | | "consola": "^3.2.3", |
| | | "eslint": "^8.57.0", |
| | |
| | | "vite-plugin-progress": "^0.0.7", |
| | | "vite-plugin-purge-icons": "^0.10.0", |
| | | "vite-plugin-svg-icons": "^2.0.1", |
| | | "vite-plugin-top-level-await": "^1.3.1", |
| | | "vite-plugin-top-level-await": "^1.4.4", |
| | | "vue-eslint-parser": "^9.3.2", |
| | | "vue-tsc": "^1.8.27" |
| | | }, |