ucap-angular/projects/store-authentication/package.json
richard-loafle d511140c1d bug fixed
2020-04-03 10:24:46 +09:00

24 lines
651 B
JSON

{
"name": "@ucap/ng-store-authentication",
"version": "0.0.3",
"publishConfig": {
"registry": "http://10.81.13.221:8081/nexus/repository/npm-ucap/"
},
"peerDependencies": {
"@angular/common": "^9.0.2",
"@angular/core": "^9.0.2",
"@ngrx/effects": "^9.0.0",
"@ngrx/entity": "^9.0.0",
"@ngrx/store": "^9.0.0",
"@ucap/core": "~0.0.1",
"@ucap/pi": "~0.0.1",
"@ucap/protocol-authentication": "~0.0.1",
"@ucap/protocol-query": "~0.0.1",
"@ucap/ng-pi": "~0.0.1",
"@ucap/ng-protocol-authentication": "~0.0.1",
"@ucap/ng-protocol-query": "~0.0.1",
"rxjs": "~6.5.4",
"tslib": "^1.10.0"
}
}