aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-11-14 23:11:06 +0300
committereug-vs <eug-vs@keemail.me>2020-11-14 23:11:06 +0300
commitf96e6174fe90f3d2b1e3016861017cfcc25a6ddc (patch)
tree74baaa47fc42e11c48c2e82c2ce3ae788d9b303c /package.json
parentb978e6a4958cb543bd73259ec6d43e98dfb7ae18 (diff)
downloadfamcs-kit-f96e6174fe90f3d2b1e3016861017cfcc25a6ddc.tar.gz
feat: add APIClient
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index 6c7717f..47c634c 100644
--- a/package.json
+++ b/package.json
@@ -3,13 +3,16 @@
"version": "0.0.0",
"dependencies": {
"@material-ui/core": "^4.11.0",
+ "@types/lodash": "^4.14.165",
"@types/node": "^12.0.0",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
+ "lodash": "^4.17.20",
"react": "^17.0.1",
"react-benzin": "^4.0.1",
"react-dom": "^17.0.1",
"react-scripts": "4.0.0",
+ "swr": "^0.3.8",
"typescript": "^4.0.3"
},
"scripts": {