@react-google-maps/marker-clusterer
Version:
Marker Clusterer for React.js Google Maps API
82 lines (81 loc) • 2.67 kB
JSON
{
"name": "@react-google-maps/marker-clusterer",
"version": "1.6.0",
"description": "Marker Clusterer for React.js Google Maps API",
"license": "MIT",
"author": {
"name": "Alexey Lyakhov",
"email": "justfly1984@gmail.com",
"url": "https://github.com/JustFly1984"
},
"repository": {
"type": "git",
"url": "https://github.com/JustFly1984/react-google-maps-api/tree/master/packages/react-google-maps-api-marker-clusterer"
},
"bugs": {
"url": "https://github.com/JustFly1984/react-google-maps-api/issues"
},
"homepage": "https://react-google-maps-api-docs.netlify.com",
"publishConfig": {
"access": "public"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"unpkg": "dist/markerclusterer.umd.production.min.js",
"module": "dist/markerclusterer.esm.js",
"files": [
"src/",
"dist/"
],
"keywords": [
"React",
"Google",
"Map",
"API",
"addons/MarkerClusterer",
"Marker"
],
"scripts": {
"prebuild": "rimraf dist",
"build": "npx tsdx build --name markerClusterer --format=cjs,esm,umd",
"clean": "rimraf ./package-lock.json ./yarn.lock ./node_modules/ && yarn",
"update": "yarn-check -u",
"lint": "npx eslint ./src/**/*.{ts,tsx}",
"pub": "yarn publish .",
"tc": "tsc -p ./tsconfig.json --noEmit --traceResolution",
"prepublishOnly": "yarn build"
},
"dependencies": {},
"devDependencies": {
"@getify/eslint-plugin-proper-arrows": "8.0.1",
"@types/babel-types": "7.0.7",
"@typescript-eslint/eslint-plugin": "1.13.0",
"@typescript-eslint/parser": "1.13.0",
"acorn": "6.2.1",
"awesome-typescript-loader": "5.2.1",
"eslint-config-standard": "13.0.1",
"eslint-config-standard-react": "8.0.0",
"eslint-import-resolver-typescript": "1.1.1",
"eslint-plugin-ascii": "1.0.0",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-dependencies": "2.4.0",
"eslint-plugin-filenames": "1.3.2",
"eslint-plugin-html": "6.0.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-json": "1.4.0",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-no-inferred-method-name": "1.0.2",
"eslint-plugin-node": "9.1.0",
"eslint-plugin-optimize-regex": "1.1.6",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react": "7.14.3",
"eslint-plugin-react-functional-set-state": "1.2.1",
"eslint-plugin-react-hooks": "1.7.0",
"eslint-plugin-react-perf": "3.2.1",
"eslint-plugin-standard": "4.0.1",
"eslint-plugin-you-dont-need-lodash-underscore": "6.6.0",
"rimraf": "2.6.3",
"webpack": "4.39.2"
},
"gitHead": "80167ddcc3d8e356dbf0b0c3a6292c6a3a989f83"
}