UNPKG

4.42 kBJSONView Raw
1{
2 "name": "@react-google-maps/api",
3 "sideEffects": false,
4 "version": "1.8.4",
5 "description": "React.js Google Maps API integration",
6 "license": "MIT",
7 "author": {
8 "name": "Alexey Lyakhov",
9 "email": "justfly1984@gmail.com",
10 "url": "https://github.com/JustFly1984"
11 },
12 "contributors": [
13 "Uri Klar <uriklar@gmail.com> (https://github.com/uriklar)",
14 "Ignat Awwit <ignatius.awwit@gmail.com> (https://github.com/awwit)",
15 "Ivan Konev <ivankonev@gmail.com> (https://github.com/ivankonev)",
16 "Daniel K. <klenicak@gmail.com> (https://github.com/fredyc)"
17 ],
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/JustFly1984/react-google-maps-api/tree/master/packages/react-google-maps-api"
21 },
22 "bugs": {
23 "url": "https://github.com/JustFly1984/react-google-maps-api/issues"
24 },
25 "homepage": "https://react-google-maps-api-docs.netlify.com",
26 "publishConfig": {
27 "access": "public"
28 },
29 "main": "dist/index.js",
30 "types": "dist/index.d.ts",
31 "unpkg": "dist/reactgooglemapsapi.umd.production.min.js",
32 "module": "dist/reactgooglemapsapi.esm.js",
33 "files": [
34 "src/",
35 "dist/"
36 ],
37 "keywords": [
38 "React",
39 "Google",
40 "Google Maps",
41 "google maps",
42 "google-maps",
43 "@google-maps",
44 "google-maps-api",
45 "@google-maps-api",
46 "Map",
47 "Maps",
48 "API",
49 "GoogleMap",
50 "react-component",
51 "addons/MarkerClusterer",
52 "directions/DirectionsRenderer",
53 "directions/DirectionsService",
54 "drawing/DrawingManager",
55 "places/SearchBox",
56 "InfoWindow",
57 "KmlLayer",
58 "Marker",
59 "MarkerClusterer",
60 "OverlayView",
61 "Circle",
62 "Polygon",
63 "Polyline",
64 "Rectangle",
65 "StreetViewPanorama",
66 "TrafficLayer",
67 "visualization/HeatmapLayer",
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} --fix",
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.8.4",
87 "@react-google-maps/marker-clusterer": "1.8.4",
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.5.0",
97 "@types/babel-types": "7.0.7",
98 "@types/googlemaps": "3.39.3",
99 "@types/invariant": "2.2.31",
100 "@types/jest": "25.1.3",
101 "@types/react-dom": "16.9.5",
102 "@typescript-eslint/eslint-plugin": "2.22.0",
103 "@typescript-eslint/parser": "2.22.0",
104 "awesome-typescript-loader": "5.2.1",
105 "eslint": "6.8.0",
106 "eslint-config-standard": "14.1.0",
107 "eslint-config-standard-react": "9.2.0",
108 "eslint-import-resolver-typescript": "2.0.0",
109 "eslint-plugin-ascii": "1.0.0",
110 "eslint-plugin-babel": "5.3.0",
111 "eslint-plugin-filenames": "1.3.2",
112 "eslint-plugin-html": "6.0.0",
113 "eslint-plugin-import": "2.20.1",
114 "eslint-plugin-json": "2.1.0",
115 "eslint-plugin-jsx-a11y": "6.2.3",
116 "eslint-plugin-no-inferred-method-name": "2.0.0",
117 "eslint-plugin-node": "11.0.0",
118 "eslint-plugin-optimize-regex": "1.1.7",
119 "eslint-plugin-promise": "4.2.1",
120 "eslint-plugin-react": "7.18.3",
121 "eslint-plugin-react-functional-set-state": "1.2.1",
122 "eslint-plugin-react-hooks": "2.5.0",
123 "eslint-plugin-react-perf": "3.2.3",
124 "eslint-plugin-security-node": "1.0.12",
125 "eslint-plugin-standard": "4.0.1",
126 "eslint-plugin-you-dont-need-lodash-underscore": "6.10.0",
127 "jest": "25.1.0",
128 "jest-cli": "25.1.0",
129 "react": "16.13.0",
130 "react-docgen": "5.3.0",
131 "react-docgen-typescript": "1.16.2",
132 "react-dom": "16.13.0",
133 "react-styleguidist": "10.6.2",
134 "rimraf": "3.0.2",
135 "ts-jest": "25.2.1",
136 "tsdx": "0.12.3",
137 "typescript": "3.7.5",
138 "webpack": "4.42.0"
139 },
140 "gitHead": "80167ddcc3d8e356dbf0b0c3a6292c6a3a989f83"
141}