2020-07-28 16:19:40 +00:00
|
|
|
{
|
|
|
|
"name": "pluralkit-docs",
|
|
|
|
"private": true,
|
|
|
|
"description": "Documentation for PluralKit",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vuepress dev content",
|
|
|
|
"build": "vuepress build content"
|
|
|
|
},
|
2020-11-08 17:52:36 +00:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2020-07-28 16:19:40 +00:00
|
|
|
"devDependencies": {
|
2021-06-11 21:08:28 +00:00
|
|
|
"@vuepress/plugin-back-to-top": "1.8.2",
|
|
|
|
"@vuepress/plugin-google-analytics": "1.8.2",
|
2020-07-28 16:19:40 +00:00
|
|
|
"markdown-it-custom-header-link": "^1.0.5",
|
2021-06-11 21:08:28 +00:00
|
|
|
"vuepress": "1.8.2",
|
|
|
|
"vuepress-plugin-clean-urls": "1.1.2",
|
|
|
|
"vuepress-plugin-dehydrate": "1.1.5"
|
2020-10-09 18:54:46 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-06-11 21:08:28 +00:00
|
|
|
"vuepress-theme-default-prefers-color-scheme": "2.0.0"
|
2020-07-28 16:19:40 +00:00
|
|
|
}
|
|
|
|
}
|