12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "myBlogs",
- "version": "1.0.2",
- "description": "",
- "main": "index.js",
- "directories": {
- "doc": "docs"
- },
- "scripts": {
- "dev": "vuepress dev docs",
- "docs:dev": "vuepress dev docs",
- "build": "vuepress build docs",
- "docs:build": "vuepress build docs",
- "git:push": "git add . && git commit -m update && git push origin master",
- "gh-pages": "git subtree push --prefix=dist origin gh-pages",
- "push": "vuepress build docs && npm run git:push && npm run gh-pages"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/Johnhong9527/myBlogs.git"
- },
- "author": "",
- "license": "ISC",
- "bugs": {
- "url": "https://github.com/Johnhong9527/myBlogs/issues"
- },
- "homepage": "https://github.com/Johnhong9527/myBlogs#readme",
- "dependencies": {},
- "devDependencies": {
- "leancloud-storage": "^3.15.0",
- "less": "^3.10.3",
- "less-loader": "^5.0.0",
- "valine": "^1.3.10",
- "vuepress": "^1.2.0",
- "vuepress-plugin-comment": "^0.7.0-beta.1"
- }
- }
|