.
This diff is collapsed.
... | @@ -4,9 +4,12 @@ | ... | @@ -4,9 +4,12 @@ |
"description": "Search Page 2020 Winter", | "description": "Search Page 2020 Winter", | ||
"main": "index.js", | "main": "index.js", | ||
"dependencies": { | "dependencies": { | ||
"axios": "^0.21.1", | |||
"bootstrap": "^4.5.3", | "bootstrap": "^4.5.3", | ||
"cheerio": "^1.0.0-rc.5", | |||
"express": "^4.17.1", | "express": "^4.17.1", | ||
"react-bootstrap": "^1.4.0" | "react-bootstrap": "^1.4.0", | ||
"request": "^2.88.2" | |||
}, | }, | ||
"devDependencies": {}, | "devDependencies": {}, | ||
"scripts": { | "scripts": { | ||
... | ... |
Please register or sign in to comment