ucap-angular/projects/ui/package.json

25 lines
638 B
JSON
Raw Normal View History

2020-03-27 08:39:01 +00:00
{
"name": "@ucap/ng-ui",
2020-05-17 02:24:49 +00:00
"version": "0.0.11",
2020-03-27 08:39:01 +00:00
"publishConfig": {
2020-04-28 13:18:11 +00:00
"registry": "https://nexus.loafle.net/repository/npm-ucap/"
2020-03-27 08:39:01 +00:00
},
"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/api": "~0.0.1",
"@ucap/protocol-event": "~0.0.1",
2020-05-17 02:24:49 +00:00
"@ucap/uc-scss": "~0.0.1",
2020-03-27 08:39:01 +00:00
"@ucap/ng-core": "~0.0.1",
"@ucap/ng-api-common": "~0.0.1",
"autolinker": "^3.13.0",
"libphonenumber-js": "^1.7.47",
"moment": "^2.24.0",
"moment-timezone": "^0.5.28",
"tslib": "^1.10.0"
}
}