|
1 | 1 | { |
2 | 2 | "name": "website", |
3 | 3 | "version": "1.0.0", |
4 | | - "description": "Maa website - main website", |
5 | | - "main": "index.js", |
6 | | - "repository": "https://github.com/MaaAssistantArknights/maa-website", |
7 | | - "license": "AGPL-3.0-or-later", |
| 4 | + "description": "MAA official website", |
| 5 | + "type": "module", |
| 6 | + "private": true, |
8 | 7 | "scripts": { |
9 | 8 | "dev": "vite", |
10 | 9 | "build": "tsc && vite build", |
|
16 | 15 | "dependencies": { |
17 | 16 | "@iconify/icons-mdi": "^1.2.48", |
18 | 17 | "@iconify/react": "^6.0.2", |
19 | | - "@octokit/types": "^15.0.0", |
| 18 | + "@octokit/types": "^16.0.0", |
20 | 19 | "@react-three/drei": "^10.7.6", |
21 | | - "@react-three/fiber": "^9.3.0", |
| 20 | + "@react-three/fiber": "^9.4.0", |
22 | 21 | "@react-three/postprocessing": "^3.0.4", |
23 | | - "@sentry/react": "^10.12.0", |
| 22 | + "@sentry/react": "^10.22.0", |
24 | 23 | "clsx": "^2.1.1", |
25 | | - "framer-motion": "^12.23.14", |
26 | | - "i18next": "^25.5.2", |
| 24 | + "framer-motion": "^12.23.24", |
| 25 | + "i18next": "^25.6.0", |
27 | 26 | "i18next-browser-languagedetector": "^8.2.0", |
28 | 27 | "moment": "^2.30.1", |
29 | 28 | "postprocessing": "^6.37.8", |
30 | | - "react": "^19.1.1", |
31 | | - "react-dom": "^19.1.1", |
| 29 | + "react": "^19.2.0", |
| 30 | + "react-dom": "^19.2.0", |
32 | 31 | "react-ga-neo": "^2.2.0", |
33 | | - "react-i18next": "^15.7.3", |
| 32 | + "react-i18next": "^16.2.3", |
34 | 33 | "react-use": "^17.6.0", |
35 | 34 | "swr": "^2.3.6", |
36 | | - "three": "^0.180.0", |
37 | | - "vite": "^7.1.6" |
| 35 | + "three": "^0.180.0" |
38 | 36 | }, |
39 | 37 | "devDependencies": { |
40 | 38 | "@eslint/eslintrc": "^3.3.1", |
41 | | - "@eslint/js": "^9.35.0", |
42 | | - "@types/node": "^24.5.2", |
43 | | - "@types/react": "^19.1.13", |
44 | | - "@types/react-dom": "^19.1.9", |
| 39 | + "@tailwindcss/postcss": "^4.1.16", |
| 40 | + "@tailwindcss/vite": "^4.1.16", |
| 41 | + "@types/node": "^24.10.0", |
| 42 | + "@types/react": "^19.2.2", |
| 43 | + "@types/react-dom": "^19.2.2", |
45 | 44 | "@types/three": "^0.180.0", |
46 | | - "@typescript-eslint/eslint-plugin": "^8.44.0", |
47 | | - "@typescript-eslint/parser": "^8.44.0", |
48 | | - "@vitejs/plugin-react": "^5.0.3", |
49 | | - "autoprefixer": "^10.4.21", |
50 | | - "eslint": "^9.35.0", |
51 | | - "eslint-config-prettier": "^10.1.8", |
| 45 | + "@typescript-eslint/eslint-plugin": "^8.46.2", |
| 46 | + "@typescript-eslint/parser": "^8.46.2", |
| 47 | + "@vitejs/plugin-react": "^5.1.0", |
| 48 | + "eslint": "^9.39.0", |
| 49 | + "eslint-plugin-prettier": "^5.5.4", |
52 | 50 | "eslint-plugin-react": "^7.37.5", |
| 51 | + "eslint-plugin-react-hooks": "^7.0.1", |
53 | 52 | "postcss": "^8.5.6", |
54 | 53 | "rollup-plugin-analyzer": "^4.0.0", |
55 | | - "tailwindcss": "^3.4.17", |
56 | | - "typescript": "^5.9.2" |
| 54 | + "tailwindcss": "^4.1.16", |
| 55 | + "typescript": "^5.9.3", |
| 56 | + "vite": "^7.1.12" |
57 | 57 | } |
58 | 58 | } |
0 commit comments