mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-10 22:06:22 +10:00
34 lines
886 B
JSON
34 lines
886 B
JSON
{
|
|
"private": true,
|
|
"name": "@vuepress/theme-blog",
|
|
"version": "1.0.0-alpha.39",
|
|
"description": "theme-blog for vuepress",
|
|
"main": "index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/vuepress.git",
|
|
"directory": "packages/@vuepress/theme-blog"
|
|
},
|
|
"keywords": [
|
|
"documentation",
|
|
"vue",
|
|
"vuepress",
|
|
"generator"
|
|
],
|
|
"dependencies": {
|
|
"@vuepress/plugin-blog": "^1.0.0-alpha.39",
|
|
"@vuepress/plugin-medium-zoom": "^1.0.0-alpha.39",
|
|
"@vuepress/plugin-pagination": "^1.0.0-alpha.39",
|
|
"@vuepress/plugin-search": "^1.0.0-alpha.39"
|
|
},
|
|
"author": "ULIVZ <chl814@foxmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/vuejs/vuepress/issues"
|
|
},
|
|
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/theme-blog#readme"
|
|
}
|