Merge branch 'master' of https://gitee.com/yudaocode/yudao-ui-admin-vue3 into feature/bpm
Showing
.image/common/bpm-feature.png
0 → 100644
15.9 KB
.image/common/infra-feature.png
0 → 100644
16.5 KB
.image/common/system-feature.png
0 → 100644
13.3 KB
| { | ||
| "name": "yudao-ui-admin-vue3", | ||
| "version": "2.0.0-snapshot", | ||
| "version": "2.1.0-snapshot", | ||
| "description": "基于vue3、vite4、element-plus、typesScript", | ||
| "author": "xingyu", | ||
| "private": false, | ||
| "scripts": { | ||
| "i": "pnpm install", | ||
| "dev": "vite --mode local-dev", | ||
| "dev": "vite", | ||
| "dev-server": "vite --mode dev", | ||
| "ts:check": "vue-tsc --noEmit", | ||
| "build:local-dev": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode local-dev", | ||
| "build:dev": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode local-dev", | ||
| "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", | ||
| "serve:dev": "vite preview --mode dev", | ||
| "serve:prod": "vite preview --mode prod", | ||
| "preview": "pnpm build:local-dev && vite preview", | ||
| "preview": "pnpm build:local && vite preview", | ||
| "clean": "npx rimraf node_modules", | ||
| "clean:cache": "npx rimraf node_modules/.cache", | ||
| "lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src", | ||
| ... | ... | @@ -30,12 +30,12 @@ |
| "@form-create/element-ui": "^3.1.24", | ||
| "@iconify/iconify": "^3.1.1", | ||
| "@videojs-player/vue": "^1.0.0", | ||
| "@vueuse/core": "^10.6.1", | ||
| "@vueuse/core": "^10.9.0", | ||
| "@wangeditor/editor": "^5.1.23", | ||
| "@wangeditor/editor-for-vue": "^5.1.10", | ||
| "@zxcvbn-ts/core": "^3.0.4", | ||
| "animate.css": "^4.1.1", | ||
| "axios": "^1.6.1", | ||
| "axios": "^1.6.8", | ||
| "benz-amr-recorder": "^1.1.5", | ||
| "bpmn-js-token-simulation": "^0.10.0", | ||
| "camunda-bpmn-moddle": "^7.0.1", | ||
| ... | ... | @@ -44,9 +44,9 @@ |
| "dayjs": "^1.11.10", | ||
| "diagram-js": "^12.8.0", | ||
| "driver.js": "^1.3.1", | ||
| "echarts": "^5.4.3", | ||
| "echarts": "^5.5.0", | ||
| "echarts-wordcloud": "^2.1.0", | ||
| "element-plus": "2.4.2", | ||
| "element-plus": "2.6.1", | ||
| "fast-xml-parser": "^4.3.2", | ||
| "highlight.js": "^11.9.0", | ||
| "jsencrypt": "^3.3.2", | ||
| ... | ... | @@ -55,76 +55,78 @@ |
| "mitt": "^3.0.1", | ||
| "nprogress": "^0.2.0", | ||
| "pinia": "^2.1.7", | ||
| "pinia-plugin-persistedstate": "^3.2.1", | ||
| "qrcode": "^1.5.3", | ||
| "qs": "^6.11.2", | ||
| "qs": "^6.12.0", | ||
| "steady-xml": "^0.1.0", | ||
| "url": "^0.11.3", | ||
| "video.js": "^7.21.5", | ||
| "vue": "^3.3.8", | ||
| "vue": "3.4.21", | ||
| "vue-dompurify-html": "^4.1.4", | ||
| "vue-i18n": "^9.6.5", | ||
| "vue-router": "^4.2.5", | ||
| "vue-i18n": "9.10.2", | ||
| "vue-router": "^4.3.0", | ||
| "vue-types": "^5.1.1", | ||
| "vuedraggable": "^4.1.0", | ||
| "web-storage-cache": "^1.1.1", | ||
| "xml-js": "^1.6.11" | ||
| }, | ||
| "devDependencies": { | ||
| "@commitlint/cli": "^18.4.1", | ||
| "@commitlint/config-conventional": "^18.4.0", | ||
| "@iconify/json": "^2.2.142", | ||
| "@intlify/unplugin-vue-i18n": "^1.5.0", | ||
| "@commitlint/cli": "^19.0.1", | ||
| "@commitlint/config-conventional": "^19.0.0", | ||
| "@iconify/json": "^2.2.187", | ||
| "@intlify/unplugin-vue-i18n": "^2.0.0", | ||
| "@purge-icons/generated": "^0.9.0", | ||
| "@types/lodash-es": "^4.17.11", | ||
| "@types/node": "^20.9.0", | ||
| "@types/lodash-es": "^4.17.12", | ||
| "@types/node": "^20.11.21", | ||
| "@types/nprogress": "^0.2.3", | ||
| "@types/qrcode": "^1.5.5", | ||
| "@types/qs": "^6.9.10", | ||
| "@typescript-eslint/eslint-plugin": "^6.11.0", | ||
| "@typescript-eslint/parser": "^6.11.0", | ||
| "@unocss/transformer-variant-group": "^0.57.4", | ||
| "@types/qs": "^6.9.12", | ||
| "@typescript-eslint/eslint-plugin": "^7.1.0", | ||
| "@typescript-eslint/parser": "^7.1.0", | ||
| "@unocss/transformer-variant-group": "^0.58.5", | ||
| "@unocss/eslint-config": "^0.57.4", | ||
| "@vitejs/plugin-legacy": "^4.1.1", | ||
| "@vitejs/plugin-vue": "^4.4.1", | ||
| "@vitejs/plugin-vue-jsx": "^3.0.2", | ||
| "autoprefixer": "^10.4.16", | ||
| "@vitejs/plugin-legacy": "^5.3.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-properties-panel": "0.46.0", | ||
| "consola": "^3.2.3", | ||
| "eslint": "^8.53.0", | ||
| "eslint-config-prettier": "^9.0.0", | ||
| "eslint-define-config": "^1.24.1", | ||
| "eslint-plugin-prettier": "^5.0.1", | ||
| "eslint-plugin-vue": "^9.18.1", | ||
| "lint-staged": "^15.1.0", | ||
| "postcss": "^8.4.31", | ||
| "postcss-html": "^1.5.0", | ||
| "eslint": "^8.57.0", | ||
| "eslint-config-prettier": "^9.1.0", | ||
| "eslint-define-config": "^2.1.0", | ||
| "eslint-plugin-prettier": "^5.1.3", | ||
| "eslint-plugin-vue": "^9.22.0", | ||
| "lint-staged": "^15.2.2", | ||
| "postcss": "^8.4.35", | ||
| "postcss-html": "^1.6.0", | ||
| "postcss-scss": "^4.0.9", | ||
| "prettier": "^3.1.0", | ||
| "prettier": "^3.2.5", | ||
| "prettier-eslint": "^16.3.0", | ||
| "rimraf": "^5.0.5", | ||
| "rollup": "^4.4.1", | ||
| "rollup": "^4.12.0", | ||
| "sass": "^1.69.5", | ||
| "stylelint": "^15.11.0", | ||
| "stylelint": "^16.2.1", | ||
| "stylelint-config-html": "^1.1.0", | ||
| "stylelint-config-recommended": "^13.0.0", | ||
| "stylelint-config-standard": "^34.0.0", | ||
| "stylelint-order": "^6.0.3", | ||
| "terser": "^5.24.0", | ||
| "typescript": "5.2.2", | ||
| "unocss": "^0.57.4", | ||
| "stylelint-config-recommended": "^14.0.0", | ||
| "stylelint-config-standard": "^36.0.0", | ||
| "stylelint-order": "^6.0.4", | ||
| "terser": "^5.28.1", | ||
| "typescript": "5.3.3", | ||
| "unocss": "^0.58.5", | ||
| "unplugin-auto-import": "^0.16.7", | ||
| "unplugin-element-plus": "^0.8.0", | ||
| "unplugin-vue-components": "^0.25.2", | ||
| "vite": "4.5.0", | ||
| "vite": "5.1.4", | ||
| "vite-plugin-compression": "^0.5.1", | ||
| "vite-plugin-ejs": "^1.6.4", | ||
| "vite-plugin-ejs": "^1.7.0", | ||
| "vite-plugin-eslint": "^1.8.1", | ||
| "vite-plugin-progress": "^0.0.7", | ||
| "vite-plugin-purge-icons": "^0.9.2", | ||
| "vite-plugin-purge-icons": "^0.10.0", | ||
| "vite-plugin-svg-icons": "^2.0.1", | ||
| "vite-plugin-top-level-await": "^1.3.1", | ||
| "vue-eslint-parser": "^9.3.2", | ||
| "vue-tsc": "^1.8.22" | ||
| "vue-tsc": "^1.8.27" | ||
| }, | ||
| "license": "MIT", | ||
| "repository": { | ||
| ... | ... | @@ -135,7 +137,6 @@ |
| "url": "https://gitee.com/yudaocode/yudao-ui-admin-vue3/issues" | ||
| }, | ||
| "homepage": "https://gitee.com/yudaocode/yudao-ui-admin-vue3", | ||
| "packageManager": "pnpm@8.6.0", | ||
| "engines": { | ||
| "node": ">= 16.0.0", | ||
| "pnpm": ">=8.6.0" | ||
| ... | ... |
pnpm-lock.yaml
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/api/crm/statistics/funnel.ts
0 → 100644
src/api/crm/statistics/performance.ts
0 → 100644
src/api/crm/statistics/portrait.ts
0 → 100644
src/api/infra/dbDoc/index.ts
deleted
100644 → 0
src/api/report/ureport/index.ts
deleted
100644 → 0
src/api/system/errorCode/index.ts
deleted
100644 → 0
src/assets/imgs/avatar.jpg
0 → 100644
6.12 KB
src/assets/imgs/diy/app-nav-bar-mp.png
0 → 100644
3.51 KB
src/components/FormCreate/index.ts
0 → 100644
src/components/FormCreate/src/type/index.ts
0 → 100644
src/components/FormCreate/src/utils/index.ts
0 → 100644
src/store/modules/lock.ts
0 → 100644
src/styles/FormCreate/fonts/fontello.woff
0 → 100644
File added
src/styles/FormCreate/index.scss
0 → 100644
src/utils/dateUtil.ts
0 → 100644
src/views/ai/chat/index.vue
0 → 100644
src/views/crm/statistics/funnel/index.vue
0 → 100644
src/views/crm/statistics/portrait/index.vue
0 → 100644
src/views/infra/dbDoc/index.vue
deleted
100644 → 0
src/views/report/ureport/index.vue
deleted
100644 → 0
src/views/report/ureport/index2.vue
deleted
100644 → 0
src/views/system/errorCode/index.vue
deleted
100644 → 0
Please
register
or
sign in
to comment