replace el-tree with vue-json-pretty

This commit is contained in:
pa
2026-01-10 21:20:45 +09:00
committed by Natsumi
parent c2e34e3395
commit 820b86be28
10 changed files with 244 additions and 1153 deletions
+6 -5
View File
@@ -47,7 +47,7 @@
"@tanstack/vue-table": "^8.21.3",
"@tanstack/vue-virtual": "^3.13.18",
"@types/jest": "^30.0.0",
"@types/node": "^25.0.3",
"@types/node": "^25.0.5",
"@vitejs/plugin-vue": "^6.0.3",
"@vitejs/plugin-vue-jsx": "^5.1.3",
"@vueuse/core": "^14.1.0",
@@ -60,8 +60,8 @@
"dayjs": "^1.11.19",
"echarts": "^6.0.0",
"electron": "^39.2.7",
"electron-builder": "^26.0.12",
"element-plus": "^2.13.0",
"electron-builder": "^26.4.0",
"element-plus": "^2.13.1",
"esbuild-jest": "^0.5.0",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
@@ -79,13 +79,14 @@
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"vite": "^7.3.0",
"vite": "^7.3.1",
"vue": "^3.5.26",
"vue-i18n": "^11.2.8",
"vue-json-pretty": "^2.6.0",
"vue-marquee-text-component": "^2.0.1",
"vue-router": "^4.6.4",
"vue-showdown": "^4.2.0",
"worker-timers": "^8.0.27",
"worker-timers": "^8.0.28",
"yargs": "^18.0.0"
},
"build": {