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 970B

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