mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
Co-authored-by: Lucien Shaw <myxlc55@outlook.com> Co-authored-by: MistEO <mistereo@hotmail.com>
30 lines
947 B
JSON
30 lines
947 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.24",
|
|
"@vuepress/plugin-docsearch": "2.0.0-rc.112",
|
|
"@vuepress/plugin-google-analytics": "2.0.0-rc.112",
|
|
"gray-matter": "^4.0.3",
|
|
"markdown-it": "^14.1.0",
|
|
"markdown-it-anchor": "^9.2.0",
|
|
"sass-embedded": "^1.92.1",
|
|
"typescript": "^5.9.2",
|
|
"vue": "^3.5.21",
|
|
"vuepress": "2.0.0-rc.24",
|
|
"vuepress-theme-plume": "1.0.0-rc.160"
|
|
},
|
|
"scripts": {
|
|
"dev": "vuepress dev .",
|
|
"build": "vuepress build .",
|
|
"clean": "vuepress dev . --clean-cache"
|
|
}
|
|
}
|