-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
58 lines (58 loc) · 1.2 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
{
"name": "xel",
"version": "0.0.0",
"type": "module",
"browser": "xel.js",
"description": "Widget toolkit for building native-like Web, Electron and Hybrid apps",
"author": "Jarosław Foksa",
"license": "MIT",
"homepage": "https://xel-toolkit.org/",
"repository": {
"type": "git",
"url": "git+https://github.com/jarek-foksa/xel.git"
},
"bugs": {
"url": "https://github.com/jarek-foksa/xel/issues"
},
"keywords": [
"widget",
"toolkit",
"electron",
"nwjs",
"nw.js",
"macOS",
"desktop",
"ui",
"button",
"slider",
"tabs",
"card",
"menu",
"menubar",
"checkbox",
"radio",
"switch",
"select",
"dialog",
"drawer",
"popover",
"slider",
"throbber"
],
"devDependencies": {
"@fluent/bundle": "0.18.0",
"@rollup/rollup-darwin-arm64": "4.17.2",
"cantarell": "0.303.0",
"clean-css": "5.3.3",
"colorjs.io": "https://github.com/color-js/color.js#40e7a05",
"dompurify": "3.1.3",
"fs-extra": "11.2.0",
"glob": "10.3.15",
"html-minifier-terser": "7.2.0",
"marked": "12.0.2",
"prismjs": "1.29.0",
"rollup": "4.17.2",
"semver": "7.6.2",
"terser": "5.31.0"
}
}