mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 02:16:28 +02:00
16 lines
370 B
JSON
16 lines
370 B
JSON
{
|
|
"devDependencies": {
|
|
"@vuepress/plugin-google-analytics": "1.8.2",
|
|
"vuepress": "1.8.2",
|
|
"vuepress-plugin-check-md": "0.0.2",
|
|
"vuepress-plugin-sitemap": "2.3.1"
|
|
},
|
|
"scripts": {
|
|
"docs:dev": "vuepress dev docs",
|
|
"docs:build": "vuepress build docs",
|
|
"docs:check-md": "vuepress check-md"
|
|
},
|
|
"dependencies": {
|
|
"esm": "3.2.25"
|
|
}
|
|
}
|