maplibre-react-components
Version:
React components for MapLibre GL JS
35 lines • 790 B
JSON
{
"name": "maplibre-react-components",
"version": "0.2.1",
"description": "React components for MapLibre GL JS",
"keywords": [
"maplibre",
"react"
],
"author": "Hugues Tavernier",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lhapaipai/maplibre-react-components.git"
},
"homepage": "https://maplibre-react-components.pentatrion.com",
"type": "module",
"dependencies": {
"clsx": "^2.1.1"
},
"peerDependencies": {
"maplibre-gl": "^5.0.0",
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
},
"peerDependenciesMeta": {
"maplibre-gl": {
"optional": false
}
},
"volta": {
"node": "20.14.0"
},
"main": "index.js",
"types": "index.d.ts"
}