|
1 | 1 | { |
2 | 2 | "name": "react-starter", |
3 | | - "type": "module", |
4 | 3 | "version": "0.0.0", |
5 | 4 | "private": true, |
| 5 | + "type": "module", |
6 | 6 | "scripts": { |
7 | 7 | "dev": "vite", |
8 | 8 | "build": "tsc -b && vite build", |
9 | | - "lint": "eslint --fix", |
10 | | - "preview": "vite preview" |
| 9 | + "preview": "vite preview", |
| 10 | + "fmt": "oxfmt", |
| 11 | + "fmt:check": "oxfmt --check", |
| 12 | + "lint": "eslint --fix ." |
11 | 13 | }, |
12 | 14 | "dependencies": { |
13 | | - "react": "^19.2.0", |
14 | | - "react-dom": "^19.2.0" |
| 15 | + "react": "^19.2.4", |
| 16 | + "react-dom": "^19.2.4" |
15 | 17 | }, |
16 | 18 | "devDependencies": { |
17 | | - "@antfu/eslint-config": "^7.0.1", |
18 | | - "@eslint/js": "^9.39.1", |
19 | | - "@types/node": "^24.10.1", |
20 | | - "@types/react": "^19.2.5", |
| 19 | + "@antfu/eslint-config": "^7.2.0", |
| 20 | + "@eslint-react/eslint-plugin": "^2.8.1", |
| 21 | + "@types/node": "^24.10.9", |
| 22 | + "@types/react": "^19.2.10", |
21 | 23 | "@types/react-dom": "^19.2.3", |
22 | | - "@vitejs/plugin-react": "^5.1.1", |
23 | | - "eslint": "^9.39.1", |
| 24 | + "@vitejs/plugin-react": "^5.1.2", |
| 25 | + "eslint": "^9.39.2", |
24 | 26 | "eslint-plugin-jsx-a11y": "^6.10.2", |
25 | 27 | "eslint-plugin-react-hooks": "^7.0.1", |
26 | | - "eslint-plugin-react-refresh": "^0.4.24", |
27 | | - "globals": "^16.5.0", |
| 28 | + "eslint-plugin-react-refresh": "^0.4.26", |
| 29 | + "oxfmt": "^0.27.0", |
28 | 30 | "typescript": "~5.9.3", |
29 | | - "typescript-eslint": "^8.46.4", |
30 | 31 | "vite": "npm:rolldown-vite@7.2.5" |
31 | 32 | }, |
32 | 33 | "overrides": { |
|
0 commit comments