Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,242 changes: 13 additions & 2,229 deletions README.md

Large diffs are not rendered by default.

193 changes: 164 additions & 29 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"bootstrap": "^4.1.3",
"google-map-react": "^0.25.0",
"google-maps-react": "^1.1.2",
"markerwithlabel": "^2.0.1",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-instagram-embed": "^1.3.2",
"react-router-dom": "^4.2.2",
"react-scripts": "^1.1.5"
"react-scripts": "^1.1.5",
"reactstrap": "^6.5.0"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Loading