mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +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
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.17",
|
|
"@iconify/react": "^3.2.2",
|
|
"@octokit/types": "^6.35.0",
|
|
"@react-three/drei": "^9.12.0",
|
|
"@react-three/fiber": "^8.0.22",
|
|
"@react-three/postprocessing": "^2.3.2",
|
|
"@sentry/react": "^7.3.0",
|
|
"@sentry/tracing": "^7.3.0",
|
|
"clsx": "^1.1.1",
|
|
"framer-motion": "^11.1.7",
|
|
"moment": "^2.29.4",
|
|
"react": "^18.0.1",
|
|
"react-dom": "^18.0.1",
|
|
"react-ga-neo": "^2.2.0",
|
|
"react-use": "^17.5.0",
|
|
"swr": "^1.3.0",
|
|
"three": "^0.163.0",
|
|
"unfetch": "^4.2.0",
|
|
"vite": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
|
|
"@types/node": "^20.12.7",
|
|
"@types/react": "^18.0.1",
|
|
"@types/react-dom": "^18.0.1",
|
|
"@types/three": "^0.163.0",
|
|
"@vitejs/plugin-react": "^3.0.0",
|
|
"autoprefixer": "^10.4.7",
|
|
"eslint": "^8.17.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-react": "^7.30.0",
|
|
"postcss": "^8.4.14",
|
|
"prettier": "^2.7.0",
|
|
"rollup-plugin-analyzer": "^4.0.0",
|
|
"tailwindcss": "^3.0.24",
|
|
"typescript": "^4.6.3"
|
|
}
|
|
}
|