{ "name": "react-map-gl-website", "scripts": { "start": "yarn clean && yarn develop", "build": "yarn clean-examples && yarn clean && gatsby build --prefix-paths", "clean": "rm -rf ./.cache ./public", "clean-examples": "find ../examples -name node_modules -exec rm -rf {} \\; || true", "develop": "yarn clean-examples && gatsby develop", "serve": "gatsby serve", "deploy": "NODE_DEBUG=gh-pages gh-pages -d public" }, "dependencies": { "@mapbox/mapbox-gl-draw": "^1.3.0", "@mapbox/mapbox-gl-geocoder": "^4.7.4", "@turf/area": "^6.0.1", "@turf/bbox": "^6.0.1", "d3-array": "^1.0.5", "d3-scale": "^1.0.6", "immutable": "^3.7.5", "react": "^16.8.6", "react-dom": "^16.8.6", "styled-components": "^4.3.2" }, "devDependencies": { "gatsby": "^2.20.24", "gatsby-plugin-env-variables": "^1.0.1", "gatsby-plugin-no-sourcemaps": "^2.1.1", "gatsby-theme-ocular": "^1.2.3", "gh-pages": "^2.1.0" } }