mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
28 lines
880 B
JSON
28 lines
880 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.23",
|
|
"@vuepress/plugin-docsearch": "2.0.0-rc.109",
|
|
"@vuepress/plugin-google-analytics": "2.0.0-rc.107",
|
|
"markdown-it": "^14.1.0",
|
|
"markdown-it-anchor": "^9.2.0",
|
|
"sass-embedded": "^1.89.2",
|
|
"vue": "^3.5.13",
|
|
"vuepress": "2.0.0-rc.23",
|
|
"vuepress-theme-hope": "2.0.0-rc.93"
|
|
},
|
|
"scripts": {
|
|
"dev": "vuepress dev .",
|
|
"build": "vuepress build .",
|
|
"clean": "vuepress dev . --clean-cache"
|
|
}
|
|
}
|