vuepress-theme-homesite
Version:
A vuepress theme to build your home site
42 lines • 1.06 kB
JSON
{
"name": "vuepress-theme-homesite",
"version": "1.0.3",
"description": "A vuepress theme to build your home site",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://gitee.com/jerryqi/vuepress-theme-homesite"
},
"keywords": [
"vuepress",
"theme",
"homesite"
],
"author": "jerryqi",
"maintainers": [
{
"name": "jerryqi",
"email": "630751892@qq.com"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://gitee.com/jerryqi/vuepress-theme-homesite/issues"
},
"homepage": "https://gitee.com/jerryqi/vuepress-theme-homesite#readme",
"dependencies": {
"@vuepress/plugin-active-header-links": "^1.2.0",
"@vuepress/plugin-nprogress": "^1.2.0",
"@vuepress/plugin-search": "^1.2.0",
"docsearch.js": "^2.6.3",
"lodash": "^4.17.15",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"vuepress": "^1.2.0",
"vuepress-plugin-container": "^2.1.0",
"vuepress-plugin-smooth-scroll": "0.0.7"
}
}