PluralKit/docs/package.json

16 lines
405 B
JSON
Raw Permalink Normal View History

2020-06-10 18:11:28 +02:00
{
"name": "pluralkit-docs",
"private": true,
"scripts": {
"dev": "vuepress dev content",
"build": "vuepress build content"
},
"devDependencies": {
"@vuepress/theme-default": "^1.5.1",
"markdown-it-custom-header-link": "^1.0.5",
"markdown-it-imsize": "^2.0.1",
"vuepress": "^1.5.1",
"vuepress-plugin-clean-urls": "^1.1.1"
}
}