mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-18 15:54:22 +00:00
108 lines
3.1 KiB
JSON
108 lines
3.1 KiB
JSON
{
|
|
"name": "react-map-gl",
|
|
"description": "A React wrapper for MapboxGL-js and overlay API.",
|
|
"version": "4.0.0-beta.7",
|
|
"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": "yarn && ocular-bootstrap",
|
|
"clean": "ocular-clean",
|
|
"build": "ocular-clean && ocular-build",
|
|
"version": "ocular-build core,main",
|
|
"lint": "ocular-lint",
|
|
"cover": "ocular-test cover",
|
|
"publish": "ocular-publish",
|
|
"test": "ocular-test",
|
|
"test-fast": "ocular-test fast",
|
|
"test-browser": "ocular-test browser",
|
|
"test-dist": "ocular-test dist",
|
|
"metrics": "ocular-metrics",
|
|
"lint-yarn": "!(grep -q unpm.u yarn.lock) || (echo 'Please rebuild yarn file using public npmrc' && false)"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.0.0",
|
|
"mapbox-gl": "^1.0.0",
|
|
"mjolnir.js": "^2.1.0",
|
|
"prop-types": "^15.7.2",
|
|
"react-virtualized-auto-sizer": "^1.0.2",
|
|
"viewport-mercator-project": "^6.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.4.4",
|
|
"@babel/core": "^7.4.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.4.4",
|
|
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
|
|
"@babel/polyfill": "^7.0.0",
|
|
"@babel/preset-env": "^7.4.4",
|
|
"@babel/preset-flow": "^7.0.0",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@babel/register": "^7.0.0",
|
|
"@probe.gl/bench": "^3.0.1",
|
|
"@probe.gl/test-utils": "^3.0.1",
|
|
"babel-eslint": "^10.0.1",
|
|
"babel-loader": "^8.0.0",
|
|
"babel-plugin-inline-webgl-constants": "^1.0.0",
|
|
"babel-preset-minify": "^0.5.0",
|
|
"coveralls": "^3.0.0",
|
|
"eslint-config-prettier": "^4.1.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",
|
|
"html-webpack-plugin": "^3.1.0",
|
|
"immutable": "^3.8.2",
|
|
"jsdom": "^15.0.0",
|
|
"module-alias": "^2.2.0",
|
|
"ocular-dev-tools": "0.0.21",
|
|
"pre-commit": "^1.2.2",
|
|
"probe.gl": "^3.0.1",
|
|
"puppeteer": "^1.2.0",
|
|
"react": "^16.3.0",
|
|
"react-dom": "^16.3.0",
|
|
"react-test-renderer": "^16.3.0",
|
|
"reify": "^0.18.1",
|
|
"sinon": "4.1.3",
|
|
"tap-browser-color": "^0.1.2",
|
|
"tape": "^4.5.1",
|
|
"tape-catch": "^1.0.4",
|
|
"webpack": "^4.3.0",
|
|
"webpack-bundle-analyzer": "^3.3.2",
|
|
"webpack-cli": "^3.3.2",
|
|
"webpack-dev-server": "^3.3.1",
|
|
"webworkify-webpack-dropin": "^1.1.9"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=16.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4",
|
|
"npm": ">= 3"
|
|
}
|
|
}
|