First try appcommon as library

This commit is contained in:
Willem Dantuma
2019-07-15 16:54:19 +02:00
parent fd17e0d538
commit f304cf5149
64 changed files with 4169 additions and 164 deletions

View File

@@ -1,8 +1,19 @@
{
"name": "@farmmaps/common",
"version": "0.0.1",
"dependencies": {
"angular-oauth2-oidc": "^5.0.2"
},
"peerDependencies": {
"@ng-bootstrap/ng-bootstrap": "^4.2.1",
"@angular/common": "^7.2.0",
"@angular/core": "^7.2.0"
"@angular/core": "^7.2.0",
"@angular/forms": "^7.2.0",
"@ngrx/effects": "^7.2",
"@ngrx/router-store": "^7.2",
"@ngrx/store": "^7.2",
"tassign": "^1.0.0",
"bootstrap": "^4.3.1",
"@aspnet/signalr": "^1.1.4"
}
}