31 lines
919 B
JSON
Raw Normal View History

2020-03-27 17:39:01 +09:00
{
"name": "@ucap/ng-store-authentication",
2020-07-11 19:57:44 +09:00
"version": "0.0.14",
2020-03-27 17:39:01 +09:00
"publishConfig": {
2020-05-08 15:12:26 +09:00
"registry": "http://10.81.13.229:8081/repository/npm-ucap/"
2020-03-27 17:39:01 +09:00
},
"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",
2020-04-03 16:44:43 +09:00
"@ucap/api-public": "~0.0.1",
"@ucap/api-external": "~0.0.1",
2020-03-27 17:39:01 +09:00
"@ucap/pi": "~0.0.1",
"@ucap/protocol-authentication": "~0.0.1",
2020-04-03 10:59:44 +09:00
"@ucap/protocol-option": "~0.0.1",
2020-03-27 17:39:01 +09:00
"@ucap/protocol-query": "~0.0.1",
2020-05-24 13:11:32 +09:00
"@ucap/protocol-info": "~0.0.1",
2020-03-27 17:39:01 +09:00
"@ucap/ng-pi": "~0.0.1",
"@ucap/ng-protocol-authentication": "~0.0.1",
2020-04-03 10:59:44 +09:00
"@ucap/ng-protocol-option": "~0.0.1",
2020-03-27 17:39:01 +09:00
"@ucap/ng-protocol-query": "~0.0.1",
2020-05-24 13:11:32 +09:00
"@ucap/ng-protocol-info": "~0.0.1",
2020-07-11 19:57:44 +09:00
"@ucap/ng-store-organization": "~0.0.1",
2020-03-27 17:39:01 +09:00
"rxjs": "~6.5.4",
"tslib": "^1.10.0"
}
}