|
20 | 20 | }, |
21 | 21 | "repository": { |
22 | 22 | "type": "git", |
23 | | - "url": "https://github.com/Rel1cx/eslint-react" |
| 23 | + "url": "git+https://github.com/Rel1cx/eslint-react.git" |
24 | 24 | }, |
25 | 25 | "license": "MIT", |
26 | 26 | "author": "Eva1ent<[email protected]>", |
|
33 | 33 | "build:website": "pnpm -F \"./website\" run build", |
34 | 34 | "build:workspace": "pnpm -F \"./workspace/*\" run build", |
35 | 35 | "format:check": "dprint check", |
36 | | - "format:package-json": "pnpm --parallel -r exec sort-package-json -q package.json && sort-package-json -q package.json && dprint fmt", |
| 36 | + "format:package-json": "pnpm --parallel -r exec fixpkg -q package.json && fixpkg && dprint fmt", |
37 | 37 | "format:write": "dprint fmt", |
38 | 38 | "inspect:deps": "skott -e .ts", |
39 | 39 | "inspect:eslint-config": "eslint-config-inspector", |
|
80 | 80 | "eslint": "^9.17.0", |
81 | 81 | "eslint-config-flat-gitignore": "^0.3.0", |
82 | 82 | "eslint-import-resolver-oxc": "^0.7.0", |
| 83 | + "fixpkg": "^1.0.2", |
83 | 84 | "importx": "^0.5.1", |
84 | 85 | "lefthook": "^1.10.0", |
85 | 86 | "markdownlint": "^0.37.2", |
|
88 | 89 | "react": "^19.0.0", |
89 | 90 | "react-dom": "^19.0.0", |
90 | 91 | "skott": "^0.35.4", |
91 | | - "sort-package-json": "^2.12.0", |
92 | 92 | "tinyglobby": "^0.2.10", |
93 | 93 | "ts-pattern": "^5.6.0", |
94 | 94 | "tsup": "^8.3.5", |
|
102 | 102 | "typescript-eslint": "^8.18.2", |
103 | 103 | "vitest": "^2.1.8" |
104 | 104 | }, |
105 | | - "packageManager": "[email protected]", |
106 | 105 | "engines": { |
107 | 106 | "bun": ">=1.0.15", |
108 | 107 | "node": ">=18.18.0" |
109 | 108 | }, |
| 109 | + "packageManager": "[email protected]", |
110 | 110 | "pnpm": { |
111 | 111 | "overrides": { |
112 | 112 | "@types/react": "^19.0.2", |
113 | 113 | "@types/react-dom": "^19.0.2", |
114 | | - "array-flatten": "npm:@nolyfill/array-flatten@^1.0.42", |
115 | 114 | "cross-spawn": "7.0.6", |
116 | | - "is-core-module": "npm:@nolyfill/is-core-module@^1.0.39", |
117 | | - "isarray": "npm:@nolyfill/isarray@^1.0.29", |
| 115 | + "is-core-module": "npm:@nolyfill/is-core-module@^1", |
118 | 116 | "next": "^15.1.2", |
119 | 117 | "react": "^19.0.0", |
120 | 118 | "react-dom": "^19.0.0", |
121 | | - "safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41", |
122 | | - "safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41", |
123 | | - "side-channel": "npm:@nolyfill/side-channel@^1.0.29", |
| 119 | + "safe-buffer": "npm:@nolyfill/safe-buffer@^1", |
| 120 | + "safer-buffer": "npm:@nolyfill/safer-buffer@^1", |
124 | 121 | "ts-api-utils": "^2.0.0", |
125 | | - "typedarray": "npm:@nolyfill/typedarray@^1.0.29", |
| 122 | + "typedarray": "npm:@nolyfill/typedarray@^1", |
126 | 123 | "typescript": "^5.7.2" |
127 | 124 | } |
128 | 125 | } |
|
0 commit comments