2020-01-21 00:17:58 -05:00
|
|
|
{
|
2020-09-10 00:16:40 -04:00
|
|
|
"version": "2.8.7",
|
2020-01-21 00:17:58 -05:00
|
|
|
"base": "node_modules/fomantic-ui",
|
|
|
|
"paths": {
|
|
|
|
"source": {
|
|
|
|
"config": "src/theme.config",
|
|
|
|
"definitions": "src/definitions/",
|
|
|
|
"site": "src/site/",
|
|
|
|
"themes": "src/themes/"
|
|
|
|
},
|
|
|
|
"output": {
|
2021-04-01 20:11:04 -04:00
|
|
|
"packaged": "../../build/",
|
|
|
|
"uncompressed": "../../build/components/",
|
|
|
|
"compressed": "../../build/components/",
|
|
|
|
"themes": "../../build/themes/"
|
2020-01-21 00:17:58 -05:00
|
|
|
},
|
2021-04-01 20:11:04 -04:00
|
|
|
"clean": "../../build/"
|
2020-01-21 00:17:58 -05:00
|
|
|
},
|
|
|
|
"permission": false,
|
|
|
|
"autoInstall": false,
|
|
|
|
"rtl": false,
|
|
|
|
"admin": false,
|
|
|
|
"components": [
|
2020-01-26 13:26:04 -05:00
|
|
|
"api",
|
2020-01-21 00:17:58 -05:00
|
|
|
"dropdown",
|
|
|
|
"form",
|
|
|
|
"modal",
|
|
|
|
"search",
|
2024-03-25 11:40:50 -04:00
|
|
|
"tab"
|
2020-01-21 00:17:58 -05:00
|
|
|
]
|
|
|
|
}
|