FarmMapsLib/projects/common-map/package.json
Peter Bastiani 4a685d675d
Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit
AW-6046 Open layers 8
2024-04-09 12:36:39 +02:00

21 lines
486 B
JSON

{
"name": "@farmmaps/common-map",
"version": "2.0.0",
"publishConfig": {
"registry": "https://repository.akkerweb.nl/repository/npm-hosted/"
},
"dependencies": {
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/core": "^16.2.12",
"ngrx-store-localstorage": "16.0.0",
"@ngrx/effects": "^16",
"@ngrx/router-store": "^16",
"@ngrx/store": "^16",
"tassign": ">1.0.0",
"ng-openlayers": "file:dist/ng-openlayers",
"ol": "^8.2.0"
}
}