mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-13 22:23:48 +08:00
v3.0.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "SmartAdmin",
|
||||
"version": "2.0.0",
|
||||
"name": "smartadmin",
|
||||
"version": "3.0.0",
|
||||
"author": {
|
||||
"name": "1024创新实验室(1024lab)",
|
||||
"email": "lab1024@163.com",
|
||||
@@ -15,51 +15,52 @@
|
||||
"build:pre": "vite build --mode pre",
|
||||
"build:prod": "vite build --mode production"
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@ant-design/icons-vue": "^6.1.0",
|
||||
"@wangeditor/editor": "^5.0.1",
|
||||
"@wangeditor/editor-for-vue": "^5.1.11",
|
||||
"ant-design-vue": "3.2.5",
|
||||
"axios": "~0.27.2",
|
||||
"clipboard": "~2.0.11",
|
||||
"crypto-js": "~4.1.1",
|
||||
"decimal.js": "^10.3.1",
|
||||
"diff": "^5.1.0",
|
||||
"diff2html": "^3.4.18",
|
||||
"echarts": "^5.1.2",
|
||||
"highlight.js": "^11.6.0",
|
||||
"js-cookie": "^2.2.1",
|
||||
"lodash": "^4.17.21",
|
||||
"lunar-javascript": "^1.2.32",
|
||||
"mitt": "^3.0.0",
|
||||
"nprogress": "^0.2.0",
|
||||
"pinia": "~2.0.14",
|
||||
"sortablejs": "^1.15.0",
|
||||
"ua-parser-js": "^1.0.2",
|
||||
"@wangeditor/editor": "5.1.14",
|
||||
"@wangeditor/editor-for-vue": "5.1.12",
|
||||
"ant-design-vue": "4.0.7",
|
||||
"axios": "1.4.0",
|
||||
"clipboard": "2.0.11",
|
||||
"crypto-js": "4.1.1",
|
||||
"decimal.js": "10.3.1",
|
||||
"diff": "5.1.0",
|
||||
"diff2html": "3.4.18",
|
||||
"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",
|
||||
"nprogress": "0.2.0",
|
||||
"pinia": "2.1.6",
|
||||
"sm-crypto": "^0.3.13",
|
||||
"sortablejs": "1.15.0",
|
||||
"ua-parser-js": "1.0.35",
|
||||
"v-viewer": "~1.6.4",
|
||||
"vue": "~3.2.26",
|
||||
"vue-i18n": "^9.1.10",
|
||||
"vue-router": "~4.0.15",
|
||||
"vue3-json-viewer": "^2.2.2"
|
||||
"vue": "3.3.4",
|
||||
"vue-i18n": "9.2.2",
|
||||
"vue-router": "4.2.4",
|
||||
"vue3-json-viewer": "2.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^3.2.0",
|
||||
"@vue/compiler-sfc": "~3.2.26",
|
||||
"@vitejs/plugin-vue": "4.5.0",
|
||||
"@vue/compiler-sfc": "3.3.4",
|
||||
"eslint": "^8.16.0",
|
||||
"eslint-config-prettier": "~8.5.0",
|
||||
"eslint-plugin-prettier": "~4.0.0",
|
||||
"eslint-plugin-vue": "~9.1.0",
|
||||
"less": "~4.1.1",
|
||||
"less-loader": "~10.0.1",
|
||||
"prettier": "~2.6.2",
|
||||
"rimraf": "^3.0.2",
|
||||
"eslint-config-prettier": "~9.0.0",
|
||||
"eslint-plugin-prettier": "~5.0.0",
|
||||
"eslint-plugin-vue": "~9.17.0",
|
||||
"less": "~4.2.0",
|
||||
"less-loader": "~11.1.3",
|
||||
"prettier": "~3.0.2",
|
||||
"rimraf": "~5.0.1",
|
||||
"stylelint": "~14.8.5",
|
||||
"stylelint-config-prettier": "~9.0.3",
|
||||
"stylelint-config-standard": "~25.0.0",
|
||||
"stylelint-order": "~5.0.0",
|
||||
"terser": "^5.15.1",
|
||||
"vite": "^3.2.3",
|
||||
"vue-eslint-parser": "~9.0.2"
|
||||
"terser": "~5.19.2",
|
||||
"vite": "5.0.0",
|
||||
"vue-eslint-parser": "~9.3.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
|
||||
Reference in New Issue
Block a user