-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathpackage.json
335 lines (335 loc) · 22.9 KB
/
package.json
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
{
"name": "@hashicorp/design-system-components",
"version": "4.15.0",
"description": "Helios Design System Components",
"keywords": [
"hashicorp",
"helios",
"design system",
"components",
"ember-addon"
],
"repository": {
"type": "git",
"url": "https://github.com/hashicorp/design-system.git",
"directory": "packages/components"
},
"license": "MPL-2.0",
"author": "HashiCorp Design Systems <design-systems@hashicorp.com>",
"scripts": {
"build": "concurrently 'npm:build:*'",
"build:js": "rollup --config",
"build:types": "glint --declaration",
"prepublishOnly": "yarn build && test -f 'dist/styles/@hashicorp/design-system-components.css' || (echo 'The pre-compiled CSS file was not found' && exit 1)",
"start": "concurrently 'yarn:start:*'",
"start:js": "rollup --config --watch --environment development",
"start:types": "glint --declaration --watch",
"lint": "concurrently \"yarn:lint:*(!fix)\" --names \"lint:\"",
"lint:fix": "concurrently \"yarn:lint:*:fix\" --names \"fix:\"",
"lint:css": "stylelint \"src/styles/**/*.scss\"",
"lint:css:fix": "concurrently \"yarn:lint:css -- --fix\"",
"lint:types": "glint",
"lint:hbs": "ember-template-lint .",
"lint:hbs:fix": "ember-template-lint . --fix",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix"
},
"dependencies": {
"@ember/render-modifiers": "^2.0.5",
"@ember/string": "^3.1.1",
"@ember/test-waiters": "^3.1.0",
"@embroider/addon-shim": "^1.8.7",
"@floating-ui/dom": "^1.6.12",
"@hashicorp/design-system-tokens": "^2.2.2",
"@hashicorp/flight-icons": "^3.8.0",
"clipboard-polyfill": "^4.1.0",
"decorator-transforms": "^1.1.0",
"ember-a11y-refocus": "^4.1.3",
"ember-cli-sass": "^11.0.1",
"ember-composable-helpers": "^5.0.0",
"ember-concurrency": "^4.0.2",
"ember-element-helper": "^0.8.5",
"ember-focus-trap": "^1.1.0",
"ember-get-config": "^2.1.1",
"ember-modifier": "^4.1.0",
"ember-power-select": "^8.6.0",
"ember-stargate": "^0.4.3",
"ember-style-modifier": "^4.4.0",
"ember-truth-helpers": "^4.0.3",
"luxon": "^2.3.2 || ^3.4.2",
"prismjs": "^1.29.0",
"sass": "^1.69.5",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/plugin-transform-class-properties": "^7.24.1",
"@babel/plugin-transform-private-methods": "^7.24.1",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/runtime": "^7.24.5",
"@ember/test-helpers": "^3.3.0",
"@embroider/addon-dev": "^4.3.1",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "^1.4.0",
"@glint/environment-ember-loose": "^1.4.0",
"@glint/template": "^1.4.0",
"@rollup/plugin-babel": "^6.0.4",
"@tsconfig/ember": "^3.0.8",
"@types/ember-qunit": "^6.1.1",
"@types/ember-resolver": "^9.0.0",
"@types/ember__destroyable": "^4.0.5",
"@types/luxon": "^3.2.0",
"@types/prismjs": "^1.26.4",
"@types/qunit": "^2.19.10",
"@types/rsvp": "^4.0.9",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"babel-plugin-ember-template-compilation": "^2.2.4",
"concurrently": "^8.2.2",
"ember-basic-dropdown": "^8.1.0",
"ember-source": "~5.9.0",
"ember-template-lint": "^6.0.0",
"ember-template-lint-plugin-prettier": "^5.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^12.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.7.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-qunit": "^8.1.1",
"postcss": "^8.4.47",
"prettier": "^3.3.2",
"rollup": "^4.22.4",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-scss": "^4.0.0",
"rollup-plugin-ts": "^3.4.5",
"stylelint": "^16.3.1",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard-scss": "^13.1.0",
"typescript": "^5.4.5"
},
"peerDependencies": {
"ember-source": "^3.28.0 || ^4.0.0 || ^5.3.0"
},
"ember": {
"edition": "octane"
},
"ember-addon": {
"main": "addon-main.cjs",
"type": "addon",
"version": 2,
"app-js": {
"./components/hds/accordion/index.js": "./dist/_app_/components/hds/accordion/index.js",
"./components/hds/accordion/item/button.js": "./dist/_app_/components/hds/accordion/item/button.js",
"./components/hds/accordion/item/index.js": "./dist/_app_/components/hds/accordion/item/index.js",
"./components/hds/alert/description.js": "./dist/_app_/components/hds/alert/description.js",
"./components/hds/alert/index.js": "./dist/_app_/components/hds/alert/index.js",
"./components/hds/alert/title.js": "./dist/_app_/components/hds/alert/title.js",
"./components/hds/app-footer/copyright.js": "./dist/_app_/components/hds/app-footer/copyright.js",
"./components/hds/app-footer/index.js": "./dist/_app_/components/hds/app-footer/index.js",
"./components/hds/app-footer/item.js": "./dist/_app_/components/hds/app-footer/item.js",
"./components/hds/app-footer/legal-links.js": "./dist/_app_/components/hds/app-footer/legal-links.js",
"./components/hds/app-footer/link.js": "./dist/_app_/components/hds/app-footer/link.js",
"./components/hds/app-footer/status-link.js": "./dist/_app_/components/hds/app-footer/status-link.js",
"./components/hds/app-frame/index.js": "./dist/_app_/components/hds/app-frame/index.js",
"./components/hds/app-frame/parts/footer.js": "./dist/_app_/components/hds/app-frame/parts/footer.js",
"./components/hds/app-frame/parts/header.js": "./dist/_app_/components/hds/app-frame/parts/header.js",
"./components/hds/app-frame/parts/main.js": "./dist/_app_/components/hds/app-frame/parts/main.js",
"./components/hds/app-frame/parts/modals.js": "./dist/_app_/components/hds/app-frame/parts/modals.js",
"./components/hds/app-frame/parts/sidebar.js": "./dist/_app_/components/hds/app-frame/parts/sidebar.js",
"./components/hds/application-state/body.js": "./dist/_app_/components/hds/application-state/body.js",
"./components/hds/application-state/footer.js": "./dist/_app_/components/hds/application-state/footer.js",
"./components/hds/application-state/header.js": "./dist/_app_/components/hds/application-state/header.js",
"./components/hds/application-state/index.js": "./dist/_app_/components/hds/application-state/index.js",
"./components/hds/application-state/media.js": "./dist/_app_/components/hds/application-state/media.js",
"./components/hds/badge-count/index.js": "./dist/_app_/components/hds/badge-count/index.js",
"./components/hds/badge/index.js": "./dist/_app_/components/hds/badge/index.js",
"./components/hds/breadcrumb/index.js": "./dist/_app_/components/hds/breadcrumb/index.js",
"./components/hds/breadcrumb/item.js": "./dist/_app_/components/hds/breadcrumb/item.js",
"./components/hds/breadcrumb/truncation.js": "./dist/_app_/components/hds/breadcrumb/truncation.js",
"./components/hds/button-set/index.js": "./dist/_app_/components/hds/button-set/index.js",
"./components/hds/button/index.js": "./dist/_app_/components/hds/button/index.js",
"./components/hds/card/container.js": "./dist/_app_/components/hds/card/container.js",
"./components/hds/code-block/copy-button.js": "./dist/_app_/components/hds/code-block/copy-button.js",
"./components/hds/code-block/description.js": "./dist/_app_/components/hds/code-block/description.js",
"./components/hds/code-block/index.js": "./dist/_app_/components/hds/code-block/index.js",
"./components/hds/code-block/title.js": "./dist/_app_/components/hds/code-block/title.js",
"./components/hds/copy/button/index.js": "./dist/_app_/components/hds/copy/button/index.js",
"./components/hds/copy/snippet/index.js": "./dist/_app_/components/hds/copy/snippet/index.js",
"./components/hds/dialog-primitive/body.js": "./dist/_app_/components/hds/dialog-primitive/body.js",
"./components/hds/dialog-primitive/description.js": "./dist/_app_/components/hds/dialog-primitive/description.js",
"./components/hds/dialog-primitive/footer.js": "./dist/_app_/components/hds/dialog-primitive/footer.js",
"./components/hds/dialog-primitive/header.js": "./dist/_app_/components/hds/dialog-primitive/header.js",
"./components/hds/dialog-primitive/overlay.js": "./dist/_app_/components/hds/dialog-primitive/overlay.js",
"./components/hds/dialog-primitive/wrapper.js": "./dist/_app_/components/hds/dialog-primitive/wrapper.js",
"./components/hds/disclosure-primitive/index.js": "./dist/_app_/components/hds/disclosure-primitive/index.js",
"./components/hds/dismiss-button/index.js": "./dist/_app_/components/hds/dismiss-button/index.js",
"./components/hds/dropdown/footer.js": "./dist/_app_/components/hds/dropdown/footer.js",
"./components/hds/dropdown/header.js": "./dist/_app_/components/hds/dropdown/header.js",
"./components/hds/dropdown/index.js": "./dist/_app_/components/hds/dropdown/index.js",
"./components/hds/dropdown/list-item/checkbox.js": "./dist/_app_/components/hds/dropdown/list-item/checkbox.js",
"./components/hds/dropdown/list-item/checkmark.js": "./dist/_app_/components/hds/dropdown/list-item/checkmark.js",
"./components/hds/dropdown/list-item/copy-item.js": "./dist/_app_/components/hds/dropdown/list-item/copy-item.js",
"./components/hds/dropdown/list-item/description.js": "./dist/_app_/components/hds/dropdown/list-item/description.js",
"./components/hds/dropdown/list-item/generic.js": "./dist/_app_/components/hds/dropdown/list-item/generic.js",
"./components/hds/dropdown/list-item/interactive.js": "./dist/_app_/components/hds/dropdown/list-item/interactive.js",
"./components/hds/dropdown/list-item/radio.js": "./dist/_app_/components/hds/dropdown/list-item/radio.js",
"./components/hds/dropdown/list-item/separator.js": "./dist/_app_/components/hds/dropdown/list-item/separator.js",
"./components/hds/dropdown/list-item/title.js": "./dist/_app_/components/hds/dropdown/list-item/title.js",
"./components/hds/dropdown/toggle/button.js": "./dist/_app_/components/hds/dropdown/toggle/button.js",
"./components/hds/dropdown/toggle/chevron.js": "./dist/_app_/components/hds/dropdown/toggle/chevron.js",
"./components/hds/dropdown/toggle/icon.js": "./dist/_app_/components/hds/dropdown/toggle/icon.js",
"./components/hds/flyout/body.js": "./dist/_app_/components/hds/flyout/body.js",
"./components/hds/flyout/description.js": "./dist/_app_/components/hds/flyout/description.js",
"./components/hds/flyout/footer.js": "./dist/_app_/components/hds/flyout/footer.js",
"./components/hds/flyout/header.js": "./dist/_app_/components/hds/flyout/header.js",
"./components/hds/flyout/index.js": "./dist/_app_/components/hds/flyout/index.js",
"./components/hds/form/character-count/index.js": "./dist/_app_/components/hds/form/character-count/index.js",
"./components/hds/form/checkbox/base.js": "./dist/_app_/components/hds/form/checkbox/base.js",
"./components/hds/form/checkbox/field.js": "./dist/_app_/components/hds/form/checkbox/field.js",
"./components/hds/form/checkbox/group.js": "./dist/_app_/components/hds/form/checkbox/group.js",
"./components/hds/form/error/index.js": "./dist/_app_/components/hds/form/error/index.js",
"./components/hds/form/error/message.js": "./dist/_app_/components/hds/form/error/message.js",
"./components/hds/form/field/index.js": "./dist/_app_/components/hds/form/field/index.js",
"./components/hds/form/fieldset/index.js": "./dist/_app_/components/hds/form/fieldset/index.js",
"./components/hds/form/file-input/base.js": "./dist/_app_/components/hds/form/file-input/base.js",
"./components/hds/form/file-input/field.js": "./dist/_app_/components/hds/form/file-input/field.js",
"./components/hds/form/helper-text/index.js": "./dist/_app_/components/hds/form/helper-text/index.js",
"./components/hds/form/indicator/index.js": "./dist/_app_/components/hds/form/indicator/index.js",
"./components/hds/form/label/index.js": "./dist/_app_/components/hds/form/label/index.js",
"./components/hds/form/legend/index.js": "./dist/_app_/components/hds/form/legend/index.js",
"./components/hds/form/masked-input/base.js": "./dist/_app_/components/hds/form/masked-input/base.js",
"./components/hds/form/masked-input/field.js": "./dist/_app_/components/hds/form/masked-input/field.js",
"./components/hds/form/radio-card/description.js": "./dist/_app_/components/hds/form/radio-card/description.js",
"./components/hds/form/radio-card/group.js": "./dist/_app_/components/hds/form/radio-card/group.js",
"./components/hds/form/radio-card/index.js": "./dist/_app_/components/hds/form/radio-card/index.js",
"./components/hds/form/radio-card/label.js": "./dist/_app_/components/hds/form/radio-card/label.js",
"./components/hds/form/radio/base.js": "./dist/_app_/components/hds/form/radio/base.js",
"./components/hds/form/radio/field.js": "./dist/_app_/components/hds/form/radio/field.js",
"./components/hds/form/radio/group.js": "./dist/_app_/components/hds/form/radio/group.js",
"./components/hds/form/select/base.js": "./dist/_app_/components/hds/form/select/base.js",
"./components/hds/form/select/field.js": "./dist/_app_/components/hds/form/select/field.js",
"./components/hds/form/super-select/after-options.js": "./dist/_app_/components/hds/form/super-select/after-options.js",
"./components/hds/form/super-select/multiple/base.js": "./dist/_app_/components/hds/form/super-select/multiple/base.js",
"./components/hds/form/super-select/multiple/field.js": "./dist/_app_/components/hds/form/super-select/multiple/field.js",
"./components/hds/form/super-select/option-group.js": "./dist/_app_/components/hds/form/super-select/option-group.js",
"./components/hds/form/super-select/placeholder.js": "./dist/_app_/components/hds/form/super-select/placeholder.js",
"./components/hds/form/super-select/single/base.js": "./dist/_app_/components/hds/form/super-select/single/base.js",
"./components/hds/form/super-select/single/field.js": "./dist/_app_/components/hds/form/super-select/single/field.js",
"./components/hds/form/text-input/base.js": "./dist/_app_/components/hds/form/text-input/base.js",
"./components/hds/form/text-input/field.js": "./dist/_app_/components/hds/form/text-input/field.js",
"./components/hds/form/textarea/base.js": "./dist/_app_/components/hds/form/textarea/base.js",
"./components/hds/form/textarea/field.js": "./dist/_app_/components/hds/form/textarea/field.js",
"./components/hds/form/toggle/base.js": "./dist/_app_/components/hds/form/toggle/base.js",
"./components/hds/form/toggle/field.js": "./dist/_app_/components/hds/form/toggle/field.js",
"./components/hds/form/toggle/group.js": "./dist/_app_/components/hds/form/toggle/group.js",
"./components/hds/form/visibility-toggle/index.js": "./dist/_app_/components/hds/form/visibility-toggle/index.js",
"./components/hds/icon-tile/index.js": "./dist/_app_/components/hds/icon-tile/index.js",
"./components/hds/icon/index.js": "./dist/_app_/components/hds/icon/index.js",
"./components/hds/interactive/index.js": "./dist/_app_/components/hds/interactive/index.js",
"./components/hds/link/inline.js": "./dist/_app_/components/hds/link/inline.js",
"./components/hds/link/standalone.js": "./dist/_app_/components/hds/link/standalone.js",
"./components/hds/menu-primitive/index.js": "./dist/_app_/components/hds/menu-primitive/index.js",
"./components/hds/modal/body.js": "./dist/_app_/components/hds/modal/body.js",
"./components/hds/modal/footer.js": "./dist/_app_/components/hds/modal/footer.js",
"./components/hds/modal/header.js": "./dist/_app_/components/hds/modal/header.js",
"./components/hds/modal/index.js": "./dist/_app_/components/hds/modal/index.js",
"./components/hds/page-header/actions.js": "./dist/_app_/components/hds/page-header/actions.js",
"./components/hds/page-header/badges.js": "./dist/_app_/components/hds/page-header/badges.js",
"./components/hds/page-header/description.js": "./dist/_app_/components/hds/page-header/description.js",
"./components/hds/page-header/index.js": "./dist/_app_/components/hds/page-header/index.js",
"./components/hds/page-header/subtitle.js": "./dist/_app_/components/hds/page-header/subtitle.js",
"./components/hds/page-header/title.js": "./dist/_app_/components/hds/page-header/title.js",
"./components/hds/pagination/compact/index.js": "./dist/_app_/components/hds/pagination/compact/index.js",
"./components/hds/pagination/info/index.js": "./dist/_app_/components/hds/pagination/info/index.js",
"./components/hds/pagination/nav/arrow.js": "./dist/_app_/components/hds/pagination/nav/arrow.js",
"./components/hds/pagination/nav/ellipsis.js": "./dist/_app_/components/hds/pagination/nav/ellipsis.js",
"./components/hds/pagination/nav/number.js": "./dist/_app_/components/hds/pagination/nav/number.js",
"./components/hds/pagination/numbered/index.js": "./dist/_app_/components/hds/pagination/numbered/index.js",
"./components/hds/pagination/size-selector/index.js": "./dist/_app_/components/hds/pagination/size-selector/index.js",
"./components/hds/popover-primitive/index.js": "./dist/_app_/components/hds/popover-primitive/index.js",
"./components/hds/reveal/index.js": "./dist/_app_/components/hds/reveal/index.js",
"./components/hds/reveal/toggle/button.js": "./dist/_app_/components/hds/reveal/toggle/button.js",
"./components/hds/rich-tooltip/bubble.js": "./dist/_app_/components/hds/rich-tooltip/bubble.js",
"./components/hds/rich-tooltip/index.js": "./dist/_app_/components/hds/rich-tooltip/index.js",
"./components/hds/rich-tooltip/toggle.js": "./dist/_app_/components/hds/rich-tooltip/toggle.js",
"./components/hds/segmented-group/index.js": "./dist/_app_/components/hds/segmented-group/index.js",
"./components/hds/separator/index.js": "./dist/_app_/components/hds/separator/index.js",
"./components/hds/side-nav/base.js": "./dist/_app_/components/hds/side-nav/base.js",
"./components/hds/side-nav/header/home-link.js": "./dist/_app_/components/hds/side-nav/header/home-link.js",
"./components/hds/side-nav/header/icon-button.js": "./dist/_app_/components/hds/side-nav/header/icon-button.js",
"./components/hds/side-nav/header/index.js": "./dist/_app_/components/hds/side-nav/header/index.js",
"./components/hds/side-nav/index.js": "./dist/_app_/components/hds/side-nav/index.js",
"./components/hds/side-nav/list/back-link.js": "./dist/_app_/components/hds/side-nav/list/back-link.js",
"./components/hds/side-nav/list/index.js": "./dist/_app_/components/hds/side-nav/list/index.js",
"./components/hds/side-nav/list/item.js": "./dist/_app_/components/hds/side-nav/list/item.js",
"./components/hds/side-nav/list/link.js": "./dist/_app_/components/hds/side-nav/list/link.js",
"./components/hds/side-nav/list/title.js": "./dist/_app_/components/hds/side-nav/list/title.js",
"./components/hds/side-nav/portal/index.js": "./dist/_app_/components/hds/side-nav/portal/index.js",
"./components/hds/side-nav/portal/target.js": "./dist/_app_/components/hds/side-nav/portal/target.js",
"./components/hds/side-nav/toggle-button.js": "./dist/_app_/components/hds/side-nav/toggle-button.js",
"./components/hds/stepper/step/indicator.js": "./dist/_app_/components/hds/stepper/step/indicator.js",
"./components/hds/stepper/task/indicator.js": "./dist/_app_/components/hds/stepper/task/indicator.js",
"./components/hds/table/index.js": "./dist/_app_/components/hds/table/index.js",
"./components/hds/table/td.js": "./dist/_app_/components/hds/table/td.js",
"./components/hds/table/th-button-sort.js": "./dist/_app_/components/hds/table/th-button-sort.js",
"./components/hds/table/th-button-tooltip.js": "./dist/_app_/components/hds/table/th-button-tooltip.js",
"./components/hds/table/th-selectable.js": "./dist/_app_/components/hds/table/th-selectable.js",
"./components/hds/table/th-sort.js": "./dist/_app_/components/hds/table/th-sort.js",
"./components/hds/table/th.js": "./dist/_app_/components/hds/table/th.js",
"./components/hds/table/tr.js": "./dist/_app_/components/hds/table/tr.js",
"./components/hds/tabs/index.js": "./dist/_app_/components/hds/tabs/index.js",
"./components/hds/tabs/panel.js": "./dist/_app_/components/hds/tabs/panel.js",
"./components/hds/tabs/tab.js": "./dist/_app_/components/hds/tabs/tab.js",
"./components/hds/tag/index.js": "./dist/_app_/components/hds/tag/index.js",
"./components/hds/text/body.js": "./dist/_app_/components/hds/text/body.js",
"./components/hds/text/code.js": "./dist/_app_/components/hds/text/code.js",
"./components/hds/text/display.js": "./dist/_app_/components/hds/text/display.js",
"./components/hds/text/index.js": "./dist/_app_/components/hds/text/index.js",
"./components/hds/time/index.js": "./dist/_app_/components/hds/time/index.js",
"./components/hds/time/range.js": "./dist/_app_/components/hds/time/range.js",
"./components/hds/time/single.js": "./dist/_app_/components/hds/time/single.js",
"./components/hds/toast/index.js": "./dist/_app_/components/hds/toast/index.js",
"./components/hds/tooltip-button/index.js": "./dist/_app_/components/hds/tooltip-button/index.js",
"./components/hds/yield/index.js": "./dist/_app_/components/hds/yield/index.js",
"./helpers/hds-format-date.js": "./dist/_app_/helpers/hds-format-date.js",
"./helpers/hds-format-relative.js": "./dist/_app_/helpers/hds-format-relative.js",
"./helpers/hds-link-to-models.js": "./dist/_app_/helpers/hds-link-to-models.js",
"./helpers/hds-link-to-query.js": "./dist/_app_/helpers/hds-link-to-query.js",
"./instance-initializers/load-sprite.js": "./dist/_app_/instance-initializers/load-sprite.js",
"./modifiers/hds-anchored-position.js": "./dist/_app_/modifiers/hds-anchored-position.js",
"./modifiers/hds-clipboard.js": "./dist/_app_/modifiers/hds-clipboard.js",
"./modifiers/hds-register-event.js": "./dist/_app_/modifiers/hds-register-event.js",
"./modifiers/hds-tooltip.js": "./dist/_app_/modifiers/hds-tooltip.js",
"./services/hds-time.js": "./dist/_app_/services/hds-time.js"
}
},
"exports": {
".": {
"types": "./declarations/index.d.ts",
"default": "./dist/index.js"
},
"./*": {
"types": "./declarations/*.d.ts",
"default": "./dist/*"
},
"./addon-main.js": "./addon-main.cjs"
},
"typesVersions": {
"*": {
"*": [
"declarations/*"
]
}
},
"files": [
"addon-main.cjs",
"declarations",
"dist"
],
"engines": {
"node": "16.* || >= 18"
}
}