mirror of
https://github.com/visgl/react-map-gl.git
synced 2025-12-08 20:16:02 +00:00
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "react-map-gl-monorepo",
|
|
"description": "React components for MapLibre GL JS and Mapbox GL JS",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/visgl/react-map-gl.git"
|
|
},
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"workspaces": [
|
|
"modules/*"
|
|
],
|
|
"scripts": {
|
|
"bootstrap": "yarn && ocular-bootstrap && npm run build",
|
|
"build": "ocular-clean && ocular-build",
|
|
"lint": "ocular-lint",
|
|
"publish-beta": "ocular-publish version-only-beta",
|
|
"publish-prod": "ocular-publish version-only-prod",
|
|
"test": "ocular-test",
|
|
"test-fast": "ocular-build && ocular-test node",
|
|
"metrics": "ocular-metrics",
|
|
"update-release-branch": "scripts/update-release-branch.sh"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.0.0",
|
|
"@types/react": "^16.0.0",
|
|
"@vis.gl/dev-tools": "1.0.0-alpha.21",
|
|
"@vis.gl/ts-plugins": "1.0.0-alpha.21",
|
|
"mapbox-gl-v1": "npm:mapbox-gl@1.13.0",
|
|
"mapbox-gl-v3": "npm:mapbox-gl@3.9.0",
|
|
"pre-commit": "^1.2.2",
|
|
"puppeteer": "^22.4.0",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"pre-commit": [
|
|
"test-fast"
|
|
],
|
|
"volta": {
|
|
"node": "18.20.5",
|
|
"yarn": "1.22.22"
|
|
}
|
|
}
|