UNPKG

@ng-zen/cli

Version:

Angular UI components generator – Zen UI Kit CLI for schematics-based creation of customizable components like avatar, button, checkbox, divider, form-control, icon, input, skeleton, switch, textarea with Storybook demos.

75 lines (74 loc) 1.84 kB
{ "name": "@ng-zen/cli", "version": "21.0.0", "description": "Angular UI components generator – Zen UI Kit CLI for schematics-based creation of customizable components like avatar, button, checkbox, divider, form-control, icon, input, skeleton, switch, textarea with Storybook demos.", "license": "BSD-2-Clause", "private": false, "repository": { "type": "git", "url": "git+https://github.com/kstepien3/ng-zen.git" }, "bugs": { "url": "https://github.com/kstepien3/ng-zen/issues" }, "author": { "name": "Konrad Stępień", "email": "kord.stp@gmail.com", "url": "https://www.linkedin.com/in/KonradStepien/" }, "homepage": "https://kstepien3.github.io/ng-zen/", "keywords": [ "angular", "angular-ui", "ui-kit", "angular-components", "schematics", "ng-cli", "storybook angular", "customizable ui", "angular library", "avatar", "button", "checkbox", "input", "textarea", "switch", "skeleton", "divider", "form-control", "icon", "angular ui", "angular components", "ui library", "zen ui", "storybook", "component generator", "ng add", "angular kit", "open source", "modern angular", "angular custom elements", "storybook angular", "form controls", "material alternative", "accessibility", "theming", "angular schematics generator", "ui components cli" ], "ng-add": { "save": "devDependencies" }, "schematics": "./schematics/collection.json", "packageManager": "pnpm@10.24.0", "peerDependencies": { "@angular/common": ">=20.0.0", "@angular/core": ">=20.0.0" }, "dependencies": { "@angular-devkit/core": "^21.0.1", "@angular-devkit/schematics": "^21.0.1", "@angular/build": "21.0.1", "tslib": "^2.8.1" } }