UNPKG

@christopherpickering/react-leaflet-markercluster

Version:
103 lines (102 loc) 3.6 kB
{ "name": "@christopherpickering/react-leaflet-markercluster", "version": "1.1.0", "description": "React wrapper of Leaflet.markercluster for react-laeflet", "main": "dist/index.js", "repository": "https://github.com/christopherpickering/react-leaflet-markercluster.git", "keywords": [ "react", "leaflet", "react-leaflet", "markercluster", "marker", "cluster" ], "author": "Christopher Pickering (https://going.bg), Yevhen Uzhva <yevhen.uzhva@gmail.com>, Eric Chang<eric61213@gmail.com>", "license": "MIT", "scripts": { "lint": "eslint ./", "format": "prettier --config .prettierrc \"**/*.{ts,css,less,scss,js,json,md,yaml,html}\" --write", "build:code": "babel src -d dist && terser ./dist/react-leaflet-markercluster.js -o dist/index.js && rm ./dist/react-leaflet-markercluster.js", "build:styles": "sass src/styles.scss dist/styles.min.css --style compressed --no-source-map", "build:source": "yarn build:code && yarn build:styles", "storybook": "start-storybook -p 6006", "pre-commit": "lint-staged", "commit": "git add . && npm run pre-commit && git add . && cz --no-verify", "build-storybook": "build-storybook" }, "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.9.0", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", "@babel/preset-env": "^7.9.0", "@semantic-release/changelog": "6.0.1", "@semantic-release/commit-analyzer": "9.0.2", "@semantic-release/git": "10.0.1", "@semantic-release/github": "8.0.6", "@semantic-release/npm": "9.0.1", "@storybook/addon-actions": "^6.5.13", "@storybook/addon-docs": "^6.5.13", "@storybook/addon-essentials": "^6.5.13", "@storybook/addon-interactions": "^6.5.13", "@storybook/addon-links": "^6.5.13", "@storybook/addon-postcss": "^2.0.0", "@storybook/builder-webpack5": "^6.5.13", "@storybook/cli": "^6.5.13", "@storybook/manager-webpack5": "^6.5.13", "@storybook/mdx2-csf": "^0.0.3", "@storybook/node-logger": "^6.5.13", "@storybook/preset-scss": "^1.0.3", "@storybook/react": "^6.5.13", "@storybook/react-webpack5": "^7.0.0-alpha.0", "@storybook/testing-library": "^0.0.13", "autoprefixer": "^10.4.13", "babel-loader": "^9.0.0", "css-loader": "^6.0.0", "cz-conventional-changelog": "3.3.0", "eslint": "^8.28.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsx-a11y": "^6.6.1", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.31.11", "eslint-plugin-storybook": "^0.6.7", "html-webpack-plugin": "^5.5.0", "lint-staged": "^13.0.4", "postcss": "^8.4.19", "postcss-loader": "^7.0.1", "prettier": "^2.8.0", "react": "^18.2.0", "react-dom": "^18.2.0", "sass": "^1.56.1", "sass-loader": "^13.2.0", "semantic-release": "19.0.5", "storybook": "^6.5.13", "style-loader": "^3.3.1", "terser": "^5.0.0", "webpack": "^5.75.0" }, "dependencies": { "@react-leaflet/core": "^2.1.0", "leaflet": "^1.9.3", "leaflet.markercluster": "^1.5.3", "postcss-flexbugs-fixes": "^5.0.2", "react-leaflet": "^4.0.0" }, "peerDependencies": { "leaflet": "^1.9.3", "leaflet.markercluster": "^1.5.3", "react-leaflet": "^4.0.0" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "lint-staged": { "**/*.{ts,css,less,scss,js,json,md,yaml,html}": [ "yarn format" ] } }