UNPKG

@react-google-maps/api

Version:
116 lines (115 loc) 3.37 kB
{ "name": "@react-google-maps/api", "sideEffects": false, "version": "2.12.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" }, "dependencies": { "@googlemaps/js-api-loader": "1.14.3", "@googlemaps/markerclusterer": "2.0.8", "@react-google-maps/infobox": "2.11.8", "@react-google-maps/marker-clusterer": "2.11.8", "@types/google.maps": "3.49.2", "invariant": "2.2.4" }, "peerDependencies": { "react": "^16.8 || ^17 || ^18", "react-dom": "^16.8 || ^17 || ^18" }, "devDependencies": { "@rollup/plugin-commonjs": "22.0.1", "@rollup/plugin-node-resolve": "13.3.0", "@rollup/plugin-typescript": "8.3.3", "@testing-library/react": "13.3.0", "jest": "28.1.3", "jest-cli": "28.1.3", "react-docgen": "5.4.3", "react-docgen-typescript": "2.2.2", "react-styleguidist": "11.2.0", "rimraf": "3.0.2", "rollup": "2.77.0", "rollup-plugin-dts": "4.2.2", "rollup-plugin-terser": "7.0.2" }, "gitHead": "80167ddcc3d8e356dbf0b0c3a6292c6a3a989f83" }