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

19 lines
456 B
JSON
Raw Normal View History

2020-03-27 08:39:01 +00:00
{
"name": "@ucap/ng-ui-authentication",
2020-05-17 02:24:49 +00:00
"version": "0.0.20",
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",
2020-05-17 02:24:49 +00:00
"@ucap/uc-scss": "~0.0.1",
2020-03-27 08:39:01 +00:00
"@ucap/ng-i18n": "~0.0.1",
"@ucap/ng-ui": "~0.0.1",
"tslib": "^1.10.0"
}
}