|
8 | 8 | "email": "1055652678@qq.com" |
9 | 9 | }, |
10 | 10 | "scripts": { |
11 | | - "start": "node scripts/dev.cjs --mode dev", |
| 11 | + "start:prod": "node scripts/dev.cjs --mode prod", |
| 12 | + "start:dev": "node scripts/dev.cjs --mode dev", |
12 | 13 | "build": "tsc && vite build --mode prod", |
13 | 14 | "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", |
14 | 15 | "preview": "vite preview" |
15 | 16 | }, |
16 | 17 | "dependencies": { |
17 | | - "@ant-design/icons": "^5.5.1", |
18 | | - "antd": "^5.21.2", |
19 | | - "axios": "^1.7.7", |
| 18 | + "@ant-design/icons": "^5.5.2", |
| 19 | + "antd": "^5.22.5", |
| 20 | + "axios": "^1.7.9", |
20 | 21 | "classnames": "^2.5.1", |
21 | | - "less": "^4.2.0", |
| 22 | + "less": "^4.2.1", |
22 | 23 | "lodash-es": "^4.17.21", |
23 | | - "react": "^18.3.1", |
24 | | - "react-dom": "^18.3.1", |
25 | | - "react-router-dom": "^6.26.2", |
26 | | - "vditor": "^3.10.7" |
| 24 | + "react": "^19.0.0", |
| 25 | + "react-dom": "^19.0.0", |
| 26 | + "react-router-dom": "^7.1.0", |
| 27 | + "vditor": "^3.10.8" |
27 | 28 | }, |
28 | 29 | "devDependencies": { |
29 | | - "@types/react": "^18.3.11", |
30 | | - "@types/react-dom": "^18.3.0", |
31 | | - "@typescript-eslint/eslint-plugin": "^8.8.0", |
32 | | - "@typescript-eslint/parser": "^8.8.0", |
33 | | - "@vitejs/plugin-react": "^4.3.2", |
34 | | - "eslint": "^9.12.0", |
35 | | - "eslint-plugin-react-hooks": "^4.6.2", |
36 | | - "eslint-plugin-react-refresh": "^0.4.12", |
37 | | - "typescript": "^5.6.2", |
38 | | - "vite": "^5.4.8" |
| 30 | + "@types/react": "^19.0.2", |
| 31 | + "@types/react-dom": "^19.0.2", |
| 32 | + "@typescript-eslint/eslint-plugin": "^8.18.1", |
| 33 | + "@typescript-eslint/parser": "^8.18.1", |
| 34 | + "@vitejs/plugin-react": "^4.3.4", |
| 35 | + "eslint": "^9.17.0", |
| 36 | + "eslint-plugin-react-hooks": "^5.1.0", |
| 37 | + "eslint-plugin-react-refresh": "^0.4.16", |
| 38 | + "typescript": "^5.7.2", |
| 39 | + "vite": "^6.0.5" |
39 | 40 | } |
40 | 41 | } |
0 commit comments