UNPKG

igniteui-angular-sovn

Version:

Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps

113 lines (112 loc) 2.93 kB
{ "name": "igniteui-angular-sovn", "version": "0.0.1", "description": "Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps", "author": "Infragistics", "license": "SEE LICENSE IN LICENSE", "homepage": "https://www.infragistics.com/products/ignite-ui-angular", "repository": { "type": "git", "url": "https://github.com/IgniteUI/igniteui-angular-sovn.git", "directory": "projects/igniteui-angular-sovn" }, "bugs": { "url": "https://github.com/IgniteUI/igniteui-angular-sovn/issues" }, "keywords": [ "angular", "UI components", "accordion", "autocomplete", "avatar", "badge", "banner", "bottom nav", "button", "button group", "calendar", "card", "carousel", "checkbox", "chip", "chips", "circular progress", "combo", "csv export", "data table", "datepicker", "datetime editor", "dialog", "drag drop", "drop down", "excel export", "expansion panel", "grid", "hierarchical grid", "hierarchical table", "icon", "input", "linear progress", "list", "mask", "navbar", "navdrawer", "progress bar", "radio", "rating", "select", "slider", "snackbar", "stepper", "switch", "tabs", "timepicker", "toast", "toggle", "tree grid", "tree table", "tree view", "tree" ], "dependencies": { "@types/hammerjs": "^2.0.40", "hammerjs": "^2.0.8", "fflate": "^0.7.3", "tslib": "^2.3.0", "igniteui-trial-watermark": "^1.0.3", "lodash-es": "^4.17.21", "uuid": "^9.0.0", "igniteui-theming": "^2.0.0", "@igniteui/material-icons-extended": "^2.10.0" }, "peerDependencies": { "@angular/common": "^16.0.0", "@angular/core": "^16.0.0", "@angular/animations": "^16.0.0", "@angular/forms": "^16.0.0" }, "igxDevDependencies": { "@igniteui/angular-schematics": "~16.0.1200" }, "ng-update": { "migrations": "./migrations/migration-collection.json" }, "schematics": "./schematics/collection.json", "exports": { "./schematics/*": { "default": "./schematics/*" }, "./migrations/*": { "default": "./migrations/*" }, "./lib/core/styles/themes/index": { "sass": "./lib/core/styles/themes/_index.scss" }, "./theming": { "sass": "./lib/core/styles/themes/_index.scss" }, "./themes": { "sass": "./lib/core/styles/themes/_index.scss" } } }