diff options
Diffstat (limited to 'web_src/fomantic/semantic.json')
-rw-r--r-- | web_src/fomantic/semantic.json | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/web_src/fomantic/semantic.json b/web_src/fomantic/semantic.json new file mode 100644 index 0000000000..c0fcd79a83 --- /dev/null +++ b/web_src/fomantic/semantic.json @@ -0,0 +1,60 @@ +{ + "version": "2.8.7", + "base": "node_modules/fomantic-ui", + "paths": { + "source": { + "config": "src/theme.config", + "definitions": "src/definitions/", + "site": "src/site/", + "themes": "src/themes/" + }, + "output": { + "packaged": "../../build/", + "uncompressed": "../../build/components/", + "compressed": "../../build/components/", + "themes": "../../build/themes/" + }, + "clean": "../../build/" + }, + "permission": false, + "autoInstall": false, + "rtl": false, + "admin": false, + "components": [ + "accordion", + "api", + "breadcrumb", + "button", + "card", + "checkbox", + "comment", + "container", + "dimmer", + "divider", + "dropdown", + "form", + "grid", + "header", + "icon", + "image", + "input", + "item", + "label", + "list", + "loader", + "menu", + "message", + "modal", + "popup", + "progress", + "reset", + "search", + "segment", + "sidebar", + "site", + "tab", + "table", + "text", + "transition" + ] +} |