code.gitea.io/gitea@v1.21.7/web_src/fomantic/semantic.json (about)

     1  {
     2    "version": "2.8.7",
     3    "base": "node_modules/fomantic-ui",
     4    "paths": {
     5      "source": {
     6        "config": "src/theme.config",
     7        "definitions": "src/definitions/",
     8        "site": "src/site/",
     9        "themes": "src/themes/"
    10      },
    11      "output": {
    12        "packaged": "../../build/",
    13        "uncompressed": "../../build/components/",
    14        "compressed": "../../build/components/",
    15        "themes": "../../build/themes/"
    16      },
    17      "clean": "../../build/"
    18    },
    19    "permission": false,
    20    "autoInstall": false,
    21    "rtl": false,
    22    "admin": false,
    23    "components": [
    24      "api",
    25      "button",
    26      "checkbox",
    27      "container",
    28      "dimmer",
    29      "dropdown",
    30      "form",
    31      "grid",
    32      "header",
    33      "input",
    34      "label",
    35      "list",
    36      "menu",
    37      "message",
    38      "modal",
    39      "search",
    40      "segment",
    41      "site",
    42      "tab",
    43      "table"
    44    ]
    45  }