mirror of
https://github.com/RainCraft-Server/raincraft-server.github.io.git
synced 2025-12-16 05:07:42 +00:00
first commit
This commit is contained in:
commit
fa65e2e9dc
32 changed files with 6059 additions and 0 deletions
27
package.json
Normal file
27
package.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"name": "rain-craft",
|
||||
"type": "module",
|
||||
"version": "1.0.0",
|
||||
"description": "An Minecraft Server.",
|
||||
"packageManager": "pnpm@9.12.2",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^18.20.0 || >=20.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"docs:dev": "vuepress dev docs",
|
||||
"docs:dev-clean": "vuepress dev docs --clean-cache --clean-temp",
|
||||
"docs:build": "vuepress build docs --clean-cache --clean-temp",
|
||||
"docs:preview": "http-server docs/.vuepress/dist",
|
||||
"vp-update": "pnpm dlx vp-update"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vuepress/bundler-vite": "2.0.0-rc.18",
|
||||
"http-server": "^14.1.1",
|
||||
"sass-embedded": "^1.80.3",
|
||||
"typescript": "^5.6.3",
|
||||
"vue": "^3.5.12",
|
||||
"vuepress": "2.0.0-rc.18",
|
||||
"vuepress-theme-plume": "1.0.0-rc.112"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue