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.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. "button",
  26. "checkbox",
  27. "container",
  28. "dimmer",
  29. "divider",
  30. "dropdown",
  31. "form",
  32. "grid",
  33. "header",
  34. "input",
  35. "item",
  36. "label",
  37. "list",
  38. "loader",
  39. "menu",
  40. "message",
  41. "modal",
  42. "search",
  43. "segment",
  44. "site",
  45. "tab",
  46. "table",
  47. "text",
  48. "transition"
  49. ]
  50. }