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

20 lines
494 B
JSON
Raw Normal View History

2020-03-27 08:39:01 +00:00
{
"name": "@ucap/ng-ui-authentication",
2020-05-28 12:52:25 +00:00
"version": "0.0.25",
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-24 04:11:32 +00:00
"@ucap/ui-scss": "~0.0.1",
2020-03-27 08:39:01 +00:00
"@ucap/ng-i18n": "~0.0.1",
"@ucap/ng-ui": "~0.0.1",
2020-05-24 04:11:32 +00:00
"@ucap/ng-ui-material": "~0.0.1",
2020-03-27 08:39:01 +00:00
"tslib": "^1.10.0"
}
}