summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsemantic.json72
1 files changed, 72 insertions, 0 deletions
diff --git a/semantic.json b/semantic.json
new file mode 100755
index 0000000..41c6498
--- /dev/null
+++ b/semantic.json
@@ -0,0 +1,72 @@
+{
+ "base": "lib/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,
+ "rtl": "No",
+ "components": [
+ "reset",
+ "site",
+ "button",
+ "container",
+ "divider",
+ "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",
+ "checkbox",
+ "dimmer",
+ "dropdown",
+ "embed",
+ "modal",
+ "nag",
+ "popup",
+ "progress",
+ "rating",
+ "search",
+ "shape",
+ "sidebar",
+ "sticky",
+ "tab",
+ "transition",
+ "api",
+ "form",
+ "state",
+ "visibility"
+ ],
+ "version": "2.1.8"
+} \ No newline at end of file