Showing
1 changed file
with
5 additions
and
1 deletions
... | @@ -13,13 +13,17 @@ | ... | @@ -13,13 +13,17 @@ |
13 | "license": "ISC", | 13 | "license": "ISC", |
14 | "dependencies": { | 14 | "dependencies": { |
15 | "axios": "^0.19.2", | 15 | "axios": "^0.19.2", |
16 | + "cheerio": "^1.0.0-rc.9", | ||
16 | "dotenv": "^8.2.0", | 17 | "dotenv": "^8.2.0", |
17 | "express": "^4.17.1", | 18 | "express": "^4.17.1", |
18 | "ibm-watson": "^5.5.0", | 19 | "ibm-watson": "^5.5.0", |
19 | "react-redux": "^7.2.0", | 20 | "react-redux": "^7.2.0", |
20 | "redux": "^4.0.5", | 21 | "redux": "^4.0.5", |
21 | "redux-devtools-extension": "^2.13.8", | 22 | "redux-devtools-extension": "^2.13.8", |
22 | - "redux-thunk": "^2.3.0" | 23 | + "redux-thunk": "^2.3.0", |
24 | + "request": "^2.88.2", | ||
25 | + "xml2json": "^0.12.0", | ||
26 | + "xmlhttprequest": "^1.8.0" | ||
23 | }, | 27 | }, |
24 | "devDependencies": { | 28 | "devDependencies": { |
25 | "@babel/cli": "^7.14.3", | 29 | "@babel/cli": "^7.14.3", | ... | ... |
-
Please register or login to post a comment