diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2018-09-03 21:21:25 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2018-09-03 21:21:25 +1200 |
commit | a4c233a05c9b577fe9ac12b4f6994b26b5d3ae50 (patch) | |
tree | d08e9704b3586cfcb9724e673363a8a7d99b4525 /modern | |
parent | 7e285b270ebc9e0dfb6e5922ff97ed0962953c54 (diff) | |
download | trackermap-web-a4c233a05c9b577fe9ac12b4f6994b26b5d3ae50.tar.gz trackermap-web-a4c233a05c9b577fe9ac12b4f6994b26b5d3ae50.tar.bz2 trackermap-web-a4c233a05c9b577fe9ac12b4f6994b26b5d3ae50.zip |
Add third party libs
Diffstat (limited to 'modern')
-rw-r--r-- | modern/package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modern/package.json b/modern/package.json index 97ca66f2..6dea9060 100644 --- a/modern/package.json +++ b/modern/package.json @@ -3,8 +3,10 @@ "version": "0.1.0", "private": true, "dependencies": { + "@material-ui/core": "^3.0.1", "react": "^16.4.2", "react-dom": "^16.4.2", + "react-leaflet": "^2.0.1", "react-scripts": "1.1.5" }, "scripts": { @@ -13,4 +15,4 @@ "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" } -}
\ No newline at end of file +} |