Spotify backend server
This commit is contained in:
parent
e8d0a25fc9
commit
3802bce17d
6 changed files with 220 additions and 14 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue