package.json 557 B

123456789101112131415161718192021222324
  1. {
  2. "name": "anchor",
  3. "version": "0.0.1",
  4. "description": "",
  5. "main": "index.js",
  6. "authors": {
  7. "name": "",
  8. "email": ""
  9. },
  10. "repository": "/anchor",
  11. "scripts": {
  12. "deploy": "gh-pages -d src/.vuepress/dist",
  13. "dev": "vuepress dev src",
  14. "build": "vuepress build src"
  15. },
  16. "license": "MIT",
  17. "devDependencies": {
  18. "@xiaopanda/vuepress-plugin-code-copy": "^1.0.3",
  19. "gh-pages": "^3.1.0",
  20. "vuepress": "^1.5.3",
  21. "vuepress-plugin-dehydrate": "^1.1.5",
  22. "vuepress-theme-default-prefers-color-scheme": "^2.0.0"
  23. }
  24. }