Files
discordeno/docs/package.json
2020-12-27 11:51:05 +04:00

18 lines
461 B
JSON
Executable File

{
"name": "discordeno",
"private": true,
"version": "0.0.1",
"description": "Docs for Discordeno",
"repository": "https://github.com/discordeno/discordeno",
"scripts": {
"docs:dev": "vuepress dev src --host localhost",
"docs:build": "vuepress build src"
},
"devDependencies": {
"vuepress": "^1.7.1",
"vuepress-theme-yuu": "^2.3.0",
"@vuepress/plugin-back-to-top": "^1.7.1",
"@vuepress/plugin-medium-zoom": "^1.7.1"
}
}