项目文件夹

文件
wehub-resource-sync 7df9ebf22c
Sync labels / sync (push) Failing after 1m9s
Publish Container Image / Build and publish container image (push) Has been cancelled
Deploy Website / Deploy to GitHub Pages (push) Has been cancelled
Deploy Website / Build website and demo (push) Has been cancelled
Deploy viewer / Deploy viewer proxy to Cloudflare Workers (push) Has been cancelled
Deploy tiles / Deploy planetary tile proxy to Cloudflare Workers (push) Has been cancelled
Deploy collab / Deploy collaboration relay to Cloudflare Workers (push) Has been cancelled
CI / Dependency audit (push) Has been cancelled
CI / E2E smoke (Playwright) (push) Has been cancelled
CI / Validate CITATION.cff (push) Has been cancelled
CI / Build and test (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:33:00 +08:00

36 行
824 B
JSON

{
"name": "@geolibre/map",
"version": "2.0.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts"
},
"dependencies": {
"@geolibre/core": "*",
"@maplibre/geojson-vt": "^6.1.1",
"@maplibre/vt-pbf": "^4.3.2",
"@turf/bbox": "^7.3.5",
"@turf/helpers": "^7.3.5",
"cesium": "^1.143.0",
"fast-xml-parser": "^5.9.3",
"maplibre-gl": "^5.24.0",
"maplibre-gl-layer-control": "^0.17.4",
"pmtiles": "^4.4.1",
"react": "^19.2.7",
"react-dom": "^19.2.7"
},
"devDependencies": {
"@types/geojson": "^7946.0.16",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"typescript": "^6.0.3"
},
"peerDependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
}