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

21 lines
532 B
JSON
Raw Normal View History

2020-05-17 02:24:49 +00:00
{
"name": "@ucap/ng-ui-chat",
2020-07-11 10:57:44 +00:00
"version": "0.0.72",
2020-05-17 02:24:49 +00:00
"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/protocol-room": "~0.0.1",
2020-05-24 04:11:32 +00:00
"@ucap/ui-scss": "~0.0.1",
2020-05-17 02:24:49 +00:00
"@ucap/ng-ui": "~0.0.1",
2020-05-24 04:11:32 +00:00
"@ucap/ng-ui-material": "~0.0.1",
"@ucap/ng-ui-organization": "~0.0.1",
2020-05-17 02:24:49 +00:00
"tslib": "^1.10.0"
}
}