-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
127 lines (127 loc) · 4.44 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "@eslint-react/monorepo",
"version": "1.24.2-next.0",
"private": true,
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
"keywords": [
"react",
"eslint",
"eslint-react",
"eslint-plugin",
"eslint-plugin-react-x",
"eslint-plugin-react-dom",
"eslint-plugin-react-web-api",
"eslint-plugin-react-hooks-extra",
"eslint-plugin-react-naming-convention"
],
"homepage": "https://github.com/Rel1cx/eslint-react",
"bugs": {
"url": "https://github.com/Rel1cx/eslint-react/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rel1cx/eslint-react.git"
},
"license": "MIT",
"author": "Eva1ent<[email protected]>",
"type": "module",
"scripts": {
"build": "pnpm run update:version && nx run-many -t build --projects=\"packages/**\"",
"build:all": "nx run-many -t build",
"build:docs": "nx run-many -t build:docs --projects=\"packages/**\" && pnpm run update:readme",
"build:website": "pnpm -F \"./website\" run build",
"build:workspace": "pnpm -F \"./workspace/*\" run build",
"format:check": "dprint check",
"format:package-json": "pnpm --parallel -r exec fixpkg -q package.json && fixpkg && dprint fmt",
"format:write": "dprint fmt",
"inspect:deps": "skott -e .ts",
"inspect:eslint-config": "eslint-config-inspector",
"lint": "pnpm run lint:deps && pnpm run lint:publish && pnpm run lint:type && concurrently \"pnpm run lint:ts\" \"pnpm run lint:examples\" \"pnpm run lint:website\"",
"lint:deps": "skott -m file-tree -e .ts -s",
"lint:examples": "pnpm -r -F \"./examples/*\" run --parallel lint",
"lint:publish": "pnpm -r run --parallel lint:publish",
"lint:spell": "cspell lint --relative --no-progress \"**\"",
"lint:ts": "eslint . --max-warnings 100",
"lint:type": "pnpm -r run --parallel lint:type",
"lint:website": "pnpm -F \"./website\" run lint",
"prepare": "lefthook install && pnpm run build",
"test": "vitest run --logHeapUsage",
"update:readme": "tsx ./scripts/update-readme.ts",
"update:version": "tsx ./scripts/update-version.ts"
},
"devDependencies": {
"@changesets/cli": "^2.27.12",
"@eslint/config-inspector": "^1.0.0",
"@eslint/js": "^9.19.0",
"@eslint/markdown": "^6.2.2",
"@napi-rs/canvas": "^0.1.65",
"@stylistic/eslint-plugin": "^3.0.0",
"@swc/core": "^1.10.9",
"@tsconfig/node22": "^22.0.0",
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^22.10.10",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@typescript-eslint/parser": "^8.21.0",
"@typescript-eslint/rule-tester": "^8.21.0",
"@typescript-eslint/types": "^8.21.0",
"@vitest/ui": "^3.0.4",
"@workspace/configs": "workspace:*",
"@workspace/eslint-plugin-local": "workspace:*",
"concurrently": "^9.1.2",
"cspell": "^8.17.2",
"dedent": "^1.5.3",
"dprint": "^0.48.0",
"esbuild": "^0.24.2",
"eslint": "^9.19.0",
"eslint-config-flat-gitignore": "^1.0.0",
"eslint-plugin-jsdoc": "^50.6.3",
"eslint-plugin-perfectionist": "^4.7.0",
"eslint-plugin-regexp": "^2.7.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^56.0.1",
"eslint-plugin-vitest": "^0.5.4",
"fixpkg": "^1.0.2",
"jiti": "^2.4.2",
"lefthook": "^1.10.10",
"markdownlint": "^0.37.4",
"nx": "20.3.1",
"ofetch": "^1.4.1",
"picocolors": "^1.1.1",
"publint": "^0.3.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"skott": "^0.35.4",
"tinyexec": "^0.3.2",
"tinyglobby": "^0.2.10",
"ts-pattern": "^5.6.2",
"tsup": "^8.3.6",
"tsx": "^4.19.2",
"type-fest": "^4.33.0",
"typedoc": "^0.27.6",
"typedoc-plugin-markdown": "^4.4.1",
"typedoc-plugin-rename-defaults": "^0.7.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.21.0",
"vitest": "^3.0.4"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18.18.0"
},
"pnpm": {
"overrides": {
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"cross-spawn": "^7.0.6",
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41",
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41",
"ts-api-utils": "^2.0.0",
"typedarray": "npm:@nolyfill/typedarray@^1.0.29",
"typescript": "^5.7.3"
}
}
}