mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
* 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>
56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"name": "website",
|
|
"version": "1.0.0",
|
|
"description": "Maa website - main website",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/MaaAssistantArknights/maa-website",
|
|
"license": "AGPL-3.0-or-later",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"dev:home": "vite",
|
|
"build": "tsc && vite build",
|
|
"lint:js": "eslint --ext \".js,.jsx,.ts,.tsx\"",
|
|
"lint:prettier": "prettier --check .",
|
|
"lint": "yarn lint:js && yarn lint:prettier",
|
|
"lintfix": "prettier --write --list-different . && yarn lint:js --fix"
|
|
},
|
|
"dependencies": {
|
|
"@iconify/icons-mdi": "^1.2.48",
|
|
"@iconify/react": "^3.2.2",
|
|
"@octokit/types": "^6.41.0",
|
|
"@react-three/drei": "^9.121.4",
|
|
"@react-three/fiber": "^8.17.14",
|
|
"@react-three/postprocessing": "^2.19.1",
|
|
"@sentry/react": "^7.120.3",
|
|
"@sentry/tracing": "^7.120.3",
|
|
"clsx": "^1.2.1",
|
|
"framer-motion": "^12.0.11",
|
|
"moment": "^2.30.1",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-ga-neo": "^2.2.0",
|
|
"react-use": "^17.6.0",
|
|
"swr": "^1.3.0",
|
|
"three": "^0.163.0",
|
|
"unfetch": "^4.2.0",
|
|
"vite": "^6.0.11"
|
|
},
|
|
"devDependencies": {
|
|
"@trivago/prettier-plugin-sort-imports": "^3.4.0",
|
|
"@types/node": "^20.17.16",
|
|
"@types/react": "^18.3.18",
|
|
"@types/react-dom": "^18.3.5",
|
|
"@types/three": "^0.163.0",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"autoprefixer": "^10.4.20",
|
|
"eslint": "^9.19.0",
|
|
"eslint-config-prettier": "^8.10.0",
|
|
"eslint-plugin-react": "^7.37.4",
|
|
"postcss": "^8.5.1",
|
|
"prettier": "^2.8.8",
|
|
"rollup-plugin-analyzer": "^4.0.0",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^4.9.5"
|
|
}
|
|
}
|