|
@@ -1,16 +1,18 @@
|
|
|
{
|
|
|
"name": "yudao-ui-admin-vue3",
|
|
|
- "version": "1.7.0-snapshot.1922",
|
|
|
+ "version": "1.7.1-snapshot.1941",
|
|
|
"description": "基于vue3、vite4、element-plus、typesScript",
|
|
|
"author": "xingyu",
|
|
|
"private": false,
|
|
|
"scripts": {
|
|
|
"i": "pnpm install",
|
|
|
- "dev": "DEBUG=vite:plugin:mkcert vite --mode base --force",
|
|
|
+ "dev": "vite --mode base",
|
|
|
+ "front": "vite --mode front",
|
|
|
"ts:check": "vue-tsc --noEmit",
|
|
|
- "build:pro": "vite build --mode pro",
|
|
|
- "build:dev": "vite build --mode dev",
|
|
|
- "build:test": "npm run ts:check && vite build --mode test",
|
|
|
+ "build:pro": "node --max_old_space_size=8000 ./node_modules/vite/bin/vite.js build --mode pro",
|
|
|
+ "build:dev": "node --max_old_space_size=8000 ./node_modules/vite/bin/vite.js build --mode dev",
|
|
|
+ "build:test": "node --max_old_space_size=8000 ./node_modules/vite/bin/vite.js build --mode test",
|
|
|
+ "build:static": "node --max_old_space_size=8000 ./node_modules/vite/bin/vite.js build --mode static",
|
|
|
"serve:pro": "vite preview --mode pro",
|
|
|
"serve:dev": "vite preview --mode dev",
|
|
|
"serve:test": "vite preview --mode test",
|
|
@@ -27,12 +29,12 @@
|
|
|
"@form-create/designer": "^3.1.0",
|
|
|
"@form-create/element-ui": "^3.1.17",
|
|
|
"@iconify/iconify": "^3.1.0",
|
|
|
- "@vueuse/core": "^9.12.0",
|
|
|
+ "@vueuse/core": "^9.13.0",
|
|
|
"@wangeditor/editor": "^5.1.23",
|
|
|
"@wangeditor/editor-for-vue": "^5.1.10",
|
|
|
"@zxcvbn-ts/core": "^2.2.1",
|
|
|
"animate.css": "^4.1.1",
|
|
|
- "axios": "^1.3.2",
|
|
|
+ "axios": "^1.3.4",
|
|
|
"bpmn-js-token-simulation": "^0.10.0",
|
|
|
"camunda-bpmn-moddle": "^7.0.1",
|
|
|
"cropperjs": "^1.5.13",
|
|
@@ -41,47 +43,44 @@
|
|
|
"diagram-js": "^11.6.0",
|
|
|
"echarts": "^5.4.1",
|
|
|
"echarts-wordcloud": "^2.1.0",
|
|
|
- "element-plus": "2.2.29",
|
|
|
- "fast-xml-parser": "^4.0.13",
|
|
|
+ "element-plus": "2.2.34",
|
|
|
+ "fast-xml-parser": "^4.1.3",
|
|
|
"highlight.js": "^11.7.0",
|
|
|
"intro.js": "^6.0.0",
|
|
|
- "jsencrypt": "^3.3.1",
|
|
|
+ "jsencrypt": "^3.3.2",
|
|
|
"lodash-es": "^4.17.21",
|
|
|
"min-dash": "^4.0.0",
|
|
|
"mitt": "^3.0.0",
|
|
|
"nprogress": "^0.2.0",
|
|
|
- "pinia": "^2.0.30",
|
|
|
+ "pinia": "^2.0.33",
|
|
|
"qrcode": "^1.5.1",
|
|
|
- "qs": "^6.11.0",
|
|
|
+ "qs": "^6.11.1",
|
|
|
"steady-xml": "^0.1.0",
|
|
|
"url": "^0.11.0",
|
|
|
- "vite-plugin-mkcert": "^1.13.0",
|
|
|
- "vite-plugin-optimize-persist": "^0.1.2",
|
|
|
- "vite-plugin-package-config": "^0.1.1",
|
|
|
"vue": "3.2.47",
|
|
|
"vue-i18n": "9.2.2",
|
|
|
"vue-router": "^4.1.6",
|
|
|
"vue-types": "^5.0.2",
|
|
|
"vuedraggable": "^4.1.0",
|
|
|
- "vxe-table": "^4.3.9",
|
|
|
+ "vxe-table": "^4.3.10",
|
|
|
"web-storage-cache": "^1.1.1",
|
|
|
"xe-utils": "^3.5.7",
|
|
|
"xml-js": "^1.6.11"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "@commitlint/cli": "^17.4.2",
|
|
|
- "@commitlint/config-conventional": "^17.4.2",
|
|
|
- "@iconify/json": "^2.2.19",
|
|
|
+ "@commitlint/cli": "^17.4.4",
|
|
|
+ "@commitlint/config-conventional": "^17.4.4",
|
|
|
+ "@iconify/json": "^2.2.31",
|
|
|
"@intlify/unplugin-vue-i18n": "^0.8.2",
|
|
|
"@purge-icons/generated": "^0.9.0",
|
|
|
- "@types/intro.js": "^5.1.0",
|
|
|
+ "@types/intro.js": "^5.1.1",
|
|
|
"@types/lodash-es": "^4.17.6",
|
|
|
- "@types/node": "^18.13.0",
|
|
|
+ "@types/node": "^18.14.6",
|
|
|
"@types/nprogress": "^0.2.0",
|
|
|
"@types/qrcode": "^1.5.0",
|
|
|
"@types/qs": "^6.9.7",
|
|
|
- "@typescript-eslint/eslint-plugin": "^5.51.0",
|
|
|
- "@typescript-eslint/parser": "^5.51.0",
|
|
|
+ "@typescript-eslint/eslint-plugin": "^5.54.1",
|
|
|
+ "@typescript-eslint/parser": "^5.54.1",
|
|
|
"@vitejs/plugin-legacy": "^4.0.1",
|
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
|
"@vitejs/plugin-vue-jsx": "^3.0.0",
|
|
@@ -89,31 +88,31 @@
|
|
|
"bpmn-js": "^8.9.0",
|
|
|
"bpmn-js-properties-panel": "^0.46.0",
|
|
|
"consola": "^2.15.3",
|
|
|
- "eslint": "^8.33.0",
|
|
|
- "eslint-config-prettier": "^8.6.0",
|
|
|
+ "eslint": "^8.35.0",
|
|
|
+ "eslint-config-prettier": "^8.7.0",
|
|
|
"eslint-define-config": "^1.15.0",
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
|
"eslint-plugin-vue": "^9.9.0",
|
|
|
- "lint-staged": "^13.1.1",
|
|
|
+ "lint-staged": "^13.1.2",
|
|
|
"postcss": "^8.4.21",
|
|
|
"postcss-html": "^1.5.0",
|
|
|
"postcss-scss": "^4.0.6",
|
|
|
"prettier": "^2.8.4",
|
|
|
- "rimraf": "^4.1.2",
|
|
|
- "rollup": "^3.14.0",
|
|
|
- "sass": "^1.58.0",
|
|
|
- "stylelint": "^14.16.1",
|
|
|
+ "rimraf": "^4.3.1",
|
|
|
+ "rollup": "^3.18.0",
|
|
|
+ "sass": "^1.58.3",
|
|
|
+ "stylelint": "^15.2.0",
|
|
|
"stylelint-config-html": "^1.1.0",
|
|
|
- "stylelint-config-prettier": "^9.0.4",
|
|
|
- "stylelint-config-recommended": "^9.0.0",
|
|
|
- "stylelint-config-standard": "^29.0.0",
|
|
|
- "stylelint-order": "^6.0.1",
|
|
|
- "terser": "^5.16.3",
|
|
|
+ "stylelint-config-prettier": "^9.0.5",
|
|
|
+ "stylelint-config-recommended": "^10.0.1",
|
|
|
+ "stylelint-config-standard": "^30.0.1",
|
|
|
+ "stylelint-order": "^6.0.2",
|
|
|
+ "terser": "^5.16.5",
|
|
|
"typescript": "4.9.5",
|
|
|
- "unplugin-auto-import": "^0.14.2",
|
|
|
- "unplugin-element-plus": "^0.6.0",
|
|
|
- "unplugin-vue-components": "^0.23.0",
|
|
|
- "vite": "4.1.1",
|
|
|
+ "unplugin-auto-import": "^0.15.1",
|
|
|
+ "unplugin-element-plus": "^0.7.0",
|
|
|
+ "unplugin-vue-components": "^0.24.1",
|
|
|
+ "vite": "4.1.4",
|
|
|
"vite-plugin-compression": "^0.5.1",
|
|
|
"vite-plugin-ejs": "^1.6.4",
|
|
|
"vite-plugin-eslint": "^1.8.1",
|
|
@@ -122,7 +121,7 @@
|
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
|
"vite-plugin-vue-setup-extend": "^0.4.0",
|
|
|
"vite-plugin-windicss": "^1.8.10",
|
|
|
- "vue-tsc": "^1.0.24",
|
|
|
+ "vue-tsc": "^1.2.0",
|
|
|
"windicss": "^3.5.6"
|
|
|
},
|
|
|
"engines": {
|
|
@@ -131,10 +130,10 @@
|
|
|
"license": "MIT",
|
|
|
"repository": {
|
|
|
"type": "git",
|
|
|
- "url": "git+https://gitee.com/zhijiantianya/ruoyi-vue-pro"
|
|
|
+ "url": "git+https://gitee.com/yudaocode/yudao-ui-admin-vue3"
|
|
|
},
|
|
|
"bugs": {
|
|
|
- "url": "https://gitee.com/zhijiantianya/ruoyi-vue-pro/issues"
|
|
|
+ "url": "https://gitee.com/yudaocode/yudao-ui-admin-vue3/issues"
|
|
|
},
|
|
|
- "homepage": "https://gitee.com/zhijiantianya/ruoyi-vue-pro"
|
|
|
+ "homepage": "https://gitee.com/yudaocode/yudao-ui-admin-vue3"
|
|
|
}
|