mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
27 lines
759 B
JSON
27 lines
759 B
JSON
{
|
|
"name": "maa-docs-main",
|
|
"version": "1.0.0",
|
|
"description": "manual for MaaAssistantArknights",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/MaaAssistantArknights/MaaAssistantArknights",
|
|
"author": "bakashigure <me@shigure.fun>",
|
|
"license": "AGPL-3.0",
|
|
"dependencies": {
|
|
"@vuepress/plugin-docsearch": "next",
|
|
"@vuepress/plugin-search": "next"
|
|
},
|
|
"devDependencies": {
|
|
"markdown-it": "^13.0.1",
|
|
"markdown-it-anchor": "^8.6.7",
|
|
"markdownlint-cli": "^0.32.2",
|
|
"vuepress": "^2.0.0-beta.63",
|
|
"vuepress-plugin-sitemap2": "^2.0.0-beta.233"
|
|
},
|
|
"scripts": {
|
|
"dev": "vuepress dev .",
|
|
"dev:doc": "vuepress dev .",
|
|
"build": "vuepress build .",
|
|
"lintfix": "markdownlint \"**/*.md\" --fix"
|
|
}
|
|
}
|