UNPKG

igniteui-webcomponents

Version:

Ignite UI for Web Components is a complete library of UI components, giving you the ability to build modern web applications using encapsulation and the concept of reusable components in a dependency-free approach.

81 lines (80 loc) 1.79 kB
{ "name": "igniteui-webcomponents", "version": "5.3.0", "description": "Ignite UI for Web Components is a complete library of UI components, giving you the ability to build modern web applications using encapsulation and the concept of reusable components in a dependency-free approach.", "author": "Infragistics", "license": "SEE LICENSE IN LICENSE", "homepage": "https://www.infragistics.com/products/ignite-ui-web-components", "exports": { ".": { "types": "./index.d.ts", "default": "./index.js" }, "./themes/*.css": "./themes/*.css" }, "type": "module", "sideEffects": false, "repository": { "type": "git", "url": "git+https://github.com/IgniteUI/igniteui-webcomponents" }, "bugs": { "url": "https://github.com/IgniteUI/igniteui-webcomponents/issues" }, "engines": { "node": ">=18" }, "keywords": [ "webcomponents", "web components", "UI components", "accordion", "avatar", "badge", "banner", "button", "button group", "calendar", "card", "carousel", "circular progress", "checkbox", "chip", "combo", "date input", "date picker", "dialog", "divider", "dropdown", "expansion panel", "form", "icon", "input", "linear progress", "list", "mask", "mask input", "navbar", "navdrawer", "progress", "range slider", "radio", "rating", "snackbar", "stepper", "switch", "slider", "tabs", "textarea", "toast", "tree" ], "customElements": "custom-elements.json", "dependencies": { "@floating-ui/dom": "^1.6.0", "@lit-labs/virtualizer": "^2.1.0", "@lit/context": "^1.1.0", "lit": "^3.2.0" }, "web-types": "./web-types.json" }