@harbor/ui
Version:
Harbor shared UI components based on Clarity and Angular6
59 lines (58 loc) • 1.66 kB
JSON
{
"name": "@harbor/ui",
"version": "1.7.4-rc2",
"description": "Harbor shared UI components based on Clarity and Angular6",
"author": "CNCF",
"module": "fesm5/harbor-ui.js",
"main": "bundles/harbor-ui.umd.js",
"jsnext:main": "index.js",
"typings": "harbor-ui.d.ts",
"keywords": [
"Harbor",
"Clarity",
"Angular6"
],
"license": "Apache 2.0",
"repository": {
"type": "git",
"url": "https://github.com/vmware/harbor.git"
},
"homepage": "https://github.com/vmware/harbor#readme",
"peerDependencies": {
"@angular/animations": "^6.0.0",
"@angular/common": "^6.0.0",
"@angular/compiler": "^6.0.0",
"@angular/core": "^6.0.0",
"@angular/forms": "^6.0.0",
"@angular/http": "^6.0.0",
"@angular/platform-browser": "^6.0.0",
"@angular/platform-browser-dynamic": "^6.0.0",
"@angular/router": "^6.0.0",
"@ngx-translate/core": "^6.0.0",
"@ngx-translate/http-loader": "0.0.3",
"@webcomponents/custom-elements": "^1.0.0",
"@clr/angular": "^0.12.0",
"@clr/ui": "^0.12.0",
"@clr/icons": "^0.12.0",
"core-js": "^2.4.1",
"intl": "^1.2.5",
"mutationobserver-shim": "^0.3.2",
"ngx-cookie": "^1.0.0",
"ngx-markdown": "^1.5.1",
"rxjs": "^6.2.2",
"ts-helpers": "^1.1.1",
"web-animations-js": "^2.2.1",
"zone.js": "^0.8.4",
"tslib": "^1.9.0"
},
"es2015": "fesm2015/harbor-ui.js",
"esm5": "esm5/harbor-ui.js",
"esm2015": "esm2015/harbor-ui.js",
"fesm5": "fesm5/harbor-ui.js",
"fesm2015": "fesm2015/harbor-ui.js",
"metadata": "harbor-ui.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}