invidious: move searching to backend

This commit is contained in:
2025-02-22 01:09:33 -08:00
parent cfe48e28f8
commit 880057b0fc
6 changed files with 265 additions and 38 deletions

View File

@@ -20,10 +20,12 @@
"typescript": "^5.7.3"
},
"dependencies": {
"@types/node-fetch": "^2.6.12",
"classnames": "^2.5.1",
"express": "^4.21.2",
"express-ws": "^5.0.2",
"link-preview-js": "^3.0.14",
"node-fetch": "^2.7.0",
"react-icons": "^5.4.0",
"ws": "^8.18.0"
}