FarmMapsLib/projects/common/package.json

23 lines
616 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-03-26 13:01:28 +00:00
},
2019-11-25 13:43:26 +00:00
"peerDependencies": {
"@ng-bootstrap/ng-bootstrap": "^4.2.1",
"@angular/common": "^8.2.0",
"@angular/core": "^8.2.0",
"@angular/forms": "^8.2.0",
"@ngrx/effects": "^8.2",
"@ngrx/router-store": "^8.2",
"@ngrx/store": "^8.2",
"tassign": "^1.0.0",
"bootstrap": "^4.3.1",
"@aspnet/signalr": "^1.1.4",
2020-03-26 13:01:28 +00:00
"font-awesome": "^4.7.0",
"ngx-uploadx": "^3.3.2",
"angular-oauth2-oidc": "^8.0.2"
2019-11-25 13:43:26 +00:00
}
}