Files
MaaAssistantArknights/docs/package.json
2024-02-11 00:19:46 +08:00

25 lines
766 B
JSON

{
"name": "maa-docs-main",
"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",
"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"
},
"scripts": {
"dev": "vuepress dev .",
"build": "vuepress build .",
"clean": "vuepress dev . --clean-cache",
"lintfix": "markdownlint \"**/*.md\" --fix"
}
}