ucap-angular/projects/ui-call/package.json

21 lines
530 B
JSON
Raw Normal View History

2020-08-10 05:05:57 +00:00
{
"name": "@ucap/ng-ui-call",
"version": "0.0.15",
"publishConfig": {
"registry": "https://nexus.loafle.net/repository/npm-ucap/"
},
"peerDependencies": {
"@angular/cdk": "^9.0.0",
"@angular/common": "^9.0.2",
"@angular/core": "^9.0.2",
"@angular/material": "^9.0.0",
"@ucap/core": "~0.0.1",
"@ucap/domain-call": "~0.0.2",
"@ucap/ui-scss": "~0.0.1",
"@ucap/ng-ui": "~0.0.1",
"@ucap/ng-ui-material": "~0.0.1",
"@ucap/ng-ui-organization": "~0.0.1",
"tslib": "^1.10.0"
}
}