Files
MaaAssistantArknights/docs/package.json
uye 57fbe81be1 refactor: website docs **translation needed** (#9287)
Co-authored-by: wlwxj <d1ve_wh4le@outlook.com>
Co-authored-by: Rbqwow <55343783+Rbqwow@users.noreply.github.com>
Co-authored-by: Constrat <56174894+Constrat@users.noreply.github.com>
Co-authored-by: HX3N <scarlet7518@gmail.com>
Co-authored-by: Wallsman <63186641+wallsman@users.noreply.github.com>
Co-authored-by: Loong <wangl.cc@outlook.com>
Co-authored-by: 神代綺凛 <i@loli.best>
Co-authored-by: SherkeyXD <57581480+SherkeyXD@users.noreply.github.com>
2024-07-08 01:57:20 +08:00

29 lines
931 B
JSON

{
"name": "docs",
"version": "2.0.0",
"description": "manual for MaaAssistantArknights",
"main": "index.js",
"type": "module",
"repository": "https://github.com/MaaAssistantArknights/MaaAssistantArknights",
"author": "bakashigure <me@shigure.fun>",
"license": "AGPL-3.0",
"private": true,
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.13",
"@vuepress/plugin-docsearch": "2.0.0-rc.36",
"@vuepress/plugin-google-analytics": "2.0.0-rc.34",
"@vuepress/plugin-shiki": "^2.0.0-rc.34",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.0.1",
"markdownlint-cli": "^0.39.0",
"vue": "^3.4.27",
"vuepress": "2.0.0-rc.13",
"vuepress-theme-hope": "2.0.0-rc.49"
},
"scripts": {
"dev": "vuepress dev .",
"build": "vuepress build .",
"clean": "vuepress dev . --clean-cache"
}
}