gatsby-theme-location-mapper
Version:
Gatsby Theme for showing physical locations on a map. e.g. Store Locator
40 lines (39 loc) • 1.01 kB
JSON
{
"name": "gatsby-theme-location-mapper",
"description": "Gatsby Theme for showing physical locations on a map. e.g. Store Locator",
"version": "1.0.0",
"author": "Tim Hannes",
"repository": "https://github.com/thannes30/gatsby-theme-location-mapper",
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-theme",
"store-locator",
"leaflet",
"react"
],
"main": "index.js",
"license": "MIT",
"peerDependencies": {
"gatsby": "^2.13.9",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"dependencies": {
"@emotion/core": "^10.0.14",
"@emotion/styled": "^10.0.14",
"@mdx-js/mdx": "^1.0.21",
"@mdx-js/react": "^1.0.27",
"gatsby-plugin-mdx": "^1.0.7",
"gatsby-plugin-react-leaflet": "^2.0.11",
"gatsby-plugin-theme-ui": "^0.2.18",
"gatsby-source-filesystem": "^2.1.2",
"leaflet": "^1.5.1",
"mkdirp": "^0.5.1",
"react-leaflet": "^2.4.0",
"theme-ui": "^0.2.20"
},
"devDependencies": {
"gh-pages": "^2.0.1"
}
}