Add third party libs

This commit is contained in:
Anton Tananaev 2018-09-03 21:21:25 +12:00
parent 7e285b270e
commit a4c233a05c

View File

@ -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"
}
}
}