You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

semantic.json 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "version": "2.8.4",
  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": "../../public/fomantic/",
  13. "uncompressed": "../../public/fomantic/components/",
  14. "compressed": "../../public/fomantic/components/",
  15. "themes": "../../public/fomantic/themes/"
  16. },
  17. "clean": "../../public/fomantic/"
  18. },
  19. "permission": false,
  20. "autoInstall": false,
  21. "rtl": false,
  22. "admin": false,
  23. "components": [
  24. "accordion",
  25. "api",
  26. "breadcrumb",
  27. "button",
  28. "card",
  29. "checkbox",
  30. "comment",
  31. "container",
  32. "dimmer",
  33. "divider",
  34. "dropdown",
  35. "form",
  36. "grid",
  37. "header",
  38. "icon",
  39. "image",
  40. "input",
  41. "item",
  42. "label",
  43. "list",
  44. "loader",
  45. "menu",
  46. "message",
  47. "modal",
  48. "popup",
  49. "progress",
  50. "reset",
  51. "search",
  52. "segment",
  53. "sidebar",
  54. "site",
  55. "sticky",
  56. "tab",
  57. "table",
  58. "text",
  59. "transition"
  60. ]
  61. }