mirror of
https://github.com/visgl/react-map-gl.git
synced 2025-12-08 20:16:02 +00:00
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "project-website",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Website for vis.gl project",
|
|
"scripts": {
|
|
"start": "docusaurus start",
|
|
"build": "docusaurus build",
|
|
"clear": "docusaurus clear",
|
|
"serve": "docusaurus serve",
|
|
"write-heading-ids": "ocular-doc-headers ../docs",
|
|
"deploy": "docusaurus deploy"
|
|
},
|
|
"resolution_notes": {
|
|
"cheerio": "@cmfcmf/docusaurus-search-local breaks with v1.0.0 production release"
|
|
},
|
|
"resolutions": {
|
|
"cheerio": "1.0.0-rc.9"
|
|
},
|
|
"dependencies": {
|
|
"@docusaurus/core": "^3.0.0",
|
|
"@mapbox/mapbox-gl-draw": "^1.3.0",
|
|
"@mapbox/mapbox-gl-geocoder": "^4.7.4",
|
|
"@maplibre/maplibre-gl-geocoder": "^1.5.0",
|
|
"@vis.gl/docusaurus-website": "1.0.0-alpha.23",
|
|
"@turf/area": "^6.5.0",
|
|
"@turf/bbox": "^6.5.0",
|
|
"d3-array": "^3.1.1",
|
|
"d3-scale": "^4.0.2",
|
|
"immutable": "^4.0.0",
|
|
"mapbox-gl": "^3.9.0",
|
|
"maplibre-gl": "^5.0.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"browserslist": [
|
|
">0.2% and supports async-functions",
|
|
"not dead"
|
|
],
|
|
"volta": {
|
|
"node": "18.20.5",
|
|
"yarn": "1.22.22"
|
|
}
|
|
}
|