Files

28 lines
582 B
JSON
Raw Permalink Normal View History

{
2020-09-10 06:16:40 +02:00
"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": {
2021-04-02 08:11:04 +08:00
"packaged": "../../build/",
"uncompressed": "../../build/components/",
"compressed": "../../build/components/",
"themes": "../../build/themes/"
},
2021-04-02 08:11:04 +08:00
"clean": "../../build/"
},
"permission": false,
"autoInstall": false,
"rtl": false,
"admin": false,
"components": [
2020-01-26 19:26:04 +01:00
"api",
2024-03-25 16:40:50 +01:00
"tab"
]
}