package 1.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "myBlogs",
  3. "version": "1.0.2",
  4. "description": "",
  5. "main": "index.js",
  6. "directories": {
  7. "doc": "docs"
  8. },
  9. "scripts": {
  10. "dev": "vuepress dev docs",
  11. "docs:dev": "vuepress dev docs",
  12. "build": "vuepress build docs",
  13. "docs:build": "vuepress build docs",
  14. "git:push": "git add . && git commit -m update && git push origin master",
  15. "gh-pages": "git subtree push --prefix=dist origin gh-pages",
  16. "push": "vuepress build docs && npm run git:push && npm run gh-pages"
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "git+https://github.com/Johnhong9527/myBlogs.git"
  21. },
  22. "author": "",
  23. "license": "ISC",
  24. "bugs": {
  25. "url": "https://github.com/Johnhong9527/myBlogs/issues"
  26. },
  27. "homepage": "https://github.com/Johnhong9527/myBlogs#readme",
  28. "dependencies": {},
  29. "devDependencies": {
  30. "leancloud-storage": "^3.15.0",
  31. "less": "^3.10.3",
  32. "less-loader": "^5.0.0",
  33. "valine": "^1.3.10",
  34. "vuepress": "^1.2.0",
  35. "vuepress-plugin-comment": "^0.7.0-beta.1"
  36. }
  37. }