FarmMapsLib/projects/common-map3d/package.json

17 lines
385 B
JSON
Raw Normal View History

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