@gerandon/ngx-widgets
Version:
Angular widget (components) collection using CVA (ControlValueAccessor)
55 lines (54 loc) • 1.23 kB
JSON
{
"name": "@gerandon/ngx-widgets",
"version": "21.0.0",
"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": "git+https://github.com/Gerandon/ngx-widgets.git"
},
"peerDependencies": {
"@angular/common": "^21.0.0",
"@angular/core": "^21.0.0",
"@angular/material": "^21.0.0",
"lodash-es": "^4.17.21"
},
"dependencies": {
"tslib": "^2.3.0"
},
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"module": "fesm2022/gerandon-ngx-widgets.mjs",
"typings": "types/gerandon-ngx-widgets.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/gerandon-ngx-widgets.d.ts",
"default": "./fesm2022/gerandon-ngx-widgets.mjs"
}
}
}