In the process of linking backend and UI

This commit is contained in:
Aaron Sun
2019-09-24 14:38:13 -04:00
parent 6f94623d0c
commit e2883a04c5
10 changed files with 63 additions and 23 deletions

View File

@@ -4,6 +4,7 @@
"private": true,
"dependencies": {
"@material-ui/core": "^4.4.3",
"axios": "^0.19.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-router-dom": "^5.0.1",
@@ -27,5 +28,6 @@
"last 1 firefox version",
"last 1 safari version"
]
}
},
"proxy": "https://us-central1-socialape-2619.cloudfunctions.net/api"
}