Files
2018-12-03 11:23:48 +08:00

40 lines
922 B
JSON

{
"name": "@vuepress/theme-default",
"version": "1.0.0-alpha.27",
"description": "Default theme for VuePress",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git"
},
"keywords": [
"documentation",
"vue",
"vuepress",
"generator"
],
"author": "Evan You",
"maintainers": [
{
"name": "ULIVZ",
"email": "chl814@foxmail.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vuepress/issues"
},
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/theme-default#readme",
"dependencies": {
"@vuepress/plugin-active-header-links": "^1.0.0-alpha.27",
"@vuepress/plugin-search": "^1.0.0-alpha.27",
"docsearch.js": "^2.5.2",
"nprogress": "^0.2.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2"
}
}