diff options
| author | Fuwn <[email protected]> | 2020-12-14 23:21:39 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-12-14 23:21:39 -0800 |
| commit | 823344c19094680e80e2b56449a243e183db8b06 (patch) | |
| tree | 92277700547ea671331828caa258ace7aaaa46d5 /semantic.json | |
| parent | repo: angular (diff) | |
| download | me-823344c19094680e80e2b56449a243e183db8b06.tar.xz me-823344c19094680e80e2b56449a243e183db8b06.zip | |
:star:
Diffstat (limited to 'semantic.json')
| -rw-r--r-- | semantic.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/semantic.json b/semantic.json new file mode 100644 index 0000000..9a474d8 --- /dev/null +++ b/semantic.json @@ -0,0 +1,23 @@ +{ + "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": false, + "rtl": false, + "components": ["reset", "site", "button", "container", "divider", "emoji", "flag", "header", "icon", "image", "input", "label", "list", "loader", "rail", "reveal", "segment", "step", "breadcrumb", "form", "grid", "menu", "message", "table", "ad", "card", "comment", "feed", "item", "statistic", "accordion", "calendar", "checkbox", "dimmer", "dropdown", "embed", "modal", "nag", "placeholder", "popup", "progress", "slider", "rating", "search", "shape", "sidebar", "sticky", "tab", "text", "toast", "transition", "api", "form", "state", "visibility"], + "version": "2.8.7" +} |