aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-06-10 20:10:33 +0300
committereug-vs <eug-vs@keemail.me>2020-06-10 20:10:33 +0300
commit8b4f8e55962690145834866edd64d45b87b3a545 (patch)
treecde87df132c267ecff17278f617570c10ecd5f7f /package.json
parent9473f8836bc65d1e0ea87607def54b86d719bbc8 (diff)
downloadwhich-ui-8b4f8e55962690145834866edd64d45b87b3a545.tar.gz
feat: implement get/post functions
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index b57298f..9863e0e 100644
--- a/package.json
+++ b/package.json
@@ -5,6 +5,7 @@
"dependencies": {
"@material-ui/core": "^4.10.1",
"@material-ui/icons": "^4.9.1",
+ "axios": "^0.19.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.1",