2020-01-20 22:17:58 -07:00
|
|
|
{
|
2020-02-24 21:56:59 -07:00
|
|
|
"version": "2.8.4",
|
2020-01-20 22:17:58 -07:00
|
|
|
"base": "node_modules/fomantic-ui",
|
|
|
|
"paths": {
|
|
|
|
"source": {
|
|
|
|
"config": "src/theme.config",
|
|
|
|
"definitions": "src/definitions/",
|
|
|
|
"site": "src/site/",
|
|
|
|
"themes": "src/themes/"
|
|
|
|
},
|
|
|
|
"output": {
|
|
|
|
"packaged": "../../public/fomantic/",
|
|
|
|
"uncompressed": "../../public/fomantic/components/",
|
|
|
|
"compressed": "../../public/fomantic/components/",
|
|
|
|
"themes": "../../public/fomantic/themes/"
|
|
|
|
},
|
|
|
|
"clean": "../../public/fomantic/"
|
|
|
|
},
|
|
|
|
"permission": false,
|
|
|
|
"autoInstall": false,
|
|
|
|
"rtl": false,
|
|
|
|
"admin": false,
|
|
|
|
"components": [
|
|
|
|
"accordion",
|
2020-01-26 11:26:04 -07:00
|
|
|
"api",
|
2020-01-20 22:17:58 -07:00
|
|
|
"breadcrumb",
|
|
|
|
"button",
|
2020-05-12 19:43:06 -06:00
|
|
|
"card",
|
2020-01-20 22:17:58 -07:00
|
|
|
"checkbox",
|
|
|
|
"comment",
|
|
|
|
"container",
|
|
|
|
"dimmer",
|
|
|
|
"divider",
|
|
|
|
"dropdown",
|
|
|
|
"form",
|
|
|
|
"grid",
|
|
|
|
"header",
|
|
|
|
"icon",
|
|
|
|
"image",
|
|
|
|
"input",
|
|
|
|
"item",
|
|
|
|
"label",
|
|
|
|
"list",
|
|
|
|
"loader",
|
|
|
|
"menu",
|
|
|
|
"message",
|
|
|
|
"modal",
|
|
|
|
"popup",
|
|
|
|
"progress",
|
|
|
|
"reset",
|
|
|
|
"search",
|
|
|
|
"segment",
|
|
|
|
"sidebar",
|
|
|
|
"site",
|
|
|
|
"sticky",
|
|
|
|
"tab",
|
|
|
|
"table",
|
|
|
|
"text",
|
|
|
|
"transition"
|
|
|
|
]
|
|
|
|
}
|