FarmMapsLib/projects/common-map/package.json

22 lines
498 B
JSON
Raw Normal View History

{
2019-10-28 13:18:25 +00:00
"name": "@farmmaps/common-map",
2021-10-05 14:35:12 +00:00
"version": "2.0.0",
2019-10-28 13:18:25 +00:00
"publishConfig": {
"registry": "https://repository.akkerweb.nl/repository/npm-hosted/"
},
2020-09-25 17:27:53 +00:00
"dependencies": {
"tslib": "^2.0.0"
},
"peerDependencies": {
2022-08-19 19:17:13 +00:00
"@angular/core": "~14",
"ngrx-store-localstorage": "^14",
"@ngrx/effects": "^14",
"@ngrx/router-store":"^14",
"@ngrx/store":"^14",
2019-11-05 16:19:33 +00:00
"tassign": "^1.0.0",
2021-10-05 14:35:12 +00:00
"@farmmaps/common": "~2.0",
"ngx-openlayers": "1.0.0-next.19",
"ol": "6.8.1"
}
2019-10-28 13:18:25 +00:00
}