Files
vuepress/packages/@vuepress/theme-default/package.json
T
2018-08-12 05:52:55 +08:00

32 lines
757 B
JSON

{
"name": "@vuepress/theme-default",
"version": "1.0.0",
"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",
"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",
"docsearch.js": "^2.5.2",
"nprogress": "^0.2.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2"
}
}