FarmMapsLib/projects/common-map/package.json
Willem Dantuma a86ab9f3c7
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
remove peer dep
2023-01-25 10:24:08 +01:00

21 lines
496 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": ">=14.0.0",
"ngrx-store-localstorage": ">=14.0.0",
"@ngrx/effects": ">=14.0.0",
"@ngrx/router-store":">=14.0.0",
"@ngrx/store":">=14.0.0",
"tassign": ">=1.0.0",
"ngx-openlayers": ">=1.0.0-next.19",
"ol": ">=6.8.1"
}
}