forked from pterodactyl/documentation
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
28 lines (28 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "pterodactyl-china",
"version": "2.0.0",
"description": "翼龙是一个使用 PHP、React 和 Go 构建的开源游戏服务器管理面板。翼龙在设计时考虑了安全性,在隔离的 Docker 镜像中运行所有游戏服务器,同时向最终用户展示了美观直观的 UI。",
"license": "MIT",
"type": "module",
"scripts": {
"docs:build": "vuepress-vite build .",
"docs:clean-dev": "vuepress-vite dev . --clean-cache",
"docs:dev": "vuepress-vite dev .",
"docs:update-package": "yarn dlx vp-update"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.19",
"@vuepress/plugin-docsearch": "2.0.0-rc.71",
"@vuepress/plugin-google-analytics": "^2.0.0-rc.66",
"@vuepress/plugin-prismjs": "^2.0.0-rc.71",
"@vuepress/plugin-pwa": "2.0.0-rc.71",
"@vuepress/plugin-register-components": "2.0.0-rc.66",
"@vuepress/plugin-revealjs": "^2.0.0-rc.71",
"markdown-it": "14.1.0",
"sass": "1.83.4",
"vue": "3.5.13",
"vuepress": "2.0.0-rc.19",
"vuepress-theme-hope": "2.0.0-rc.70"
},
"packageManager": "yarn@4.6.0"
}