diff options
| author | bobzel <zzzman@gmail.com> | 2024-10-10 19:04:57 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-10-10 19:04:57 -0400 |
| commit | 3a35e2687e3c7b0c864dd4f00b1002ff088b56d3 (patch) | |
| tree | 98697432c5be99a0e1b64cc42eff9e7a0ec58457 /package.json | |
| parent | f75f15ae58b57644c28d42446c176289bbe55dd4 (diff) | |
| parent | d347fc59feefd91a796012892da57511787bb6d0 (diff) | |
merged with master
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package.json b/package.json index 4f133e3d6..10ae88c01 100644 --- a/package.json +++ b/package.json @@ -41,9 +41,11 @@ "@types/express": "^5.0.0", "@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", + "@types/jsdom": "^21.1.7", "@types/libxmljs": "^0.18.12", "@types/lodash": "^4.14.202", "@types/mocha": "^10.0.6", @@ -107,9 +109,11 @@ "@fullcalendar/multimonth": "^6.1.10", "@fullcalendar/timegrid": "^6.1.15", "@internationalized/date": "^3.5.0", + "@mozilla/readability": "^0.5.0", "@mui/icons-material": "^6.0.1", "@mui/material": "^6.0.1", "@octokit/core": "^6.0.1", + "@pinecone-database/pinecone": "^2.2.2", "@react-google-maps/api": "^2.19.2", "@react-spring/web": "^9.7.3", "@turf/turf": "^6.5.0", @@ -155,8 +159,10 @@ "bson": "^6.2.0", "canvas": "^2.11.2", "chart.js": "^4.4.0", + "cheerio": "^1.0.0", "child_process": "^1.0.2", "class-transformer": "^0.5.1", + "cohere-ai": "^7.10.6", "color": "^4.2.3", "colors": "^1.4.0", "compute-cosine-similarity": "^1.1.0", @@ -197,6 +203,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": "^144.0.0", @@ -227,6 +235,7 @@ "lodash": "^4.17.21", "mapbox-gl": "^3.0.1", "markdown-it": "^14.1.0", + "markdown-to-jsx": "^7.4.7", "mathquill": "^0.10.1-a", "md5-file": "^5.0.0", "memorystream": "^0.3.1", @@ -250,6 +259,7 @@ "pdf-parse": "^1.1.1", "pdfjs": "^2.4.7", "pdfjs-dist": "^4.0.269", + "pinecone": "^0.1.0", "probe-image-size": "^7.2.3", "process": "^0.11.10", "prosemirror-commands": "^1.5.2", @@ -263,6 +273,7 @@ "prosemirror-transform": "^1.8.0", "prosemirror-view": "^1.32.5", "pug": "^3.0.2", + "puppeteer": "^23.1.0", "query-string": "^7.1.3", "querystring-es3": "^0.2.1", "raw-loader": "^4.0.2", @@ -301,6 +312,7 @@ "rimraf": "^6.0.0", "sass": "^1.69.5", "sass-loader": "^16.0.1", + "scrapfly-sdk": "^0.6.4", "serializr": "^3.0.2", "shelljs": "^0.8.5", "socket.io": "^4.7.2", @@ -322,6 +334,7 @@ "typescript-collections": "^1.3.3", "typescript-language-server": "^4.1.3", "uninstall": "^0.0.0", + "unstructured-client": "^0.14.3", "url": "^0.11.3", "url-loader": "^4.1.1", "util": "^0.12.5", |
