package.json 442 B

12345678910111213141516171819202122
  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. }
  22. }