package.json 819 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "go-zero-website",
  3. "version": "1.0.0",
  4. "description": "go zero website",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "docs:dev": "vuepress dev docs",
  9. "docs:build": "vuepress build docs"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "git@github.com:tal-tech/zero-doc.git"
  14. },
  15. "keywords": [],
  16. "author": "",
  17. "dependencies": {
  18. "@vssue/api-github-v3": "^1.4.4",
  19. "@vssue/api-github-v4": "^1.4.0",
  20. "@vssue/vuepress-plugin-vssue": "^1.4.6",
  21. "@vuepress/plugin-active-header-links": "^1.2.0",
  22. "@vuepress/plugin-back-to-top": "^1.2.0",
  23. "@vuepress/plugin-medium-zoom": "^1.2.0",
  24. "@vuepress/plugin-nprogress": "^1.2.0",
  25. "@vuepress/plugin-pwa": "^1.2.0",
  26. "moment": "^2.24.0",
  27. "vuepress": "^1.7.1"
  28. }
  29. }