mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
25 lines
784 B
JSON
25 lines
784 B
JSON
{
|
|
"name": "docs",
|
|
"version": "1.0.0",
|
|
"description": "Documentation website for Minecraft Console Client (MCC)",
|
|
"main": "index.js",
|
|
"author": "MCC Team",
|
|
"license": "CDDL-1.0",
|
|
"private": false,
|
|
"scripts": {
|
|
"docs:build": "vuepress-cli build --clean-cache",
|
|
"docs:clean": "rimraf .vuepress/.temp .vuepress/.cache .vuepress/dist",
|
|
"docs:dev": "vuepress-cli dev --clean-cache",
|
|
"docs:serve": "anywhere -s -h localhost -d .vuepress/dist"
|
|
},
|
|
"devDependencies": {
|
|
"@vuepress/bundler-webpack": "^2.0.0-beta.53",
|
|
"@vuepress/plugin-search": "^2.0.0-beta.53",
|
|
"@vuepress/plugin-shiki": "^2.0.0-beta.53",
|
|
"vuepress": "^2.0.0-beta.53",
|
|
"vuepress-plugin-redirect": "^2.0.0-beta.120"
|
|
},
|
|
"dependencies": {
|
|
"anywhere": "^1.6.0"
|
|
}
|
|
}
|