summaryrefslogtreecommitdiff
path: root/client/simple/package.json
diff options
context:
space:
mode:
authorBnyro <bnyro@tutanota.com>2025-03-17 20:19:13 +0100
committerBnyro <bnyro@tutanota.com>2025-05-22 15:16:54 +0200
commit32823ecb69b115a6726475d6421f0a1c0327fafa (patch)
treef339a2318c8fc78ecf6030938472f96190ead66f /client/simple/package.json
parent156d1eb8c85c01c94723188859fa7526c7d72698 (diff)
[refactor] search.js: use custom auto completion implementation
The previously used library is unmaintained for 6 years now [1] and the solution had know issues [2][3] [1] https://github.com/searxng/searxng/pull/4284#discussion_r1954493434 [2] https://github.com/searxng/searxng/pull/4318#issuecomment-2731576657 [3] https://github.com/privau/searxng/issues/56
Diffstat (limited to 'client/simple/package.json')
-rw-r--r--client/simple/package.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/client/simple/package.json b/client/simple/package.json
index 746ca75b8..94ca1e189 100644
--- a/client/simple/package.json
+++ b/client/simple/package.json
@@ -34,8 +34,5 @@
"vite-plugin-stylelint": "^6.0.0",
"webpack": "^5.99.8",
"webpack-cli": "^6.0.1"
- },
- "dependencies": {
- "autocomplete-js": "^2.7.1"
}
}