mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-28 22:40:19 +00:00
20 lines
486 B
JSON
Executable File
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"
|
|
}
|
|
}
|