mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
* chore: migrate maa website * ci: change docs build test to website build test * fix: rename artifact name to dist * ci: add workflow to deploy website to azure
26 lines
855 B
JSON
26 lines
855 B
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": {
|
|
"@vuepress/bundler-vite": "2.0.0-rc.2",
|
|
"@vuepress/plugin-docsearch": "2.0.0-rc.3",
|
|
"markdown-it": "^14.0.0",
|
|
"markdown-it-anchor": "^8.6.7",
|
|
"markdownlint-cli": "^0.39.0",
|
|
"vue": "^3.4.15",
|
|
"vuepress": "2.0.0-rc.2",
|
|
"vuepress-theme-hope": "2.0.0-rc.18",
|
|
"@vuepress/plugin-google-analytics": "2.0.0-rc.21"
|
|
},
|
|
"scripts": {
|
|
"dev": "vuepress dev .",
|
|
"build": "vuepress build .",
|
|
"clean": "vuepress dev . --clean-cache"
|
|
}
|
|
} |