mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-01 01:10:34 +08:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"name": "docs",
|
|
"version": "2.0.0",
|
|
"description": "manual for MaaAssistantArknights",
|
|
"type": "module",
|
|
"repository": "https://github.com/MaaAssistantArknights/MaaAssistantArknights",
|
|
"author": "bakashigure <me@shigure.fun>",
|
|
"license": "AGPL-3.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vuepress dev .",
|
|
"build": "vuepress build .",
|
|
"clean": "vuepress dev . --clean-cache"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/vue": "^5.0.0",
|
|
"@vuepress/bundler-vite": "2.0.0-rc.26",
|
|
"@vuepress/helper": "2.0.0-rc.123",
|
|
"@vuepress/plugin-docsearch": "2.0.0-rc.123",
|
|
"@vuepress/plugin-git": "2.0.0-rc.123",
|
|
"@vuepress/plugin-google-analytics": "2.0.0-rc.125",
|
|
"@vueuse/core": "^13.9.0",
|
|
"bcrypt-ts": "^7.1.0",
|
|
"gray-matter": "^4.0.3",
|
|
"markdown-it": "^14.1.1",
|
|
"markdown-it-anchor": "^9.2.0",
|
|
"prettier": "^3.8.1",
|
|
"sass-embedded": "^1.98.0",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^8.0.3",
|
|
"vue": "^3.5.31",
|
|
"vuepress": "2.0.0-rc.26",
|
|
"vuepress-theme-plume": "1.0.0-rc.192"
|
|
},
|
|
"packageManager": "pnpm@10.20.0"
|
|
}
|