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