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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. "checkbox",
  29. "comment",
  30. "container",
  31. "dimmer",
  32. "divider",
  33. "dropdown",
  34. "form",
  35. "grid",
  36. "header",
  37. "icon",
  38. "image",
  39. "input",
  40. "item",
  41. "label",
  42. "list",
  43. "loader",
  44. "menu",
  45. "message",
  46. "modal",
  47. "popup",
  48. "progress",
  49. "reset",
  50. "search",
  51. "segment",
  52. "sidebar",
  53. "site",
  54. "sticky",
  55. "tab",
  56. "table",
  57. "text",
  58. "transition"
  59. ]
  60. }