{ "name": "react-map-gl", "description": "React components for Mapbox GL JS-compatible libraries", "version": "6.1.6", "keywords": [ "mapbox", "mapbox-gl", "react", "react-mapbox-gl", "react mapbox" ], "repository": { "type": "git", "url": "https://github.com/visgl/react-map-gl.git" }, "license": "MIT", "types": "src/index.d.ts", "main": "dist/es5/index.js", "module": "dist/esm/index.js", "esnext": "dist/es6/index.js", "browser": { "./src/utils/mapboxgl.js": "./src/utils/mapboxgl.browser.js", "./dist/es5/utils/mapboxgl.js": "./dist/es5/utils/mapboxgl.browser.js", "./dist/esm/utils/mapboxgl.js": "./dist/esm/utils/mapboxgl.browser.js", "./dist/es6/utils/mapboxgl.js": "./dist/es6/utils/mapboxgl.browser.js" }, "files": [ "src", "dist", "README.md" ], "scripts": { "typecheck": "tsc", "start": "(cd examples/controls && yarn && yarn start-local)", "bootstrap": "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true yarn && ocular-bootstrap", "clean": "ocular-clean", "build": "ocular-clean && ocular-build && npm run flowgen", "flowgen": "for i in $(find dist -type f -name \"*.d.ts\"); do sh -c \"flowgen $i -o ${i%.*.*}.js.flow\"; done;", "lint": "ocular-lint", "cover": "ocular-test cover", "publish-prod": "ocular-publish prod", "publish-beta": "ocular-publish beta", "test": "tsc && ocular-test", "test-fast": "tsc && ocular-test node", "metrics": "ocular-metrics", "update-release-branch": "scripts/update-release-branch.sh" }, "dependencies": { "@babel/runtime": "^7.0.0", "@types/geojson": "^7946.0.7", "@types/mapbox-gl": "^2.0.3", "mapbox-gl": "^2.0.1", "mjolnir.js": "^2.5.0", "prop-types": "^15.7.2", "resize-observer-polyfill": "^1.5.1", "viewport-mercator-project": "^6.2.3 || ^7.0.2" }, "devDependencies": { "@babel/plugin-proposal-class-properties": "^7.4.4", "@babel/polyfill": "^7.0.0", "@babel/preset-react": "^7.0.0", "@babel/register": "^7.0.0", "@probe.gl/bench": "^3.2.1", "@probe.gl/test-utils": "^3.2.1", "@types/react": "^16.0.0", "@typescript-eslint/eslint-plugin": "^4.0.0", "babel-eslint": "^10.0.1", "babel-loader": "^8.0.0", "coveralls": "^3.0.0", "eslint-config-uber-jsx": "^3.3.3", "eslint-plugin-import": "^2.16.0", "eslint-plugin-react": "^7.10", "flowgen": "^1.12.1", "immutable": "^3.8.2", "jsdom": "^15.0.0", "ocular-dev-tools": "^0.2.2", "pre-commit": "^1.2.2", "react": "^16.3.0", "react-dom": "^16.3.0", "react-test-renderer": "^16.3.0", "reify": "^0.18.1", "sinon": "4.1.3", "typescript": "^4.0.0" }, "peerDependencies": { "react": ">=16.3.0" }, "pre-commit": [ "test-fast" ], "engines": { "node": ">= 4", "npm": ">= 3" } }