package.json 840 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "emqx-kuiper-docs",
  3. "version": "1.0.0",
  4. "description": "EMQ X Kuiper Docs",
  5. "main": "index.js",
  6. "author": "emqx team",
  7. "license": "Apache 2.0",
  8. "private": true,
  9. "scripts": {
  10. "serve": "node _scripts/make && gitbook serve",
  11. "docs": "node _scripts/make && gitbook serve",
  12. "html": "npm install && node _scripts/make && gitbook build . _book",
  13. "pdf": "gitbook pdf . _book.pdf"
  14. },
  15. "dependencies": {
  16. "gitbook-cli": "^2.3.2",
  17. "gitbook-plugin-prism": "*",
  18. "gitbook-plugin-simple-page-toc": "*",
  19. "gitbook-plugin-anchors": "*",
  20. "gitbook-plugin-copy-code-button": "*",
  21. "gitbook-plugin-anchor-navigation-ex": "*",
  22. "gitbook-plugin-cuav-chapters": "*",
  23. "gitbook-plugin-local-pagefooter": "*",
  24. "gitbook-plugin-edit-link": "*",
  25. "gitbook-plugin-github-buttons": "*"
  26. }
  27. }