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.

17 lines
440 B

  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": "../docs/docs/dist/",
  12. "uncompressed": "../docs/docs/dist/components/",
  13. "compressed": "../docs/docs/dist/components/",
  14. "themes": "../docs/docs/dist/themes/"
  15. },
  16. "clean": "../docs/docs/dist/"
  17. }
  18. }