Displaying tweets
This commit is contained in:
parent
9989d0a5ba
commit
6759a05743
8 changed files with 552 additions and 44 deletions
|
@ -4,9 +4,12 @@
|
|||
"private": true,
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.4.5",
|
||||
"express": "^4.17.1",
|
||||
"nodemon": "^1.19.1",
|
||||
"react": "^16.8.6",
|
||||
"react-dom": "^16.8.6",
|
||||
"react-scripts": "3.0.1"
|
||||
"react-scripts": "3.0.1",
|
||||
"twitter": "^1.7.1"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue