mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
24 lines
549 B
JSON
24 lines
549 B
JSON
{
|
|
"name": "docs",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"devDependencies": {
|
|
"vuepress": "^2.0.0-rc.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "vuepress dev",
|
|
"build": "vuepress build"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"packageManager": "yarn@4.0.2",
|
|
"dependencies": {
|
|
"@vuepress/plugin-google-analytics": "2.0.0-rc.0",
|
|
"@vuepress/plugin-search": "2.0.0-rc.0",
|
|
"@vuepress/theme-default": "^2.0.0-rc.0",
|
|
"vuepress-plugin-sitemap2": "^2.0.0-rc.5",
|
|
"vuepress-plugin-zooming": "^1.1.8"
|
|
}
|
|
}
|