-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path_package.json
More file actions
81 lines (81 loc) · 1.76 KB
/
_package.json
File metadata and controls
81 lines (81 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "igniteui-webcomponents",
"version": "0.0.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.git"
},
"bugs": {
"url": "https://github.com/IgniteUI/igniteui-webcomponents/issues"
},
"engines": {
"node": ">=20"
},
"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",
"tooltip",
"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.3.0"
},
"web-types": "./web-types.json"
}