UNPKG

@react-google-maps/api

Version:
133 lines (132 loc) 4.1 kB
{ "name": "@react-google-maps/api", "sideEffects": false, "version": "1.8.1", "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.min.js", "module": "dist/reactgooglemapsapi.esm.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": { "prebuild": "rimraf dist", "build": "npx tsdx build --name reactGoogleMapsApi --format=cjs,esm,umd", "clean": "rimraf ./package-lock.json ./yarn.lock ./node_modules/ && yarn", "update": "yarn-check -u", "lint": "npx eslint ./src/**/*.{ts,tsx}", "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", "pub": "yarn publish .", "pub:next": "yarn publish . --tag next", "prepublishOnly": "yarn build" }, "dependencies": { "@react-google-maps/infobox": "1.8.1", "@react-google-maps/marker-clusterer": "1.8.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": "9.4.0", "@types/babel-types": "7.0.7", "@types/invariant": "2.2.30", "@types/jest": "24.0.24", "awesome-typescript-loader": "5.2.1", "eslint-config-standard": "14.1.0", "eslint-config-standard-react": "9.2.0", "eslint-import-resolver-typescript": "2.0.0", "eslint-plugin-ascii": "1.0.0", "eslint-plugin-babel": "5.3.0", "eslint-plugin-filenames": "1.3.2", "eslint-plugin-html": "6.0.0", "eslint-plugin-import": "2.19.1", "eslint-plugin-json": "2.0.1", "eslint-plugin-jsx-a11y": "6.2.3", "eslint-plugin-no-inferred-method-name": "2.0.0", "eslint-plugin-node": "10.0.0", "eslint-plugin-optimize-regex": "1.1.7", "eslint-plugin-promise": "4.2.1", "eslint-plugin-react": "7.17.0", "eslint-plugin-react-functional-set-state": "1.2.1", "eslint-plugin-react-hooks": "2.3.0", "eslint-plugin-react-perf": "3.2.3", "eslint-plugin-standard": "4.0.1", "eslint-plugin-you-dont-need-lodash-underscore": "6.8.0", "jest": "24.9.0", "jest-cli": "24.9.0", "react": "16.12.0", "react-docgen": "5.0.0", "react-docgen-typescript": "1.16.1", "react-styleguidist": "10.3.2", "rimraf": "3.0.0", "ts-jest": "24.2.0" }, "gitHead": "80167ddcc3d8e356dbf0b0c3a6292c6a3a989f83" }