FarmMapsLib/projects/common/package.json

26 lines
712 B
JSON
Raw Normal View History

2019-11-25 13:43:26 +00:00
{
"name": "@farmmaps/common",
2021-10-05 14:35:12 +00:00
"version": "2.0.0",
2019-11-25 13:43:26 +00:00
"publishConfig": {
"registry": "https://repository.akkerweb.nl/repository/npm-hosted/"
2020-08-11 16:58:50 +00:00
},
2019-11-25 13:43:26 +00:00
"peerDependencies": {
"@ng-bootstrap/ng-bootstrap": ">=15.0.0",
2024-01-09 08:24:52 +00:00
"@angular/common": "^16.2.12",
"@angular/core": "^16.2.12",
"@angular/forms": "^16.2.12",
"@ngrx/effects": "^16",
"@ngrx/router-store": "^16",
"@ngrx/store": "^16",
"tassign": ">1.0.0",
"bootstrap": "^5.2.0",
"@microsoft/signalr": ">3.1.3",
"ngx-uploadx": "^5.2.0",
"angular-oauth2-oidc": "^13",
"moment": "^2.29.4",
"ngx-avatars": "1.5.0",
2024-01-09 08:24:52 +00:00
"ngx-image-cropper": ">7.2.1",
"ngx-clipboard": ">15.1.0"
2019-11-25 13:43:26 +00:00
}
}