17 lines
397 B
JSON
Raw Normal View History

2020-10-02 17:20:00 +02:00
{
2020-10-02 17:37:36 +02:00
"name": "@farmmaps/common-map3d",
2021-10-05 16:35:12 +02:00
"version": "2.0.0",
2020-10-02 17:26:18 +02:00
"publishConfig": {
"registry": "https://repository.akkerweb.nl/repository/npm-hosted/"
},
2020-10-02 17:20:00 +02:00
"peerDependencies": {
2022-08-31 11:04:49 +02:00
"@angular/common": ">=14.0.0",
"@angular/core": ">=14.0.0",
2021-10-05 16:35:12 +02:00
"ngx-openlayers": "1.0.0-next.19",
2022-08-31 11:04:49 +02:00
"cesium": ">=1.82.1",
"ol-cesium": ">=2.13.0"
2020-10-02 17:20:00 +02:00
},
"dependencies": {
"tslib": "^2.0.0"
}
}