mirror of
https://github.com/go-gitea/gitea
synced 2024-10-31 23:34:25 +00:00
45 lines
814 B
JSON
45 lines
814 B
JSON
{
|
|
"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": [
|
|
"api",
|
|
"button",
|
|
"checkbox",
|
|
"container",
|
|
"dimmer",
|
|
"dropdown",
|
|
"form",
|
|
"grid",
|
|
"header",
|
|
"input",
|
|
"label",
|
|
"list",
|
|
"menu",
|
|
"modal",
|
|
"search",
|
|
"segment",
|
|
"site",
|
|
"tab",
|
|
"table"
|
|
]
|
|
}
|