UNPKG

react-leaflet-custom-corners-control

Version:

Creates a control wrapper around a React element with custom corners.

46 lines (45 loc) 1.32 kB
{ "name": "react-leaflet-custom-corners-control", "version": "1.4.2", "description": "Creates a control wrapper around a React element with custom corners.", "main": "lib/Control.js", "author": "chris-m92", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/chris-m92/react-leaflet-custom-control.git" }, "keywords": [ "react", "leaflet", "react-leaflet", "react-leaflet-v3", "react-leaflet-control", "react-leaflet-custom-control" ], "peerDependencies": { "leaflet": "^1.7.1", "react": "^17.0.2 || ^18.0.0", "react-dom": "^17.0.2 || ^18.0.0" }, "devDependencies": { "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.1.1", "@testing-library/user-event": "^14.1.1", "@types/jest": "^27.4.1", "@types/leaflet": "^1.7.9", "@types/node": "^17.0.25", "@types/react": "^18.0.6", "@types/react-dom": "^18.0.2", "react-scripts": "^5.0.1", "typescript": "^5.0.4" }, "bugs": { "url": "https://github.com/chris-m92/react-leaflet-custom-control/issues" }, "homepage": "https://github.com/chris-m92/react-leaflet-custom-control#readme", "type": "module", "dependencies": { "react-leaflet": "^4.2.1" } }