Add new dependencies for syntax highlighting and virtual scrolling features

This commit is contained in:
2026-01-28 19:48:44 +00:00
parent 71d328acdf
commit 05b2894cc8
3 changed files with 53 additions and 2 deletions

View File

@@ -14,9 +14,11 @@
"cors": "^2.8.5",
"dotenv": "^16.6.1",
"express": "^4.18.2",
"highlight.js": "^11.11.1",
"node-fetch": "^3.3.2",
"vue": "^3.4.15",
"vue-router": "^4.6.4"
"vue-router": "^4.6.4",
"vue-virtual-scroller": "^2.0.0-beta.8"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.3",