diff options
| author | A.J. Shulman <Shulman.aj@gmail.com> | 2024-08-15 13:16:32 -0400 |
|---|---|---|
| committer | A.J. Shulman <Shulman.aj@gmail.com> | 2024-08-15 13:16:32 -0400 |
| commit | 6f9b8f9b393d411a17f7954b6cc36618efe698e2 (patch) | |
| tree | 8090d9d0bafdfe3e97b8fd8914da9d1264e4172c /package.json | |
| parent | 0c8001c61a55540cdeeb6ae249fdd2835580121c (diff) | |
implemented search tool and other tools but scraping doesn't work
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 4e9946e2e..e285205dd 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "^4.6.0", "globals": "^15.1.0", - "jsdom": "^24.0.0", + "jsdom": "^24.1.1", "mocha": "^10.2.0", "prettier": "^3.1.0", "scss-loader": "0.0.1", @@ -159,6 +159,7 @@ "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", |
