|
|
@ -1,7 +1,8 @@ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "yudao-ui-admin-vben", |
|
|
|
"name": "yudao-ui-admin-vben", |
|
|
|
|
|
|
|
"type": "module", |
|
|
|
"version": "1.9.0-snapshot", |
|
|
|
"version": "1.9.0-snapshot", |
|
|
|
"packageManager": "pnpm@8.9.0", |
|
|
|
"packageManager": "pnpm@8.10.0", |
|
|
|
"author": { |
|
|
|
"author": { |
|
|
|
"name": "xingyuv", |
|
|
|
"name": "xingyuv", |
|
|
|
"email": "xingyu4j@vip.qq.com", |
|
|
|
"email": "xingyu4j@vip.qq.com", |
|
|
@ -17,8 +18,8 @@ |
|
|
|
"url": "https://gitee.com/xingyuv/issues" |
|
|
|
"url": "https://gitee.com/xingyuv/issues" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"engines": { |
|
|
|
"node": "^18.0.0 || >=20.0.0", |
|
|
|
"node": ">=18.12.0", |
|
|
|
"pnpm": ">=8.9.0" |
|
|
|
"pnpm": ">=8.10.0" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"scripts": { |
|
|
|
"scripts": { |
|
|
|
"commit": "czg", |
|
|
|
"commit": "czg", |
|
|
@ -35,17 +36,16 @@ |
|
|
|
"gen:icon": "esno ./build/generate/icon/index.ts" |
|
|
|
"gen:icon": "esno ./build/generate/icon/index.ts" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"dependencies": { |
|
|
|
"dependencies": { |
|
|
|
"@ant-design/colors": "^7.0.0", |
|
|
|
"@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", |
|
|
|
"@iconify/iconify": "^3.1.1", |
|
|
|
"@videojs-player/vue": "^1.0.0", |
|
|
|
"@videojs-player/vue": "^1.0.0", |
|
|
|
"@vue/runtime-core": "^3.3.8", |
|
|
|
"@vue/runtime-core": "^3.3.8", |
|
|
|
"@vueuse/core": "^10.6.1", |
|
|
|
"@vueuse/core": "^10.6.1", |
|
|
|
"@zxcvbn-ts/core": "^3.0.4", |
|
|
|
"@zxcvbn-ts/core": "^3.0.4", |
|
|
|
"ant-design-vue": "^4.0.7", |
|
|
|
"ant-design-vue": "~4.0.8", |
|
|
|
"axios": "^1.6.1", |
|
|
|
"axios": "^1.6.4", |
|
|
|
"benz-amr-recorder": "^1.1.5", |
|
|
|
"codemirror": "^5.65.16", |
|
|
|
"codemirror": "5.65.15", |
|
|
|
|
|
|
|
"cron-parser": "^4.9.0", |
|
|
|
"cron-parser": "^4.9.0", |
|
|
|
"cropperjs": "^1.6.1", |
|
|
|
"cropperjs": "^1.6.1", |
|
|
|
"crypto-js": "^4.2.0", |
|
|
|
"crypto-js": "^4.2.0", |
|
|
@ -55,71 +55,67 @@ |
|
|
|
"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", |
|
|
|
"pinia-plugin-persistedstate": "^3.2.0", |
|
|
|
"pinia-plugin-persistedstate": "^3.2.1", |
|
|
|
"print-js": "^1.6.0", |
|
|
|
"print-js": "^1.6.0", |
|
|
|
"qs": "^6.11.2", |
|
|
|
"qs": "^6.11.2", |
|
|
|
"resize-observer-polyfill": "^1.5.1", |
|
|
|
"resize-observer-polyfill": "^1.5.1", |
|
|
|
"sortablejs": "^1.15.0", |
|
|
|
"sortablejs": "^1.15.1", |
|
|
|
"tinymce": "5.10.7", |
|
|
|
"tinymce": "^5.10.9", |
|
|
|
"vditor": "^3.9.6", |
|
|
|
"vditor": "^3.9.8", |
|
|
|
"video.js": "^7.21.5", |
|
|
|
"vite-plugin-html": "^3.2.1", |
|
|
|
"vue": "^3.3.8", |
|
|
|
"vue": "^3.3.8", |
|
|
|
"vue-i18n": "^9.6.5", |
|
|
|
"vue-i18n": "^9.9.0", |
|
|
|
"vue-json-pretty": "^2.2.4", |
|
|
|
"vue-json-pretty": "^2.3.0", |
|
|
|
"vue-router": "^4.2.5", |
|
|
|
"vue-router": "^4.2.5", |
|
|
|
"vue-types": "^5.1.1", |
|
|
|
"vue-types": "^5.1.1", |
|
|
|
"vuedraggable": "^4.1.0", |
|
|
|
"vuedraggable": "^4.1.0", |
|
|
|
"xlsx": "^0.18.5" |
|
|
|
"xlsx": "^0.18.5" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"devDependencies": { |
|
|
|
"@antfu/eslint-config": "^2.6.1", |
|
|
|
"@antfu/eslint-config": "^2.6.2", |
|
|
|
"@commitlint/cli": "^18.4.1", |
|
|
|
"@commitlint/cli": "^18.4.4", |
|
|
|
"@commitlint/config-conventional": "^18.4.0", |
|
|
|
"@commitlint/config-conventional": "^18.4.4", |
|
|
|
"@iconify/json": "^2.2.141", |
|
|
|
"@iconify/json": "^2.2.164", |
|
|
|
"@purge-icons/generated": "^0.9.0", |
|
|
|
"@purge-icons/generated": "^0.10.0", |
|
|
|
"@types/codemirror": "^5.60.13", |
|
|
|
"@types/codemirror": "^5.60.15", |
|
|
|
"@types/crypto-js": "^4.2.1", |
|
|
|
"@types/crypto-js": "^4.2.1", |
|
|
|
"@types/fs-extra": "^11.0.4", |
|
|
|
"@types/fs-extra": "^11.0.4", |
|
|
|
"@types/inquirer": "^9.0.7", |
|
|
|
"@types/lodash-es": "^4.17.12", |
|
|
|
"@types/lodash-es": "^4.17.11", |
|
|
|
"@types/node": "^20.11.0", |
|
|
|
"@types/node": "^20.9.0", |
|
|
|
|
|
|
|
"@types/nprogress": "^0.2.3", |
|
|
|
"@types/nprogress": "^0.2.3", |
|
|
|
"@types/qs": "^6.9.10", |
|
|
|
"@types/qs": "^6.9.11", |
|
|
|
"@types/sortablejs": "^1.15.5", |
|
|
|
"@types/sortablejs": "^1.15.5", |
|
|
|
"@unocss/eslint-config": "^0.57.3", |
|
|
|
"@unocss/eslint-config": "^0.58.3", |
|
|
|
"@vitejs/plugin-vue": "4.4.1", |
|
|
|
"@vitejs/plugin-vue": "^5.0.3", |
|
|
|
"@vitejs/plugin-vue-jsx": "^3.0.2", |
|
|
|
"@vitejs/plugin-vue-jsx": "^3.1.0", |
|
|
|
"@vue/compiler-sfc": "^3.3.8", |
|
|
|
"@vue/compiler-sfc": "^3.4.10", |
|
|
|
"cross-env": "^7.0.3", |
|
|
|
"cross-env": "^7.0.3", |
|
|
|
"cz-git": "^1.7.1", |
|
|
|
"cz-git": "^1.8.0", |
|
|
|
"czg": "^1.7.1", |
|
|
|
"czg": "^1.8.0", |
|
|
|
"dotenv": "^16.3.1", |
|
|
|
"dotenv": "^16.3.1", |
|
|
|
"eslint": "^8.56.0", |
|
|
|
"eslint": "^8.56.0", |
|
|
|
"esno": "^4.0.0", |
|
|
|
"esno": "^4.0.0", |
|
|
|
"fs-extra": "^11.1.1", |
|
|
|
"fs-extra": "^11.2.0", |
|
|
|
"husky": "^8.0.3", |
|
|
|
"husky": "^8.0.3", |
|
|
|
"inquirer": "^9.2.12", |
|
|
|
"inquirer": "^9.2.12", |
|
|
|
"less": "^4.2.0", |
|
|
|
"less": "^4.2.0", |
|
|
|
"lint-staged": "^15.1.0", |
|
|
|
"lint-staged": "^15.2.0", |
|
|
|
"picocolors": "^1.0.0", |
|
|
|
"picocolors": "^1.0.0", |
|
|
|
"postcss": "^8.4.31", |
|
|
|
"postcss": "^8.4.33", |
|
|
|
"postcss-html": "^1.5.0", |
|
|
|
"postcss-html": "^1.5.0", |
|
|
|
"postcss-less": "^6.0.0", |
|
|
|
"postcss-less": "^6.0.0", |
|
|
|
"rimraf": "^5.0.5", |
|
|
|
"rimraf": "^5.0.5", |
|
|
|
"rollup": "^4.4.0", |
|
|
|
"rollup-plugin-visualizer": "^5.12.0", |
|
|
|
"rollup-plugin-visualizer": "^5.9.2", |
|
|
|
"terser": "^5.26.0", |
|
|
|
"terser": "^5.24.0", |
|
|
|
"typescript": "^5.3.3", |
|
|
|
"typescript": "^5.2.2", |
|
|
|
"unocss": "^0.58.3", |
|
|
|
"unocss": "^0.57.3", |
|
|
|
"vite": "^5.0.11", |
|
|
|
"vite": "^4.5.0", |
|
|
|
|
|
|
|
"vite-plugin-compression": "^0.5.1", |
|
|
|
"vite-plugin-compression": "^0.5.1", |
|
|
|
"vite-plugin-mkcert": "^1.16.0", |
|
|
|
"vite-plugin-purge-icons": "^0.10.0", |
|
|
|
"vite-plugin-progress": "^0.0.7", |
|
|
|
"vite-plugin-pwa": "^0.17.4", |
|
|
|
"vite-plugin-purge-icons": "^0.9.2", |
|
|
|
|
|
|
|
"vite-plugin-pwa": "^0.16.7", |
|
|
|
|
|
|
|
"vite-plugin-svg-icons": "^2.0.1", |
|
|
|
"vite-plugin-svg-icons": "^2.0.1", |
|
|
|
"vite-vue-plugin-html": "^1.0.5", |
|
|
|
"vite-vue-plugin-html": "^1.0.5", |
|
|
|
"vue-tsc": "^1.8.22" |
|
|
|
"vue-tsc": "^1.8.27" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"lint-staged": { |
|
|
|
"lint-staged": { |
|
|
|
"*.{js,jsx,ts,tsx}": [ |
|
|
|
"*.{js,jsx,ts,tsx}": [ |
|
|
|