更新门户

master
JayChou 2 weeks ago
parent 87db007d3b
commit 05e7bde62d
  1. 21
      jeecgboot-vue3/package.json

@ -21,18 +21,19 @@
"husky:install": "husky install" "husky:install": "husky install"
}, },
"dependencies": { "dependencies": {
"@jeecg/online": "3.7.1-RC",
"@iconify/iconify": "^3.1.1",
"@ant-design/colors": "^7.0.2", "@ant-design/colors": "^7.0.2",
"@ant-design/icons-vue": "^7.0.1", "@ant-design/icons-vue": "^7.0.1",
"@iconify/iconify": "^3.1.1",
"@jeecg/online": "3.7.1-RC",
"@tinymce/tinymce-vue": "4.0.7",
"@traptitech/markdown-it-katex": "^3.6.0",
"@vant/area-data": "^1.5.1",
"@vue/shared": "^3.4.19", "@vue/shared": "^3.4.19",
"@vueuse/core": "^10.8.0", "@vueuse/core": "^10.8.0",
"@tinymce/tinymce-vue": "4.0.7",
"@zxcvbn-ts/core": "^3.0.4", "@zxcvbn-ts/core": "^3.0.4",
"ant-design-vue": "^4.1.2", "ant-design-vue": "^4.1.2",
"axios": "^1.6.7", "axios": "^1.6.7",
"china-area-data": "^5.0.1", "china-area-data": "^5.0.1",
"@vant/area-data": "^1.5.1",
"clipboard": "^2.0.11", "clipboard": "^2.0.11",
"codemirror": "^5.65.3", "codemirror": "^5.65.3",
"cron-parser": "^4.9.0", "cron-parser": "^4.9.0",
@ -43,22 +44,21 @@
"echarts": "^5.4.3", "echarts": "^5.4.3",
"emoji-mart-vue-fast": "^15.0.1", "emoji-mart-vue-fast": "^15.0.1",
"enquire.js": "^2.1.6", "enquire.js": "^2.1.6",
"event-source-polyfill": "^1.0.31",
"highlight.js": "^11.9.0",
"intro.js": "^7.2.0", "intro.js": "^7.2.0",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"lodash.get": "^4.4.2", "lodash.get": "^4.4.2",
"markdown-it": "^14.0.0", "markdown-it": "^14.0.0",
"markdown-it-link-attributes": "^4.0.1", "markdown-it-link-attributes": "^4.0.1",
"event-source-polyfill": "^1.0.31",
"highlight.js": "^11.9.0",
"@traptitech/markdown-it-katex": "^3.6.0",
"md5": "^2.3.0", "md5": "^2.3.0",
"mockjs": "^1.1.0", "mockjs": "^1.1.0",
"nprogress": "^0.2.0", "nprogress": "^0.2.0",
"path-to-regexp": "^6.2.1", "path-to-regexp": "^6.2.1",
"pinia": "2.1.7", "pinia": "2.1.7",
"print-js": "^1.6.0", "print-js": "^1.6.0",
"qs": "^6.11.2",
"qrcode": "^1.5.3", "qrcode": "^1.5.3",
"qs": "^6.11.2",
"resize-observer-polyfill": "^1.5.1", "resize-observer-polyfill": "^1.5.1",
"showdown": "^2.1.0", "showdown": "^2.1.0",
"sortablejs": "^1.15.2", "sortablejs": "^1.15.2",
@ -72,6 +72,7 @@
"vue-print-nb-jeecg": "^1.0.12", "vue-print-nb-jeecg": "^1.0.12",
"vue-router": "^4.3.0", "vue-router": "^4.3.0",
"vue-types": "^5.1.1", "vue-types": "^5.1.1",
"vue3-scroll-seamless": "^1.0.6",
"vuedraggable": "^4.1.0", "vuedraggable": "^4.1.0",
"vxe-table": "4.6.17", "vxe-table": "4.6.17",
"vxe-table-plugin-antd": "4.0.7", "vxe-table-plugin-antd": "4.0.7",
@ -83,6 +84,7 @@
"@commitlint/config-conventional": "^18.6.2", "@commitlint/config-conventional": "^18.6.2",
"@iconify/json": "^2.2.185", "@iconify/json": "^2.2.185",
"@purge-icons/generated": "^0.10.0", "@purge-icons/generated": "^0.10.0",
"@rys-fe/vite-plugin-theme": "^0.8.6",
"@types/codemirror": "^5.60.15", "@types/codemirror": "^5.60.15",
"@types/crypto-js": "^4.2.2", "@types/crypto-js": "^4.2.2",
"@types/fs-extra": "^11.0.4", "@types/fs-extra": "^11.0.4",
@ -144,6 +146,7 @@
"ts-jest": "^29.1.2", "ts-jest": "^29.1.2",
"ts-node": "^10.9.2", "ts-node": "^10.9.2",
"typescript": "^4.9.5", "typescript": "^4.9.5",
"unocss": "^0.58.5",
"vite": "^5.2.11", "vite": "^5.2.11",
"vite-plugin-compression": "^0.5.1", "vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.2", "vite-plugin-html": "^3.2.2",
@ -153,9 +156,7 @@
"vite-plugin-package-config": "^0.1.1", "vite-plugin-package-config": "^0.1.1",
"vite-plugin-purge-icons": "^0.10.0", "vite-plugin-purge-icons": "^0.10.0",
"vite-plugin-svg-icons": "^2.0.1", "vite-plugin-svg-icons": "^2.0.1",
"@rys-fe/vite-plugin-theme": "^0.8.6",
"vite-plugin-vue-setup-extend-plus": "^0.1.0", "vite-plugin-vue-setup-extend-plus": "^0.1.0",
"unocss": "^0.58.5",
"vue-eslint-parser": "^9.4.2", "vue-eslint-parser": "^9.4.2",
"vue-tsc": "^1.8.27" "vue-tsc": "^1.8.27"
}, },

Loading…
Cancel
Save