Files
MaaAssistantArknights/docs/package.json
Lucien Shaw e6de86cf79 build(docs): update and switch to esm (#14642)
* build(docs): switch to esm

* build(docs): bump pnpm to v10.20.0

* ci: 精简文档站构建和发布流程

* build(docs): 升级部分依赖

* ci: 补全package.json的查找路径

* build(docs): 升级plume主题

* fix(docs): 适应新版本主题的样式变动

* ci: 补全文档站工作流的权限设置
2025-11-06 16:51:31 +08:00

37 lines
1.2 KiB
JSON

{
"name": "docs",
"version": "2.0.0",
"description": "manual for MaaAssistantArknights",
"type": "module",
"repository": "https://github.com/MaaAssistantArknights/MaaAssistantArknights",
"author": "bakashigure <me@shigure.fun>",
"license": "AGPL-3.0",
"private": true,
"scripts": {
"dev": "vuepress dev .",
"build": "vuepress build .",
"clean": "vuepress dev . --clean-cache"
},
"devDependencies": {
"@iconify/vue": "^5.0.0",
"@vuepress/bundler-vite": "2.0.0-rc.26",
"@vuepress/helper": "2.0.0-rc.118",
"@vuepress/plugin-docsearch": "2.0.0-rc.118",
"@vuepress/plugin-git": "2.0.0-rc.118",
"@vuepress/plugin-google-analytics": "2.0.0-rc.118",
"@vueuse/core": "^13.9.0",
"bcrypt-ts": "^7.1.0",
"gray-matter": "^4.0.3",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"prettier": "^3.6.2",
"sass-embedded": "^1.93.3",
"typescript": "^5.9.3",
"vite": "^7.2.0",
"vue": "^3.5.23",
"vuepress": "2.0.0-rc.26",
"vuepress-theme-plume": "1.0.0-rc.175"
},
"packageManager": "pnpm@10.20.0"
}