From 48c25e01c079c45b26fd28958bf5412b29962e28 Mon Sep 17 00:00:00 2001 From: houzhongjian <houzhongyi@126.com> Date: 星期二, 06 五月 2025 15:23:03 +0800 Subject: [PATCH] onMounted方法执行顺序修改 --- package.json | 17 +++++++++-------- 1 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index f118cca..fafa7d6 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,6 @@ "description": "基于vue3、vite4、element-plus、typesScript", "author": "iailab", "private": false, - "main": "dist/iailab-plat-ui.min.js", "scripts": { "i": "pnpm install", "dev": "vite --mode env.local", @@ -15,6 +14,7 @@ "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", + "build:ansteel": "node --max_old_space_size=4096 ./node_modules/vite/bin/vite.js build --mode ansteel", "serve:dev": "vite preview --mode dev", "serve:prod": "vite preview --mode prod", "preview": "pnpm build:local && vite preview", @@ -39,7 +39,7 @@ "animate.css": "^4.1.1", "axios": "^1.6.8", "benz-amr-recorder": "^1.1.5", - "bpmn-js-token-simulation": "^0.10.0", + "bpmn-js-token-simulation": "^0.36.0", "camunda-bpmn-moddle": "^7.0.1", "cropperjs": "^1.6.1", "crypto-js": "^4.2.0", @@ -48,7 +48,7 @@ "driver.js": "^1.3.1", "echarts": "^5.5.0", "echarts-wordcloud": "^2.1.0", - "element-plus": "2.8.4", + "element-plus": "2.9.2", "fast-xml-parser": "^4.3.2", "highlight.js": "^11.9.0", "jsencrypt": "^3.3.2", @@ -76,8 +76,8 @@ "vue-types": "^5.1.1", "vuedraggable": "^4.1.0", "web-storage-cache": "^1.1.1", - "wujie-vue3": "^1.0.22", - "xml-js": "^1.6.11" + "xml-js": "^1.6.11", + "wujie-vue3": "^1.0.22" }, "devDependencies": { "@commitlint/cli": "^19.0.1", @@ -98,8 +98,8 @@ "@vitejs/plugin-vue": "^5.0.4", "@vitejs/plugin-vue-jsx": "^3.1.0", "autoprefixer": "^10.4.17", - "bpmn-js": "8.10.0", - "bpmn-js-properties-panel": "0.46.0", + "bpmn-js": "^17.9.2", + "bpmn-js-properties-panel": "5.23.0", "consola": "^3.2.3", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", @@ -122,7 +122,7 @@ "stylelint-order": "^6.0.4", "terser": "^5.28.1", "typescript": "5.3.3", - "unocss": "^0.58.9", + "unocss": "^0.58.5", "unplugin-auto-import": "^0.16.7", "unplugin-element-plus": "^0.8.0", "unplugin-vue-components": "^0.25.2", @@ -146,6 +146,7 @@ "url": "https://xxxx" }, "homepage": "https://xxxx", + "web-types": "./web-types.json", "engines": { "node": ">= 16.0.0", "pnpm": ">=8.6.0" -- Gitblit v1.9.3