mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
* chore: migrate maa website * ci: change docs build test to website build test * fix: rename artifact name to dist * ci: add workflow to deploy website to azure
23 lines
636 B
JSON
23 lines
636 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:doc": "turbo run dev:doc",
|
|
"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.6.2",
|
|
"turbo": "^1.8.1"
|
|
}
|
|
} |