-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.13 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1.13 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
{
"name": "@01ht/ht-elements-catalog",
"version": "1.0.2",
"main": "ht-elements-catalog.js",
"repository": "01ht/ht-elements-catalog",
"author": "01HT Ltd",
"license": "UNLICENSED",
"dependencies": {
"lit-element": "^2.0.1",
"@polymer/iron-collapse": "^3.0.1",
"@polymer/iron-icon": "^3.0.1",
"@polymer/iron-iconset-svg": "^3.0.1",
"@polymer/paper-checkbox": "^3.0.1",
"@polymer/paper-dropdown-menu": "^3.0.1",
"@polymer/paper-icon-button": "^3.0.1",
"@polymer/paper-item": "^3.0.1",
"@polymer/paper-listbox": "^3.0.1",
"@01ht/ht-chip": "01ht/ht-chip",
"@01ht/ht-date": "01ht/ht-date",
"@01ht/ht-spinner": "01ht/ht-spinner",
"@01ht/ht-image": "01ht/ht-image",
"@01ht/ht-image-slider": "01ht/ht-image-slider",
"@01ht/ht-animated-image": "01ht/ht-animated-image",
"@01ht/ht-elements-item-youtube-preview": "01ht/ht-elements-item-youtube-preview",
"@01ht/ht-user-avatar": "01ht/ht-user-avatar",
"@01ht/ht-nothing-found-placeholder": "01ht/ht-nothing-found-placeholder",
"@01ht/ht-client-helper-functions": "01ht/ht-client-helper-functions",
"pwa-helpers": "^0.9.0"
}
}