Showing
2 changed files
with
4 additions
and
0 deletions
This diff is collapsed. Click to expand it.
... | @@ -3,13 +3,17 @@ | ... | @@ -3,13 +3,17 @@ |
3 | "version": "0.1.0", | 3 | "version": "0.1.0", |
4 | "private": true, | 4 | "private": true, |
5 | "dependencies": { | 5 | "dependencies": { |
6 | + "@elastic/elasticsearch": "^7.12.0", | ||
6 | "@elastic/react-search-ui": "^1.5.1", | 7 | "@elastic/react-search-ui": "^1.5.1", |
7 | "@elastic/search-ui-app-search-connector": "^1.5.1", | 8 | "@elastic/search-ui-app-search-connector": "^1.5.1", |
9 | + "@tensorflow-models/qna": "^1.0.0", | ||
10 | + "@tensorflow/tfjs": "^3.5.0", | ||
8 | "@testing-library/jest-dom": "^5.11.4", | 11 | "@testing-library/jest-dom": "^5.11.4", |
9 | "@testing-library/react": "^11.1.0", | 12 | "@testing-library/react": "^11.1.0", |
10 | "@testing-library/user-event": "^12.1.10", | 13 | "@testing-library/user-event": "^12.1.10", |
11 | "react": "^17.0.2", | 14 | "react": "^17.0.2", |
12 | "react-dom": "^17.0.2", | 15 | "react-dom": "^17.0.2", |
16 | + "react-loader-spinner": "^4.0.0", | ||
13 | "react-scripts": "4.0.3", | 17 | "react-scripts": "4.0.3", |
14 | "web-vitals": "^1.0.1" | 18 | "web-vitals": "^1.0.1" |
15 | }, | 19 | }, | ... | ... |
-
Please register or login to post a comment