Icons, remove devtools, update to combining logic

This commit is contained in:
KaasKop
2025-04-06 14:53:53 +02:00
parent 569bdba727
commit bba275d4a0
13 changed files with 193 additions and 39 deletions

View File

@@ -12,6 +12,8 @@
"type-check": "vue-tsc --build"
},
"dependencies": {
"@heroicons/vue": "^2.2.0",
"ky": "^1.8.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
@@ -24,7 +26,6 @@
"typescript": "~5.8.0",
"vite": "^6.2.4",
"vite-plugin-static-copy": "^2.3.0",
"vite-plugin-vue-devtools": "^7.7.2",
"vue-tsc": "^2.2.8"
}
}