1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-10-15 20:39:01 +08:00

chore: update deps and lint fix

This commit is contained in:
zclzone 2025-08-26 11:30:11 +08:00
parent 5b4b0bd9ad
commit 4785842629
3 changed files with 1506 additions and 1826 deletions

View File

@ -1,13 +1,13 @@
{
"compilerOptions": {
"target": "ESNext",
"jsx": "preserve",
"baseUrl": "./",
"moduleResolution": "node",
"paths": {
"@/*": ["src/*"],
"~/*": ["./*"]
},
"jsx": "preserve",
"allowJs": true
},
"exclude": ["node_modules", "dist"]

View File

@ -13,46 +13,46 @@
},
"dependencies": {
"@arco-design/color": "^0.4.0",
"@vueuse/core": "^13.3.0",
"axios": "^1.10.0",
"@vueuse/core": "^13.7.0",
"axios": "^1.11.0",
"dayjs": "^1.11.13",
"echarts": "^5.6.0",
"echarts": "^6.0.0",
"lodash-es": "^4.17.21",
"naive-ui": "^2.42.0",
"pinia": "^3.0.3",
"pinia-plugin-persistedstate": "^4.3.0",
"vue": "^3.5.17",
"pinia-plugin-persistedstate": "^4.5.0",
"vue": "^3.5.20",
"vue-echarts": "^7.0.3",
"vue-router": "^4.5.1",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@antfu/eslint-config": "^4.13.1",
"@iconify/json": "^2.2.350",
"@unocss/eslint-config": "^66.2.3",
"@unocss/eslint-plugin": "^66.2.3",
"@unocss/preset-rem-to-px": "^66.2.3",
"@vitejs/plugin-vue": "^5.2.4",
"@vitejs/plugin-vue-jsx": "^4.2.0",
"eslint": "^9.29.0",
"@antfu/eslint-config": "^5.2.1",
"@iconify/json": "^2.2.378",
"@unocss/eslint-config": "^66.4.2",
"@unocss/eslint-plugin": "^66.4.2",
"@unocss/preset-rem-to-px": "^66.4.2",
"@vitejs/plugin-vue": "^6.0.1",
"@vitejs/plugin-vue-jsx": "^5.1.0",
"eslint": "^9.34.0",
"eslint-plugin-format": "^1.0.1",
"esno": "^4.8.0",
"fs-extra": "^11.3.0",
"fs-extra": "^11.3.1",
"glob": "^11.0.3",
"lint-staged": "^16.1.2",
"lint-staged": "^16.1.5",
"rollup-plugin-visualizer": "^6.0.3",
"simple-git-hooks": "^2.13.0",
"taze": "^19.1.0",
"unocss": "^66.2.3",
"unplugin-auto-import": "^19.3.0",
"unplugin-vue-components": "^28.7.0",
"vite": "^6.3.5",
"simple-git-hooks": "^2.13.1",
"taze": "^19.3.0",
"unocss": "^66.4.2",
"unplugin-auto-import": "^20.0.0",
"unplugin-vue-components": "^29.0.0",
"vite": "^7.1.3",
"vite-plugin-router-warn": "^1.0.0",
"vite-plugin-vue-devtools": "^7.7.7",
"vite-plugin-vue-devtools": "^8.0.1",
"vue3-intro-step": "^1.0.5"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*": "eslint --fix"

3284
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff