@jetblack/map-cluster-marker
Version:
A cluster marker for @jetblack/map
62 lines (61 loc) • 1.75 kB
JSON
{
"name": "@jetblack/map-cluster-marker",
"version": "2.2.0",
"description": "A cluster marker for @jetblack/map",
"repository": "https://github.com/rob-blackbourn/jetblack-map-cluster-marker",
"homepage": "https://rob-blackbourn.github.io/jetblack-map-cluster-marker/",
"keywords": [
"map",
"react",
"cluster",
"marker"
],
"author": "Rob Blackbourn <rob.blackbourn@gmail.com>",
"license": "Apache-2.0",
"main": "dist/index.js",
"module": "dist/index.ems.js",
"scripts": {
"start": "concurrently --group npm:dev npm:demo",
"demo": "rollup --config rollup.demo.config.js --watch",
"build": "rimraf dist && rollup --config",
"dev": "rollup --config --watch",
"test": "jest"
},
"dependencies": {
"@jetblack/cluster-manager": "2.0.0",
"@jetblack/map": "^2.0.1"
},
"peerDependencies": {
"react": "^18.1.0",
"react-dom": "^18.1.0"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@types/geojson": "^7946.0.10",
"@types/jest": "^27.5.2",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
"babel-loader": "^8.2.5",
"concurrently": "^7.3.0",
"jest": "^28.1.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-router-dom": "^6.3.0",
"rimraf": "^3.0.2",
"rollup": "^2.45.1",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.33.0",
"ts-jest": "^28.0.3",
"tslib": "^2.4.0",
"typescript": "^4.7.2"
},
"files": [
"dist"
]
}