Files
MaaAssistantArknights/docs/package.json
Lucien Shaw 866bc59ca4 docs: 调整文档站的标题和尾注文本显示 (#14213)
* chore: 更新plume主题版本

* chore: 更新文档站尾注配置

* i18n: 调整多语言的默认网站标题

* docs: 调整首页的网页标题

* docs: 文档站首页MAA标题加阴影
2025-09-23 21:36:58 +08:00

35 lines
1.1 KiB
JSON

{
"name": "docs",
"version": "2.0.0",
"description": "manual for MaaAssistantArknights",
"main": "index.js",
"repository": "https://github.com/MaaAssistantArknights/MaaAssistantArknights",
"author": "bakashigure <me@shigure.fun>",
"license": "AGPL-3.0",
"private": true,
"devDependencies": {
"@iconify/vue": "^5.0.0",
"@vuepress/bundler-vite": "2.0.0-rc.24",
"@vuepress/helper": "2.0.0-rc.112",
"@vuepress/plugin-docsearch": "2.0.0-rc.112",
"@vuepress/plugin-git": "2.0.0-rc.112",
"@vuepress/plugin-google-analytics": "2.0.0-rc.112",
"@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.1",
"typescript": "^5.9.2",
"vue": "^3.5.21",
"vuepress": "2.0.0-rc.24",
"vuepress-theme-plume": "1.0.0-rc.164"
},
"scripts": {
"dev": "vuepress dev .",
"build": "vuepress build .",
"clean": "vuepress dev . --clean-cache"
}
}