UNPKG

next-leaflet-cluster

Version:

next-leaflet-cluster is a plugin for react-leaflet with nextjs. A wrapper component of Leaflet.markercluster.

72 lines (71 loc) 2.12 kB
{ "name": "next-leaflet-cluster", "version": "1.0.0", "description": "next-leaflet-cluster is a plugin for react-leaflet with nextjs. A wrapper component of Leaflet.markercluster.", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "css", "es", "lib", "umd" ], "scripts": { "build": "tsc && npm run minify && npm run copy:assets", "minify": "uglifyjs --compress --mangle --output lib/index.min.js -- lib/index.js", "format": "prettier --write \"src/**/*.tsx\"", "lint": "tslint -p tsconfig.json", "prepublishOnly": "npm test && npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags", "copy:assets": "cpx 'src/assets/**' 'lib/assets'" }, "dependencies": { "leaflet.markercluster": "^1.5.3" }, "peerDependencies": { "leaflet": "^1.8.0", "react": "^18.0.0", "react-dom": "^18.0.0", "react-leaflet": "^4.0.0" }, "devDependencies": { "@types/leaflet": "^1.7.11", "@types/leaflet.markercluster": "^1.5.0", "@types/node": "^14.18.21", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/parser": "^4.33.0", "cpx": "^1.5.0", "eslint": "^7.32.0", "eslint-loader": "^4.0.2", "eslint-plugin-prettier": "^3.4.1", "eslint-plugin-react": "^7.30.0", "eslint-plugin-react-hooks": "^4.5.0", "leaflet": "^1.8.0", "prettier": "^2.6.2", "react": "^18.0.0", "react-dom": "^18.0.0", "react-leaflet": "^4.0.0", "ts-loader": "^8.4.0", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.7.3", "uglify-js": "^3.16.0" }, "author": "fachryansyah", "homepage": "https://akursat.gitbook.io/marker-cluster/", "license": "SEE LICENSE IN <LICENSE>", "repository": "https://github.com/fachryansyah/next-leaflet-cluster", "keywords": [ "react", "leaflet", "marker-cluster", "cluster", "map", "react-leaflet-v4", "nextjs" ] }