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.

67 lines
1.0 KiB

  1. {
  2. "base": "",
  3. "paths": {
  4. "source": {
  5. "config" : "src/theme.config",
  6. "definitions" : "src/definitions/",
  7. "site" : "src/site/",
  8. "themes" : "src/themes/"
  9. },
  10. "output": {
  11. "packaged" : "dist/",
  12. "uncompressed" : "dist/components/",
  13. "compressed" : "dist/components/",
  14. "themes" : "dist/themes/"
  15. },
  16. "clean" : "dist/"
  17. },
  18. "components": [
  19. "accordion",
  20. "api",
  21. "breadcrumb",
  22. "button",
  23. "card",
  24. "checkbox",
  25. "comment",
  26. "dimmer",
  27. "divider",
  28. "dropdown",
  29. "feed",
  30. "flag",
  31. "form",
  32. "grid",
  33. "header",
  34. "icon",
  35. "image",
  36. "input",
  37. "item",
  38. "label",
  39. "list",
  40. "loader",
  41. "menu",
  42. "message",
  43. "modal",
  44. "nag",
  45. "popup",
  46. "progress",
  47. "rail",
  48. "rating",
  49. "reset",
  50. "reveal",
  51. "search",
  52. "segment",
  53. "shape",
  54. "sidebar",
  55. "site",
  56. "statistic",
  57. "step",
  58. "sticky",
  59. "tab",
  60. "table",
  61. "transition",
  62. "video"
  63. ]
  64. }