ucap-angular/projects/store-group/package.json

26 lines
779 B
JSON
Raw Normal View History

2020-03-27 08:39:01 +00:00
{
"name": "@ucap/ng-store-group",
2020-08-10 05:05:57 +00:00
"version": "0.0.25",
2020-03-27 08:39:01 +00:00
"publishConfig": {
2020-07-11 11:48:59 +00:00
"registry": "https://nexus.loafle.net/repository/npm-ucap/"
2020-03-27 08:39:01 +00:00
},
"peerDependencies": {
"@angular/common": "^9.0.2",
"@angular/core": "^9.0.2",
"@ucap/core": "~0.0.1",
2020-08-10 05:05:57 +00:00
"@ucap/domain-organization": "~0.0.1",
2020-03-27 08:39:01 +00:00
"@ucap/protocol-buddy": "~0.0.1",
"@ucap/protocol-group": "~0.0.1",
"@ucap/protocol-query": "~0.0.1",
"@ucap/protocol-sync": "~0.0.1",
2020-05-24 04:11:32 +00:00
"@ucap/protocol-info": "~0.0.1",
2020-03-27 08:39:01 +00:00
"@ucap/ng-protocol-buddy": "~0.0.1",
"@ucap/ng-protocol-group": "~0.0.1",
"@ucap/ng-protocol-sync": "~0.0.1",
2020-08-10 05:05:57 +00:00
"@ucap/ng-protocol-info": "~0.0.1",
2020-03-27 08:39:01 +00:00
"@ucap/ng-store-organization": "~0.0.1",
2020-04-03 01:43:34 +00:00
"@ucap/ng-store-authentication": "~0.0.1",
2020-03-27 08:39:01 +00:00
"tslib": "^1.10.0"
}
}