FarmMapsLib/projects/common/package.json

25 lines
682 B
JSON
Raw Normal View History

2019-11-25 13:43:26 +00:00
{
"name": "@farmmaps/common",
"version": "0.0.1",
"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": {
2020-09-25 17:27:53 +00:00
"@ng-bootstrap/ng-bootstrap": "^7.0",
2021-01-27 20:43:46 +00:00
"@angular/common": "~10.2.4",
"@angular/core": "~10.2.4",
"@angular/forms": "~10.2.4",
2020-09-25 17:27:53 +00:00
"@ngrx/effects": "^10.0",
"@ngrx/router-store": "^10.0",
"@ngrx/store": "^10.0",
2019-11-25 13:43:26 +00:00
"tassign": "^1.0.0",
2020-04-01 07:13:41 +00:00
"bootstrap": "^4.4.1",
2020-09-26 08:03:15 +00:00
"@microsoft/signalr": "^3.1.3",
2020-04-01 07:13:41 +00:00
"ngx-uploadx": "^3.3.4",
2020-09-25 17:27:53 +00:00
"angular-oauth2-oidc": "^10.0.3",
2021-02-25 16:17:52 +00:00
"moment": "^2.27.0",
2021-03-01 15:56:48 +00:00
"ngx-avatar": "^4.0.0",
"ngx-image-cropper": "^3.3.5"
2019-11-25 13:43:26 +00:00
}
}