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

123456789101112131415161718192021222324252627282930313233343536
  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. "dimmer",
  27. "dropdown",
  28. "form",
  29. "input",
  30. "list",
  31. "menu",
  32. "modal",
  33. "search",
  34. "tab"
  35. ]
  36. }