diff options
| author | A.J. Shulman <Shulman.aj@gmail.com> | 2024-09-07 11:10:33 -0400 |
|---|---|---|
| committer | A.J. Shulman <Shulman.aj@gmail.com> | 2024-09-07 11:10:33 -0400 |
| commit | 6c7e67810419ddc0e59f548509b4066fbd2ca90f (patch) | |
| tree | e3c175dd4722748e29298fd47d74578749fadf63 /package.json | |
| parent | c1053475810a1b1b3a9963c3f1ef0b1a9509d222 (diff) | |
Fixed web document rendering by changing cors
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index ead8cdf06..93204f962 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,7 @@ "@types/express": "^4.17.21", "@types/express-session": "^1.17.10", "@types/file-saver": "^2.0.7", + "@types/fuzzy-search": "^2.1.5", "@types/howler": "^2.2.11", "@types/html-to-text": "^9.0.4", "@types/jquery": "^3.5.29", @@ -201,6 +202,8 @@ "formidable": "3.5.1", "fullcalendar": "^6.1.15", "function-plot": "^1.23.3", + "fuse.js": "^7.0.0", + "fuzzy-search": "^3.2.1", "golden-layout": "^2.6.0", "google-auth-library": "^9.4.1", "googleapis": "^142.0.0", |
