|
1 | 1 | { |
2 | | - "private": true, |
3 | 2 | "type": "module", |
| 3 | + "private": true, |
4 | 4 | "packageManager": "pnpm@10.13.1", |
5 | 5 | "engines": { |
6 | 6 | "node": ">=22", |
|
13 | 13 | "prepare": "concurrently --group --prefix-colors 'auto' 'pnpm:prepare:*'", |
14 | 14 | "prepare:husky": "husky", |
15 | 15 | "lint": "concurrently --group --prefix-colors 'auto' 'pnpm:lint:*'", |
16 | | - "lint:eslint": "eslint '**/*.*'", |
17 | | - "lint:prettier": "prettier --check '**/*.{md,json,yml,yaml,css,html}'", |
18 | | - "lint:cspell": "cspell --no-progress --no-summary --no-must-find-files '**/*.*'", |
19 | | - "lint:knip": "knip --no-progress" |
| 16 | + "lint:eslint": "eslint .", |
| 17 | + "lint:cspell": "cspell --no-progress --no-summary --no-must-find-files .", |
| 18 | + "lint:knip": "knip --no-progress", |
| 19 | + "fix": "concurrently --group --prefix-colors 'auto' 'pnpm:fix:*'", |
| 20 | + "fix:eslint": "eslint --fix .", |
| 21 | + "fix:knip": "knip --no-progress --fix" |
20 | 22 | }, |
21 | 23 | "dependencies": { |
22 | 24 | "react": "^19.1.0", |
|
26 | 28 | "@commitlint/cli": "^19.6.0", |
27 | 29 | "@somehow-digital/commitlint-config": "^1.0.0", |
28 | 30 | "@somehow-digital/cspell-dictionary": "^2.7.0", |
29 | | - "@somehow-digital/eslint-config": "^3.0.3", |
30 | | - "@somehow-digital/prettier-config": "^3.0.0", |
| 31 | + "@somehow-digital/eslint-config": "^4.0.0", |
31 | 32 | "@somehow-digital/typescript-config": "^3.0.0", |
32 | 33 | "@somehow-digital/unocss-preset": "^2.1.0", |
33 | 34 | "@types/react": "^19.1.8", |
|
36 | 37 | "concurrently": "^9.1.0", |
37 | 38 | "cspell": "^9.0.0", |
38 | 39 | "eslint": "^9.30.1", |
39 | | - "eslint-plugin-react-hooks": "^5.2.0", |
40 | | - "eslint-plugin-react-refresh": "^0.4.20", |
41 | | - "globals": "^16.3.0", |
42 | 40 | "husky": "^9.1.7", |
43 | 41 | "knip": "^5.40.0", |
44 | 42 | "lint-staged": "^16.0.0", |
45 | | - "prettier": "3.6.2", |
46 | 43 | "typescript": "~5.8.3", |
47 | | - "typescript-eslint": "^8.35.1", |
48 | 44 | "unocss": "^66.3.3", |
49 | 45 | "vite": "^7.0.4" |
| 46 | + }, |
| 47 | + "pnpm": { |
| 48 | + "onlyBuiltDependencies": [ |
| 49 | + "esbuild", |
| 50 | + "oxc-resolver" |
| 51 | + ] |
50 | 52 | } |
51 | 53 | } |
0 commit comments