Files
MaaAssistantArknights/website/package.json
Rbqwow 3bb0833704 build: 更新文档主题库 (#11627)
* build: 更新网站依赖

* build:更新vphope版本

* build: 怎么忘记加这个了

* fix: 修复构建错误

* chore: fix Vite CJS Node API deprecated warning

* chore: log

* perf: turbo 添加文档 cache

* perf: 注释掉新版不读取的切换语言公告内容

但公告这个属性得留着 不留着就没有切换语言的弹窗了

* fix: 修复字体问题

* build: update package version

* docs: remove root locale

* docs: add author

* ci: update node version

* build: turbo一直叫我更新,于是我更新了

* docs: update package

* docs: 再见吧牛牛今晚我就要远航

* docs: fix root locale problem

* docs: remove unused command

* feat: 牛兮归来!

* build: update turbo

* chore: 语言提醒怎么又没了 加回来

---------

Co-authored-by: SherkeyXD <57581480+SherkeyXD@users.noreply.github.com>
2025-04-09 21:09:31 +08:00

25 lines
746 B
JSON

{
"name": "maa-website",
"version": "1.0.0",
"description": "Maa website monorepo",
"main": "index.js",
"repository": "https://github.com/MaaAssistantArknights/maa-website",
"license": "AGPL-3.0-or-later",
"scripts": {
"build": "turbo run build && node bundler.mjs",
"dev": "turbo run dev",
"dev:home": "turbo run dev:home",
"dev:docs": "turbo run dev:docs",
"lint": "turbo run lint",
"lint:js": "turbo run lint:js",
"lint:prettier": "turbo run lint:prettier",
"lintfix": "turbo run lintfix"
},
"private": true,
"devDependencies": {
"prettier": "^2.8.8",
"turbo": "^2.5.0"
},
"packageManager": "pnpm@10.2.0+sha256.72f1630812107c8723eb5be4517725f3e13f09cfd8f71571cf29f23ce318bdb7"
}