{ "name": "honeycom-ui", "version": "5.4.0", "description": "蜂巢三工平台,工业企业的工业软件工具链平台", "author": "honeycom", "license": "不对外分发", "scripts": { "dev": "vite --force", "build": "cross-env NODE_OPTIONS=--max-old-space-size=4096 vite build", "build:docker": "cross-env NODE_OPTIONS=--max-old-space-size=4096 vite build --outDir ./docker/dist/", "deploy:test": "npm run build && node ./deploy.js test", "deploy:prod": "npm run build && node ./deploy.js prod", "lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src", "prettier": "prettier --write ." }, "dependencies": { "@chenfengyuan/vue-qrcode": "^2.0.0", "@dagrejs/dagre": "^1.1.4", "@element-plus/icons-vue": "^2.3.1", "@popperjs/core": "2.11.8", "@visactor/vtable": "^1.13.2", "@visactor/vtable-gantt": "^1.13.2", "@vue-flow/core": "^1.41.6", "@vueuse/components": "^13.2.0", "@vueuse/core": "^10.11.1", "@wangeditor/editor": "5.1.23", "@wangeditor/editor-for-vue": "5.1.12", "autoprefixer": "^10.4.20", "axios": "^1.7.9", "big.js": "^6.2.2", "codemirror": "5.65.5", "crypto-js": "^3.3.0", "dayjs": "^1.11.13", "driver.js": "^0.9.8", "echarts": "^5.5.1", "element-plus": "2.9.3", "form-designer-plus": "^0.1.5", "html2pdf.js": "^0.10.2", "js-cookie": "^3.0.5", "lodash": "^4.17.21", "luckyexcel": "^1.0.1", "mitt": "^3.0.1", "normalize.css": "^8.0.1", "nprogress": "^0.2.0", "p-limit": "^6.2.0", "pinia": "^2.3.0", "qiankun": "^2.10.16", "qrcode": "^1.5.4", "qs": "^6.13.1", "screenfull": "^6.0.2", "sm-crypto": "^0.3.13", "sortablejs": "^1.15.6", "splitpanes": "^3.1.5", "ssh2-sftp-client": "^12.0.1", "tailwindcss": "^3.4.17", "three": "^0.166.1", "v-calendar": "3.1.2", "vue": "^3.5.13", "vue-clipboard3": "^2.0.0", "vue-echarts": "^6.7.3", "vue-i18n": "^9.14.2", "vue-router": "^4.5.0", "vue3-tree-org": "^4.2.2", "vue3-ts-jsoneditor": "^2.11.3", "vue3-video-play": "1.3.1-beta.6", "vuedraggable": "^4.1.0", "vxe-pc-ui": "^4.10.9", "vxe-table": "^4.17.2", "wujie-polyfill": "^1.1.3", "wujie-vue3": "^1.0.29" }, "devDependencies": { "@types/crypto-js": "^4.2.2", "@types/lodash": "^4.17.13", "@types/node": "^18.19.68", "@types/nprogress": "^0.2.3", "@types/sm-crypto": "^0.3.4", "@types/sortablejs": "^1.15.8", "@types/three": "^0.166.0", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "@vitejs/plugin-vue": "^4.6.2", "@vitejs/plugin-vue-jsx": "^3.1.0", "@vue/compiler-sfc": "^3.5.13", "async-validator": "^4.2.5", "cross-env": "7.0.3", "eslint": "^8.57.1", "eslint-plugin-vue": "^9.32.0", "pinia-plugin-persist": "^1.0.0", "prettier": "2.8.4", "sass": "^1.83.0", "typescript": "^4.9.5", "unplugin-auto-import": "^0.17.8", "vite": "^4.5.5", "vite-plugin-compression": "^0.5.1", "vite-plugin-top-level-await": "^1.4.4", "vite-plugin-vue-devtools": "^7.6.8", "vite-plugin-vue-setup-extend": "^0.4.0", "vue-eslint-parser": "^9.4.3" }, "browserslist": [ "> 1%", "last 2 versions", "not dead" ], "bugs": { "url": "https://honeycom.com" }, "engines": { "node": ">=16.0.0", "npm": ">= 7.0.0" }, "keywords": [ "vue", "vue3", "vuejs/vue-next", "element-ui", "element-plus" ], "repository": { "type": "git", "url": "https://gitee.com/" } }