UNPKG

@react-google-maps/api

Version:
162 lines (161 loc) 5.04 kB
{ "name": "@react-google-maps/api", "sideEffects": false, "version": "2.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)", "Kevin Brown <kevin.brown@exogee.com> (https://github.com/thekevinbrown)" ], "repository": { "type": "git", "url": "https://github.com/JustFly1984/react-google-maps-api.git", "directory": "packages/react-google-maps-api" }, "bugs": { "url": "https://github.com/JustFly1984/react-google-maps-api/issues" }, "homepage": "https://react-google-maps-api-docs.netlify.app", "publishConfig": { "access": "public" }, "main": "dist/cjs.js", "types": "dist/index.d.ts", "unpkg": "dist/umd.min.js", "module": "dist/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", "ScriptLoader", "Typescript" ], "scripts": { "prebuild": "rimraf dist", "build": "rollup --config", "clean": "rimraf ./package-lock.json ./yarn.lock ./node_modules/ && yarn", "update": "yarn-check -u", "lint": "npx eslint ./src/**/*.{ts,tsx} --fix", "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" }, "resolutions": { "@types/react": "17.0.43", "@types/react-dom": "17.0.14" }, "dependencies": { "@googlemaps/js-api-loader": "1.13.10", "@googlemaps/markerclusterer": "2.0.2", "@react-google-maps/infobox": "2.8.0", "@react-google-maps/marker-clusterer": "2.9.0", "@types/google.maps": "3.48.3", "invariant": "2.2.4" }, "peerDependencies": { "react": "^16.6.3 || ^17.0.0", "react-dom": "^16.6.3 || ^17.0.0" }, "devDependencies": { "@rollup/plugin-commonjs": "21.0.3", "@rollup/plugin-node-resolve": "13.1.3", "@rollup/plugin-typescript": "8.3.1", "@testing-library/react": "13.0.0", "@types/invariant": "2.2.35", "@types/jest": "27.4.1", "@types/react": "17.0.43", "@types/react-dom": "17.0.14", "@types/supercluster": "^7.1.0", "@typescript-eslint/eslint-plugin": "5.17.0", "@typescript-eslint/parser": "5.17.0", "@typescript/lib-dom": "npm:@types/web", "acorn": "8.7.0", "acorn-jsx": "5.3.2", "awesome-typescript-loader": "5.2.1", "eslint": "8.12.0", "eslint-config-prettier": "^8.5.0", "eslint-config-standard": "17.0.0-0", "eslint-import-resolver-typescript": "2.7.1", "eslint-plugin-ascii": "1.0.0", "eslint-plugin-babel": "5.3.1", "eslint-plugin-compat": "4.0.2", "eslint-plugin-filenames": "1.3.2", "eslint-plugin-html": "6.2.0", "eslint-plugin-import": "2.25.4", "eslint-plugin-jest": "^26.1.3", "eslint-plugin-jest-dom": "^4.0.1", "eslint-plugin-json": "3.1.0", "eslint-plugin-jsx-a11y": "6.5.1", "eslint-plugin-n": "^15.1.0", "eslint-plugin-no-inferred-method-name": "2.0.0", "eslint-plugin-node": "11.1.0", "eslint-plugin-optimize-regex": "1.2.1", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-promise": "6.0.0", "eslint-plugin-react": "7.29.4", "eslint-plugin-react-functional-set-state": "1.2.1", "eslint-plugin-react-hooks": "4.4.0", "eslint-plugin-react-perf": "3.3.1", "eslint-plugin-security-node": "1.1.1", "eslint-plugin-you-dont-need-lodash-underscore": "6.12.0", "jest": "27.5.1", "jest-cli": "27.5.1", "prettier": "^2.6.2", "react": "17.0.2", "react-docgen": "5.4.0", "react-docgen-typescript": "2.2.2", "react-dom": "17.0.2", "react-styleguidist": "11.2.0", "rimraf": "3.0.2", "rollup": "2.70.1", "rollup-plugin-dts": "4.2.0", "rollup-plugin-terser": "7.0.2", "ts-jest": "27.1.4", "typescript": "4.6.3" }, "gitHead": "80167ddcc3d8e356dbf0b0c3a6292c6a3a989f83" }