@gerandon/ngx-widgets
Version:
Angular widget (components) collection using CVA (ControlValueAccessor)
54 lines • 1.18 kB
JSON
{
"name": "@gerandon/ngx-widgets",
"version": "20.0.1",
"description": "Angular widget (components) collection using CVA (ControlValueAccessor)",
"keywords": [
"CVA",
"ControlValueAccessor",
"Widgets",
"Material",
"Basic input",
"Material input",
"Standalone input",
"input component"
],
"author": {
"name": "Gergő Asztalos",
"email": "gergo0317@gmail.com"
},
"maintainers": [
{
"name": "Gergő Asztalos",
"email": "gergo0317@gmail.com"
}
],
"contributors": [],
"repository": {
"type": "git",
"url": "https://github.com/Gerandon/ngx-widgets"
},
"peerDependencies": {
"@angular/common": "^20.0.0",
"@angular/core": "^20.0.0",
"@angular/material": "^20.0.0",
"lodash-es": "^4.17.21"
},
"dependencies": {
"tslib": "^2.3.0"
},
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"module": "fesm2022/gerandon-ngx-widgets.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/gerandon-ngx-widgets.mjs"
}
}
}