mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
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": "^10.4.2",
|
|
"@react-three/fiber": "^9.1.4",
|
|
"@react-three/postprocessing": "^3.0.4",
|
|
"@sentry/react": "^9.34.0",
|
|
"clsx": "^1.2.1",
|
|
"framer-motion": "^12.0.11",
|
|
"moment": "^2.30.1",
|
|
"postprocessing": "^6.37.4",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-ga-neo": "^2.2.0",
|
|
"react-use": "^17.6.0",
|
|
"swr": "^2.3.3",
|
|
"three": "^0.177.0",
|
|
"unfetch": "^4.2.0",
|
|
"vite": "^6.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
|
|
"@types/node": "^20.17.16",
|
|
"@types/react": "^19.1.0",
|
|
"@types/react-dom": "^19.1.0",
|
|
"@types/three": "^0.177.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"
|
|
}
|
|
}
|