FarmMapsLib/projects/common-map3d/package.json
Peter Bastiani 72ba8eca81
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
AW-6556 The Angular Material version (18.2.4) does not match the Angular CDK version (18.2.3).
2024-12-03 13:00:12 +01:00

16 lines
352 B
JSON

{
"name": "@farmmaps/common-map3d",
"version": "2.0.0",
"publishConfig": {
"registry": "https://repository.akkerweb.nl/repository/npm-hosted/"
},
"dependencies": {
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": "18.2.3",
"@angular/core": "18.2.3",
"cesium": "^1.97.0",
"ol-cesium": ">=2.13.0"
}
}