ucap-angular/projects/ui/package.json

26 lines
676 B
JSON
Raw Normal View History

2020-03-27 08:39:01 +00:00
{
"name": "@ucap/ng-ui",
2020-07-11 10:57:44 +00:00
"version": "0.0.97",
2020-03-27 08:39:01 +00:00
"publishConfig": {
2020-05-08 06:12:26 +00:00
"registry": "http://10.81.13.229:8081/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-24 04:11:32 +00:00
"@ucap/ui-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",
2020-05-24 04:11:32 +00:00
"@ucap/ng-ui-material": "~0.0.1",
2020-03-27 08:39:01 +00:00
"autolinker": "^3.13.0",
"libphonenumber-js": "^1.7.47",
"moment": "^2.24.0",
"moment-timezone": "^0.5.28",
"tslib": "^1.10.0"
}
}