package.json 503 B

1234567891011121314151617181920212223
  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. "gh-pages": "^3.1.0",
  19. "vuepress": "^1.5.3",
  20. "vuepress-plugin-dehydrate": "^1.1.5",
  21. "vuepress-theme-default-prefers-color-scheme": "^2.0.0"
  22. }
  23. }