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

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