sdy

add some dependencies

......@@ -13,13 +13,17 @@
"license": "ISC",
"dependencies": {
"axios": "^0.19.2",
"cheerio": "^1.0.0-rc.9",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"ibm-watson": "^5.5.0",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0"
"redux-thunk": "^2.3.0",
"request": "^2.88.2",
"xml2json": "^0.12.0",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"@babel/cli": "^7.14.3",
......