19 lines
454 B
JSON
Raw Normal View History

2020-04-22 13:10:23 +09:00
{
"name": "@ucap/ng-ui-group",
2020-07-11 19:57:44 +09:00
"version": "0.0.78",
2020-04-22 13:10:23 +09:00
"publishConfig": {
2020-04-28 22:18:11 +09:00
"registry": "https://nexus.loafle.net/repository/npm-ucap/"
2020-04-22 13:10:23 +09: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 13:11:32 +09:00
"@ucap/ui-scss": "~0.0.1",
2020-04-22 13:10:23 +09:00
"@ucap/ng-ui": "~0.0.1",
2020-05-24 13:11:32 +09:00
"@ucap/ng-ui-material": "~0.0.1",
2020-04-22 13:10:23 +09:00
"tslib": "^1.10.0"
}
}