Files
discordeno/docs/package.json
2020-12-07 12:33:47 +04:00

20 lines
486 B
JSON
Executable File

{
"name": "discordeno",
"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"
},
"license": "MIT",
"devDependencies": {
"vuepress": "^1.5.3",
"vuepress-theme-yuu": "^2.3.0"
},
"dependencies": {
"@vuepress/plugin-back-to-top": "^1.7.1",
"@vuepress/plugin-medium-zoom": "^1.7.1"
}
}