@junte/ui
Version:
Quality Angular UI components kit
59 lines (58 loc) • 1.82 kB
JSON
{
"name": "@junte/ui",
"version": "1.0.357",
"description": "Quality Angular UI components kit",
"keywords": [
"angular",
"components",
"ui",
"user interface",
"ui kit",
"material"
],
"homepage": "https://junte-ui.com",
"bugs": "https://gitlab.com/junte/junte-ui/-/issues",
"license": "MIT",
"author": {
"name": "Anton Breslavsky",
"email": "anton@junte.ru"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/junte/junte-ui.git"
},
"dependencies": {
"@ngx-translate/core": "12.1.2",
"date-fns": "2.10.0",
"ngx-logger": "4.1.8"
},
"peerDependencies": {
"@angular/animations": "^9.0.4",
"@angular/common": "^9.0.4",
"@angular/core": "^9.0.4",
"@angular/forms": "^9.0.4",
"@angular/router": "^9.0.4",
"rxjs": "^6.5.3",
"tslib": "^1.10.0"
},
"main": "bundles/junte-ui.umd.js",
"module": "fesm5/junte-ui.js",
"es2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/junte-ui.js",
"es2015": "fesm2015/junte-ui.js",
"esm5": "esm5/junte-ui.js",
"esm2015": "esm2015/junte-ui.js",
"fesm5": "fesm5/junte-ui.js",
"fesm2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/junte-ui.js",
"fesm2015": "fesm2015/junte-ui.js",
"typings": "junte-ui.d.ts",
"metadata": "junte-ui.metadata.json",
"sideEffects": false,
"__processed_by_ivy_ngcc__": {
"es2015": "9.1.13",
"fesm2015": "9.1.13",
"typings": "9.1.13"
},
"scripts": {
"prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by NGCC. This is not allowed.\\nPlease delete and rebuild the package, without compiling with NGCC, before attempting to publish.\\nNote that NGCC may have been run by importing this package into another project that is being built with Ivy enabled.\\n')\" && exit 1"
}
}