UNPKG

google-maps-api-react-map

Version:

React.js Google Maps API integration

70 lines (69 loc) 1.62 kB
{ "name": "google-maps-api-react-map", "version": "1.1.3", "description": "React.js Google Maps API integration", "main": "./dist", "module": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "npx webpack" }, "keywords": [ "React", "Google", "Google Maps", "google maps", "google-maps", "google-maps-api-react-map", "@google-maps", "google-maps-api", "@google-maps-api", "Map", "Maps", "API", "GoogleMap", "react-component", "react-google maps", "react-google-maps-api", "react google maps api", "directions/DirectionsRenderer", "directions/DirectionsService", "gogle places", "InfoWindow", "KmlLayer", "Marker", "MarkerClusterer", "OverlayView", "Circle", "Polygon", "Polyline", "Rectangle", "StreetViewPanorama", "TrafficLayer", "visualization/HeatmapLayer", "ScriptLoader", "Typescript" ], "author": "", "license": "MIT", "devDependencies": { "@types/react": "^18", "@types/react-dom": "^18", "css-loader": "^6.10.0", "eslint": "^8", "eslint-config-next": "14.0.4", "google-maps-api-react-provider": "^1.0.1", "react": "^18.2.0", "react-dom": "^18.2.0", "ts-loader": "^9.5.1", "typescript": "^5.3.3", "webpack": "^5.90.1", "webpack-cli": "^5.1.4" }, "peerDependencies": { "react": ">=16.8", "react-dom": ">=16.8" }, "dependencies": {} }