2019-07-17 11:51:14 +02:00
|
|
|
{
|
2019-10-28 14:18:25 +01:00
|
|
|
"name": "@farmmaps/common-map",
|
2019-07-17 11:51:14 +02:00
|
|
|
"version": "0.0.1",
|
2019-10-28 14:18:25 +01:00
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://repository.akkerweb.nl/repository/npm-hosted/"
|
|
|
|
},
|
2020-09-25 19:27:53 +02:00
|
|
|
"dependencies": {
|
|
|
|
"tslib": "^2.0.0"
|
|
|
|
},
|
2019-07-17 11:51:14 +02:00
|
|
|
"peerDependencies": {
|
2021-01-27 21:43:46 +01:00
|
|
|
"@angular/core": "^10.2.4",
|
2020-09-25 19:27:53 +02:00
|
|
|
"ngrx-store-localstorage": "^10.0",
|
|
|
|
"@ngrx/effects": "^10.0",
|
|
|
|
"@ngrx/router-store": "^10.0",
|
|
|
|
"@ngrx/store": "^10.0",
|
2019-11-05 17:19:33 +01:00
|
|
|
"tassign": "^1.0.0",
|
2021-01-27 21:43:46 +01:00
|
|
|
"@farmmaps/common": ">=0.0.1-prerelease.508 <0.0.1",
|
2021-01-27 08:11:37 +01:00
|
|
|
"ngx-openlayers": "1.0.0-next.17",
|
2021-01-27 21:43:46 +01:00
|
|
|
"ol": "6.4.3"
|
2019-07-17 11:51:14 +02:00
|
|
|
}
|
2019-10-28 14:18:25 +01:00
|
|
|
}
|