lct-components
Version:
LCT basic components
56 lines • 1.58 kB
JSON
{
"name": "lct-components",
"version": "0.12.9",
"description": "LCT basic components",
"keywords": [
"button",
"input",
"lct",
"loading",
"logistic control towel",
"overlay",
"select",
"select multiple",
"select multiple nested",
"switch",
"tooltip",
"change Store"
],
"homepage": "https://github.com/hermancarrasco/lct-components",
"license": "MIT",
"author": {
"name": "Herman Carrasco",
"email": "hermancarrasco@outlook.com",
"url": "https://github.com/hermancarrasco"
},
"contributors": [
{
"email": "n.gallardo.alejandro@gmail.com",
"name": "Nahuel Gallardo",
"url": "https://github.com/ngallardo35"
}
],
"repository": {
"type": "git",
"url": "https://github.com/hermancarrasco/lct-components.git",
"directory": "projects"
},
"bugs": {
"url": "https://github.com/hermancarrasco/lct-components/issues",
"email": "hermancarrasco@outlook.com"
},
"peerDependencies": {
"@angular/common": "^12.1.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
"@angular/core": "^12.1.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0"
},
"dependencies": {
"tslib": "^2.2.0"
},
"main": "bundles/lct-components.umd.js",
"module": "fesm2015/lct-components.js",
"es2015": "fesm2015/lct-components.js",
"esm2015": "esm2015/lct-components.js",
"fesm2015": "fesm2015/lct-components.js",
"typings": "lct-components.d.ts",
"sideEffects": false
}