@slorber/react-google-maps
Version:
React.js Google Maps API integration
139 lines (138 loc) • 4.28 kB
JSON
{
"name": "@slorber/react-google-maps",
"version": "1.4.2",
"description": "React.js Google Maps API integration",
"license": "MIT",
"author": {
"name": "Alexey Lyakhov",
"email": "justfly1984@gmail.com",
"url": "https://github.com/JustFly1984"
},
"contributors": [
"Uri Klar <uriklar@gmail.com> (https://github.com/uriklar)",
"Ignat Awwit <ignatius.awwit@gmail.com> (https://github.com/awwit)",
"Ivan Konev <ivankonev@gmail.com> (https://github.com/ivankonev)",
"Daniel K. <klenicak@gmail.com> (https://github.com/fredyc)"
],
"repository": {
"type": "git",
"url": "https://github.com/JustFly1984/react-google-maps-api/tree/master/packages/react-google-maps-api"
},
"bugs": {
"url": "https://github.com/JustFly1984/react-google-maps-api/issues"
},
"homepage": "https://react-google-maps-api-docs.netlify.com",
"publishConfig": {
"access": "public"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"unpkg": "dist/reactgooglemapsapi.umd.production.js",
"module": "dist/reactgooglemapsapi.es.production.js",
"files": [
"src/",
"dist/"
],
"keywords": [
"React",
"Google",
"Google Maps",
"google maps",
"google-maps",
"@google-maps",
"google-maps-api",
"@google-maps-api",
"Map",
"Maps",
"API",
"GoogleMap",
"react-component",
"addons/MarkerClusterer",
"directions/DirectionsRenderer",
"directions/DirectionsService",
"drawing/DrawingManager",
"places/SearchBox",
"InfoWindow",
"KmlLayer",
"Marker",
"MarkerClusterer",
"OverlayView",
"Circle",
"Polygon",
"Polyline",
"Rectangle",
"StreetViewPanorama",
"TrafficLayer",
"visualization/HeatmapLayer",
"withGoogleMap",
"ScriptLoader",
"Typescript"
],
"scripts": {
"build": "npx tsdx build --name reactGoogleMapsApi",
"clean": "rimraf ./package-lock.json ./yarn.lock ./node_modules/ && yarn",
"update": "yarn-check -u",
"lint": "npx eslint ./src/**/*.{ts,tsx}",
"pub": "yarn publish .",
"pub:next": "yarn publish . --tag next",
"docs:dev": "npx styleguidist server --config ./styleguide.config.js --verbose",
"docs:build": "npx styleguidist build --config ./styleguide.config.js --verbose",
"tc": "tsc -p ./tsconfig.json --noEmit --traceResolution",
"test": "jest"
},
"dependencies": {
"@react-google-maps/marker-clusterer": "1.4.1",
"invariant": "2.2.4"
},
"peerDependencies": {
"react": "^16.6.3",
"react-dom": "^16.6.3"
},
"devDependencies": {
"@getify/eslint-plugin-proper-arrows": "8.0.1",
"@testing-library/react": "8.0.5",
"@types/babel-types": "7.0.7",
"@types/googlemaps": "3.37.0",
"@types/invariant": "2.2.30",
"@types/jest": "24.0.15",
"@types/react-dom": "16.8.4",
"@typescript-eslint/eslint-plugin": "1.12.0",
"@typescript-eslint/parser": "1.12.0",
"acorn": "6.2.0",
"awesome-typescript-loader": "5.2.1",
"eslint": "5.16.0",
"eslint-config-standard": "12.0.0",
"eslint-config-standard-react": "7.0.2",
"eslint-import-resolver-typescript": "1.1.1",
"eslint-plugin-ascii": "1.0.0",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-dependencies": "2.4.0",
"eslint-plugin-filenames": "1.3.2",
"eslint-plugin-html": "6.0.0",
"eslint-plugin-import": "2.18.0",
"eslint-plugin-json": "1.4.0",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-no-inferred-method-name": "1.0.2",
"eslint-plugin-node": "9.1.0",
"eslint-plugin-optimize-regex": "1.1.6",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react": "7.14.2",
"eslint-plugin-react-functional-set-state": "1.2.1",
"eslint-plugin-react-hooks": "1.6.1",
"eslint-plugin-react-perf": "3.2.0",
"eslint-plugin-standard": "4.0.0",
"eslint-plugin-you-dont-need-lodash-underscore": "6.5.0",
"husky": "2.4.0",
"jest": "24.8.0",
"jest-cli": "24.8.0",
"react": "16.8.6",
"react-docgen-typescript": "1.12.5",
"react-dom": "16.8.6",
"react-styleguidist": "9.1.11",
"rimraf": "2.6.3",
"ts-jest": "24.0.2",
"typescript": "3.5.3",
"webpack": "4.35.3"
},
"gitHead": "80167ddcc3d8e356dbf0b0c3a6292c6a3a989f83"
}