mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-05 17:59:12 +02:00
41 lines
1,008 B
JSON
41 lines
1,008 B
JSON
{
|
|
"name": "@vuepress/theme-default",
|
|
"version": "1.0.2",
|
|
"description": "Default theme for VuePress",
|
|
"main": "index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/vuepress.git",
|
|
"directory": "packages/@vuepress/theme-default"
|
|
},
|
|
"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.2",
|
|
"@vuepress/plugin-nprogress": "^1.0.2",
|
|
"@vuepress/plugin-search": "^1.0.2",
|
|
"docsearch.js": "^2.5.2",
|
|
"stylus": "^0.54.5",
|
|
"stylus-loader": "^3.0.2",
|
|
"vuepress-plugin-container": "^2.0.0"
|
|
}
|
|
}
|