Files
MaaAssistantArknights/docs/package.json
Alisa c2bd0133ba refactor: 合并 MAA Website 仓库 (#8886)
* 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
2024-04-24 09:31:52 +08:00

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"
}
}