更新依赖

This commit is contained in:
Hooray Hu 2024-05-01 12:34:07 +08:00
parent 0fe76d257d
commit 81f766cd54
4 changed files with 1534 additions and 1573 deletions

View File

@ -10,4 +10,4 @@ VITE_APP_DEBUG_TOOL =
# 是否开启代理
VITE_OPEN_PROXY = false
# 是否开启开发者工具
VITE_OPEN_DEVTOOLS = false
VITE_OPEN_DEVTOOLS = true

View File

@ -1,7 +1,7 @@
{
"type": "module",
"engines": {
"node": "^18.0.0 || ^20.0.0"
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"scripts": {
"dev": "vite",
@ -21,8 +21,8 @@
"@antv/g2plot": "^2.4.31",
"@bytemd/plugin-gfm": "^1.21.0",
"@bytemd/vue-next": "^1.21.0",
"@headlessui/vue": "^1.7.19",
"@imengyu/vue3-context-menu": "^1.3.9",
"@headlessui/vue": "^1.7.21",
"@imengyu/vue3-context-menu": "^1.4.1",
"@tinymce/tinymce-vue": "^5.1.1",
"@visactor/vchart": "^1.10.5",
"@vueuse/core": "^10.9.0",
@ -30,10 +30,10 @@
"animate.css": "^4.1.1",
"axios": "^1.6.8",
"bytemd": "^1.21.0",
"dayjs": "^1.11.10",
"dayjs": "^1.11.11",
"defu": "^6.1.4",
"echarts": "^5.5.0",
"element-plus": "^2.6.3",
"element-plus": "^2.7.1",
"eruda": "^3.0.1",
"floating-vue": "5.2.2",
"hotkeys-js": "^3.13.7",
@ -41,81 +41,80 @@
"mitt": "^3.0.1",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"overlayscrollbars": "^2.6.1",
"overlayscrollbars-vue": "^0.5.8",
"overlayscrollbars": "^2.7.3",
"overlayscrollbars-vue": "^0.5.9",
"path-browserify": "^1.0.1",
"path-to-regexp": "^6.2.1",
"path-to-regexp": "^6.2.2",
"pinia": "^2.1.7",
"print-js": "^1.6.0",
"qrcode": "^1.5.3",
"qs": "^6.12.0",
"qs": "^6.12.1",
"scule": "^1.3.0",
"splitpanes": "^3.1.5",
"swiper": "^11.1.0",
"tinymce": "^7.0.0",
"swiper": "^11.1.1",
"tinymce": "^7.0.1",
"vconsole": "^3.15.1",
"vue": "^3.4.21",
"vue": "^3.4.26",
"vue-currency-input": "^3.1.0",
"vue-esign": "^1.1.4",
"vue-hooks-plus": "^1.8.9",
"vue-hooks-plus": "^1.9.0",
"vue-m-message": "^4.0.2",
"vue-router": "^4.3.0",
"vue-router": "^4.3.2",
"vue3-count-to": "^1.1.2",
"vxe-table": "^4.5.21",
"xe-utils": "^3.5.22"
"vxe-table": "^4.6.8",
"xe-utils": "^3.5.25"
},
"devDependencies": {
"@antfu/eslint-config": "2.11.6",
"@iconify/json": "^2.2.196",
"@iconify/vue": "^4.1.1",
"@antfu/eslint-config": "2.16.1",
"@iconify/json": "^2.2.205",
"@iconify/vue": "^4.1.2",
"@stylistic/stylelint-config": "^1.0.1",
"@types/lodash-es": "^4.17.12",
"@types/mockjs": "^1.0.10",
"@types/nprogress": "^0.2.3",
"@types/path-browserify": "^1.0.2",
"@types/qrcode": "^1.5.5",
"@types/qs": "^6.9.14",
"@types/qs": "^6.9.15",
"@types/splitpanes": "^2.2.6",
"@unocss/eslint-plugin": "^0.58.8",
"@unocss/eslint-plugin": "^0.59.4",
"@vitejs/plugin-legacy": "^5.3.2",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"archiver": "^7.0.1",
"autoprefixer": "^10.4.19",
"boxen": "^7.1.1",
"eslint": "^8.57.0",
"eslint": "^9.1.1",
"esno": "^4.7.0",
"fs-extra": "^11.2.0",
"http-server": "^14.1.1",
"inquirer": "^9.2.17",
"inquirer": "^9.2.20",
"lint-staged": "^15.2.2",
"npm-run-all": "^4.1.5",
"npm-run-all2": "^6.1.2",
"picocolors": "^1.0.0",
"plop": "^4.0.1",
"postcss": "^8.4.38",
"sass": "^1.72.0",
"sass": "^1.76.0",
"simple-git-hooks": "^2.11.1",
"stylelint": "^16.3.1",
"stylelint-config-recess-order": "^5.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint": "^16.4.0",
"stylelint-config-recess-order": "^5.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-config-standard-vue": "^1.0.0",
"stylelint-scss": "^6.2.1",
"svgo": "^3.2.0",
"terser": "^5.30.0",
"typescript": "^5.4.3",
"unocss": "^0.58.8",
"typescript": "^5.4.5",
"unocss": "^0.59.4",
"unplugin-auto-import": "^0.17.5",
"unplugin-turbo-console": "^1.5.1",
"unplugin-turbo-console": "^1.8.6",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.7",
"vite": "^5.2.10",
"vite-plugin-banner": "^0.7.1",
"vite-plugin-compression2": "^1.0.0",
"vite-plugin-compression2": "^1.1.0",
"vite-plugin-fake-server": "^2.1.1",
"vite-plugin-pages": "^0.32.1",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-devtools": "^7.0.25",
"vite-plugin-vue-meta-layouts": "^0.4.2",
"vue-tsc": "^2.0.7"
"vite-plugin-vue-devtools": "^7.1.3",
"vite-plugin-vue-meta-layouts": "^0.4.3",
"vue-tsc": "^2.0.16"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged",

File diff suppressed because it is too large Load Diff

View File

@ -14,7 +14,7 @@ meta:
</PageMain>
<PageMain>
<template #title>
<div style="display: flex; align-item: center; justify-content: space-between;">
<div style="display: flex; align-items: center; justify-content: space-between;">
通过 slot 设置标题
<ElButton size="small">
还可以放置自定义按钮