mirror of
https://github.com/visgl/react-map-gl.git
synced 2025-12-08 20:16:02 +00:00
91 lines
2.5 KiB
JSON
91 lines
2.5 KiB
JSON
{
|
|
"name": "react-map-gl",
|
|
"description": "A React wrapper for MapboxGL-js and overlay API.",
|
|
"version": "5.0.12",
|
|
"keywords": [
|
|
"mapbox",
|
|
"mapbox-gl",
|
|
"react",
|
|
"react-mapbox-gl",
|
|
"react mapbox"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/uber/react-map-gl.git"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/es5/index.js",
|
|
"module": "dist/esm/index.js",
|
|
"esnext": "dist/es6/index.js",
|
|
"browser": {
|
|
"./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": "flow check",
|
|
"start": "(cd examples/main && yarn && yarn start-local)",
|
|
"bootstrap": "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true yarn && ocular-bootstrap",
|
|
"clean": "ocular-clean",
|
|
"build": "ocular-clean && ocular-build",
|
|
"lint": "ocular-lint",
|
|
"cover": "ocular-test cover",
|
|
"publish-prod": "ocular-publish prod",
|
|
"publish-beta": "ocular-publish beta",
|
|
"test": "flow check && ocular-test",
|
|
"test-fast": "flow check && ocular-test fast",
|
|
"metrics": "ocular-metrics",
|
|
"update-release-branch": "scripts/update-release-branch.sh"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.0.0",
|
|
"mapbox-gl": "^1.0.0",
|
|
"mjolnir.js": "^2.2.0",
|
|
"prop-types": "^15.7.2",
|
|
"react-virtualized-auto-sizer": "^1.0.2",
|
|
"viewport-mercator-project": "^6.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-proposal-class-properties": "^7.4.4",
|
|
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
|
|
"@babel/polyfill": "^7.0.0",
|
|
"@babel/preset-flow": "^7.0.0",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@babel/register": "^7.0.0",
|
|
"@probe.gl/bench": "^3.0.2",
|
|
"@probe.gl/test-utils": "^3.0.2",
|
|
"babel-eslint": "^10.0.1",
|
|
"babel-loader": "^8.0.0",
|
|
"coveralls": "^3.0.0",
|
|
"eslint-config-uber-jsx": "^3.3.3",
|
|
"eslint-plugin-flowtype": "^3.7.0",
|
|
"eslint-plugin-import": "^2.16.0",
|
|
"eslint-plugin-react": "^7.10",
|
|
"flow-bin": "^0.98.1",
|
|
"immutable": "^3.8.2",
|
|
"jsdom": "^15.0.0",
|
|
"ocular-dev-tools": "0.0.26",
|
|
"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"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=16.3.0"
|
|
},
|
|
"pre-commit": [
|
|
"test-fast"
|
|
],
|
|
"engines": {
|
|
"node": ">= 4",
|
|
"npm": ">= 3"
|
|
}
|
|
}
|