Files
FarmMapsLib/projects/common-map/package.json
Peter Bastiani b72e309fbe
Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit
npm error ERESOLVE unable to resolve dependency tree
2026-01-20 18:01:58 +01:00

24 lines
527 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": "20.3.16",
"ngrx-store-localstorage": "20.1.0",
"@ngrx/effects": "20.1.0",
"@ngrx/router-store": "20.1.0",
"@ngrx/store": "20.1.0",
"tassign": "^1.0.0"
},
"overrides": {
"ngrx-store-localstorage": {
"@angular/core": "$@angular/core"
}
}
}