Spotify backend server

This commit is contained in:
Rodrigo Pinto 2019-12-13 15:53:32 -05:00
commit 3802bce17d
6 changed files with 220 additions and 14 deletions

View file

@ -6,9 +6,14 @@
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.3",
"@testing-library/user-event": "^7.1.2",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"express": "^4.17.1",
"querystring": "^0.2.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-scripts": "3.3.0"
"react-scripts": "3.3.0",
"request": "^2.88.0"
},
"scripts": {
"start": "react-scripts start",