diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
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": { |