UNPKG

4.13 kBJSONView Raw
1{
2 "name": "@react-google-maps/api",
3 "version": "1.7.8",
4 "description": "React.js Google Maps API integration",
5 "license": "MIT",
6 "author": {
7 "name": "Alexey Lyakhov",
8 "email": "justfly1984@gmail.com",
9 "url": "https://github.com/JustFly1984"
10 },
11 "contributors": [
12 "Uri Klar <uriklar@gmail.com> (https://github.com/uriklar)",
13 "Ignat Awwit <ignatius.awwit@gmail.com> (https://github.com/awwit)",
14 "Ivan Konev <ivankonev@gmail.com> (https://github.com/ivankonev)",
15 "Daniel K. <klenicak@gmail.com> (https://github.com/fredyc)"
16 ],
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/JustFly1984/react-google-maps-api/tree/master/packages/react-google-maps-api"
20 },
21 "bugs": {
22 "url": "https://github.com/JustFly1984/react-google-maps-api/issues"
23 },
24 "homepage": "https://react-google-maps-api-docs.netlify.com",
25 "publishConfig": {
26 "access": "public"
27 },
28 "main": "dist/index.js",
29 "types": "dist/index.d.ts",
30 "unpkg": "dist/reactgooglemapsapi.umd.production.min.js",
31 "module": "dist/reactgooglemapsapi.esm.js",
32 "files": [
33 "src/",
34 "dist/"
35 ],
36 "keywords": [
37 "React",
38 "Google",
39 "Google Maps",
40 "google maps",
41 "google-maps",
42 "@google-maps",
43 "google-maps-api",
44 "@google-maps-api",
45 "Map",
46 "Maps",
47 "API",
48 "GoogleMap",
49 "react-component",
50 "addons/MarkerClusterer",
51 "directions/DirectionsRenderer",
52 "directions/DirectionsService",
53 "drawing/DrawingManager",
54 "places/SearchBox",
55 "InfoWindow",
56 "KmlLayer",
57 "Marker",
58 "MarkerClusterer",
59 "OverlayView",
60 "Circle",
61 "Polygon",
62 "Polyline",
63 "Rectangle",
64 "StreetViewPanorama",
65 "TrafficLayer",
66 "visualization/HeatmapLayer",
67 "withGoogleMap",
68 "ScriptLoader",
69 "Typescript"
70 ],
71 "scripts": {
72 "prebuild": "rimraf dist",
73 "build": "npx tsdx build --name reactGoogleMapsApi --format=cjs,esm,umd",
74 "clean": "rimraf ./package-lock.json ./yarn.lock ./node_modules/ && yarn",
75 "update": "yarn-check -u",
76 "lint": "npx eslint ./src/**/*.{ts,tsx}",
77 "docs:dev": "npx styleguidist server --config ./styleguide.config.js --verbose",
78 "docs:build": "npx styleguidist build --config ./styleguide.config.js --verbose",
79 "tc": "tsc -p ./tsconfig.json --noEmit --traceResolution",
80 "test": "jest",
81 "pub": "yarn publish .",
82 "pub:next": "yarn publish . --tag next",
83 "prepublishOnly": "yarn build"
84 },
85 "dependencies": {
86 "@react-google-maps/infobox": "1.7.8",
87 "@react-google-maps/marker-clusterer": "1.7.8",
88 "invariant": "2.2.4"
89 },
90 "peerDependencies": {
91 "react": "^16.6.3",
92 "react-dom": "^16.6.3"
93 },
94 "devDependencies": {
95 "@getify/eslint-plugin-proper-arrows": "8.0.1",
96 "@testing-library/react": "9.3.1",
97 "@types/babel-types": "7.0.7",
98 "@types/invariant": "2.2.30",
99 "@types/jest": "24.0.21",
100 "awesome-typescript-loader": "5.2.1",
101 "eslint-config-standard": "14.1.0",
102 "eslint-config-standard-react": "9.2.0",
103 "eslint-import-resolver-typescript": "2.0.0",
104 "eslint-plugin-ascii": "1.0.0",
105 "eslint-plugin-babel": "5.3.0",
106 "eslint-plugin-filenames": "1.3.2",
107 "eslint-plugin-html": "6.0.0",
108 "eslint-plugin-import": "2.18.2",
109 "eslint-plugin-json": "2.0.1",
110 "eslint-plugin-jsx-a11y": "6.2.3",
111 "eslint-plugin-no-inferred-method-name": "2.0.0",
112 "eslint-plugin-node": "10.0.0",
113 "eslint-plugin-optimize-regex": "1.1.7",
114 "eslint-plugin-promise": "4.2.1",
115 "eslint-plugin-react": "7.16.0",
116 "eslint-plugin-react-functional-set-state": "1.2.1",
117 "eslint-plugin-react-hooks": "2.2.0",
118 "eslint-plugin-react-perf": "3.2.1",
119 "eslint-plugin-standard": "4.0.1",
120 "eslint-plugin-you-dont-need-lodash-underscore": "6.8.0",
121 "husky": "3.0.9",
122 "jest": "24.9.0",
123 "jest-cli": "24.9.0",
124 "react": "16.11.0",
125 "react-docgen": "4.1.1",
126 "react-docgen-typescript": "1.15.1",
127 "react-dom": "16.11.0",
128 "react-styleguidist": "9.2.0",
129 "rimraf": "3.0.0",
130 "ts-jest": "24.1.0"
131 },
132 "gitHead": "80167ddcc3d8e356dbf0b0c3a6292c6a3a989f83"
133}