Skip to content

Commit a21d2ee

Browse files
committed
refactor(console): remove unused components, dependencies, and exports via knip analysis
Remove 150+ unused files (UI components, composables, utilities, constants), 13 unused dependencies, and 30+ unused exports identified by knip static analysis. All changes verified by successful build (zero errors).
1 parent 87adcd6 commit a21d2ee

212 files changed

Lines changed: 1200 additions & 8896 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

console/package.json

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,15 @@
2727
"@stomp/stompjs": "^7.3.0",
2828
"@tabler/icons-vue": "^3.36.1",
2929
"@tailwindcss/vite": "^4.1.17",
30-
"@tanstack/vue-table": "^8.21.3",
3130
"@tanstack/vue-virtual": "^3.13.18",
3231
"@unovis/ts": "^1.6.2",
3332
"@unovis/vue": "^1.6.2",
34-
"@vee-validate/zod": "^4.15.1",
3533
"@vue-dnd-kit/core": "^1.7.0",
36-
"@vue-dnd-kit/devtools": "^1.1.0",
37-
"@vue-dnd-kit/utilities": "0.0.8-beta",
3834
"@vueuse/core": "^14.1.0",
3935
"axios": "^1.13.2",
4036
"class-variance-authority": "^0.7.1",
4137
"clsx": "^2.1.1",
42-
"dnd-kit-vue": "^0.0.2",
4338
"echarts": "^6.0.0",
44-
"embla-carousel-vue": "^8.6.0",
4539
"highlight.js": "^11.11.1",
4640
"idb": "^8.0.3",
4741
"katex": "^0.16.25",
@@ -51,20 +45,15 @@
5145
"monaco-editor": "^0.52.2",
5246
"pinia": "^3.0.4",
5347
"reka-ui": "^2.6.1",
54-
"socket.io-client": "^4.8.3",
5548
"sockjs-client": "^1.6.1",
5649
"tailwind-merge": "^3.4.0",
5750
"tailwindcss": "^4.1.17",
5851
"tw-animate-css": "^1.4.0",
59-
"vaul-vue": "^0.4.1",
60-
"vee-validate": "^4.15.1",
6152
"vue": "^3.5.25",
62-
"vue-draggable-plus": "^0.6.0",
6353
"vue-i18n": "^10.0.0",
6454
"vue-router": "^4.6.3",
6555
"vue-sonner": "^2.0.9",
66-
"workbox-window": "^7.4.0",
67-
"zod": "^3.25.76"
56+
"workbox-window": "^7.4.0"
6857
},
6958
"devDependencies": {
7059
"@iconify-json/lucide": "^1.2.82",
@@ -83,10 +72,9 @@
8372
"@vue/tsconfig": "^0.8.1",
8473
"eslint": "^9.39.1",
8574
"eslint-plugin-vue": "~10.5.1",
86-
"fake-indexeddb": "^6.2.5",
87-
"fast-check": "^4.3.0",
8875
"jiti": "^2.6.1",
8976
"jsdom": "^27.2.0",
77+
"knip": "^6.3.0",
9078
"npm-run-all2": "^8.0.4",
9179
"prettier": "3.6.2",
9280
"typescript": "~5.9.3",

0 commit comments

Comments
 (0)