-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path_package.json
More file actions
113 lines (113 loc) · 2.38 KB
/
_package.json
File metadata and controls
113 lines (113 loc) · 2.38 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"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": "MIT",
"homepage": "https://www.infragistics.com/products/ignite-ui-web-components",
"exports": {
".": {
"types": "./index.d.ts",
"default": "./index.js"
},
"./themes/*.css": "./themes/*.css",
"./extras": {
"types": "./extras/index.d.ts",
"default": "./extras/index.js"
}
},
"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": ">=22"
},
"keywords": [
"webcomponents",
"web components",
"UI components",
"AI chat",
"accordion",
"avatar",
"badge",
"banner",
"button",
"button group",
"calendar",
"card",
"carousel",
"circular progress",
"chat",
"checkbox",
"chip",
"combo",
"date input",
"date picker",
"date range 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",
"web-types": "./web-types.json",
"dependencies": {
"@floating-ui/dom": "^1.7.0",
"@lit-labs/virtualizer": "^2.1.0",
"@lit/context": "^1.1.0",
"igniteui-i18n-core": "^1.0.1",
"lit": "^3.3.0"
},
"peerDependencies": {
"dompurify": "^3.3.0",
"igniteui-i18n-resources": "^1.0.1",
"marked": "^17.0.0",
"marked-shiki": "^1.2.0",
"shiki": "^3.20.0"
},
"peerDependenciesMeta": {
"dompurify": {
"optional": true
},
"igniteui-i18n-resources": {
"optional": true
},
"marked": {
"optional": true
},
"marked-shiki": {
"optional": true
},
"shiki": {
"optional": true
}
}
}