mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-12 05:33:48 +08:00
v3.1.0 1、【新增】9种登录背景图和样式; 2、【新增】全局字体大小切换; 3、【新增】主题颜色切换; 4、【新增】移除cookie保存token,改为使用localStorage; 5、【优化】升级 ant design vue 到最新版本;
This commit is contained in:
@@ -19,33 +19,32 @@
|
||||
"dependencies": {
|
||||
"@wangeditor/editor": "5.1.14",
|
||||
"@wangeditor/editor-for-vue": "5.1.12",
|
||||
"ant-design-vue": "4.0.7",
|
||||
"axios": "1.4.0",
|
||||
"ant-design-vue": "4.1.2",
|
||||
"axios": "1.6.8",
|
||||
"clipboard": "2.0.11",
|
||||
"crypto-js": "4.1.1",
|
||||
"decimal.js": "10.3.1",
|
||||
"diff": "5.1.0",
|
||||
"diff2html": "3.4.18",
|
||||
"diff": "5.2.0",
|
||||
"diff2html": "3.4.47",
|
||||
"echarts": "5.4.3",
|
||||
"highlight.js": "11.8.0",
|
||||
"js-cookie": "3.0.5",
|
||||
"lodash": "4.17.21",
|
||||
"lunar-javascript": "1.6.3",
|
||||
"mitt": "3.0.0",
|
||||
"lunar-javascript": "1.6.12",
|
||||
"mitt": "3.0.1",
|
||||
"nprogress": "0.2.0",
|
||||
"pinia": "2.1.6",
|
||||
"sm-crypto": "^0.3.13",
|
||||
"pinia": "2.1.7",
|
||||
"sm-crypto": "0.3.13",
|
||||
"sortablejs": "1.15.0",
|
||||
"ua-parser-js": "1.0.35",
|
||||
"v-viewer": "~1.6.4",
|
||||
"vue": "3.3.4",
|
||||
"vue-i18n": "9.2.2",
|
||||
"vue-router": "4.2.4",
|
||||
"vue": "3.3.13",
|
||||
"vue-i18n": "9.10.2",
|
||||
"vue-router": "4.3.0",
|
||||
"vue3-json-viewer": "2.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "4.5.0",
|
||||
"@vue/compiler-sfc": "3.3.4",
|
||||
"@vitejs/plugin-vue": "5.0.4",
|
||||
"@vue/compiler-sfc": "3.4.21",
|
||||
"eslint": "^8.16.0",
|
||||
"eslint-config-prettier": "~9.0.0",
|
||||
"eslint-plugin-prettier": "~5.0.0",
|
||||
@@ -58,9 +57,9 @@
|
||||
"stylelint-config-prettier": "~9.0.3",
|
||||
"stylelint-config-standard": "~25.0.0",
|
||||
"stylelint-order": "~5.0.0",
|
||||
"terser": "~5.19.2",
|
||||
"vite": "5.0.0",
|
||||
"vue-eslint-parser": "~9.3.1"
|
||||
"terser": "~5.29.2",
|
||||
"vite": "5.2.6",
|
||||
"vue-eslint-parser": "~9.4.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
|
||||
Reference in New Issue
Block a user