-
Notifications
You must be signed in to change notification settings - Fork 2
/
semantic.json
24 lines (24 loc) · 1.06 KB
/
semantic.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
{
"base": "\\",
"paths": {
"source": {
"config": "src/theme.config",
"definitions": "src/definitions/",
"site": "src\\site\\",
"themes": "src/themes/"
},
"output": {
"packaged": "current\\",
"uncompressed": "current\\components\\",
"compressed": "current\\components\\",
"site": "current\\",
"themes": "current/themes/"
},
"clean": "current/"
},
"permission": false,
"autoInstall": false,
"rtl": "both",
"components": ["jquery", "jquery_adapter", "reset", "site", "toastr", "toastr_adapter", "toast", "button", "container", "divider", "flag", "header", "icon", "image", "input", "label", "list", "loader", "placeholder", "rail", "reveal", "segment", "step", "breadcrumb", "form", "grid", "menu", "message", "table", "ad", "card", "comment", "feed", "item", "statistic", "accordion", "checkbox", "dimmer", "dropdown", "embed", "modal", "nag", "popup", "progress", "rating", "search", "shape", "sidebar", "sticky", "tab", "transition", "api", "form", "state", "visibility"],
"version": "2.4.2"
}