-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
140 lines (140 loc) · 4.83 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
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "@eslint-react/monorepo",
"version": "1.27.1-beta.6",
"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:pkgs": "pnpm -F \"./.pkgs/*\" run build",
"build:website": "pnpm run update:website && pnpm -F \"./apps/website\" run build",
"format:check": "dprint check",
"format:package-json": "pnpm m exec sort-package-json -q package.json && 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:ts && concurrently \"pnpm run lint:es\"",
"lint:deps": "skott -m file-tree -e .ts -s",
"lint:es": "eslint . --max-warnings 100",
"lint:examples": "pnpm m -F \"./examples/*\" run lint",
"lint:monorepo": "sherif",
"lint:publish": "pnpm m run lint:publish",
"lint:spell": "cspell lint --relative --no-progress \"**\"",
"lint:ts": "pnpm m run lint:ts",
"lint:website": "pnpm -F \"./apps/website\" run lint",
"prepare": "lefthook install && pnpm run update:all && pnpm run build",
"test": "vitest run --logHeapUsage",
"update:all": "pnpm run update:version && pnpm run update:readme && pnpm run update:website",
"update:readme": "tsx ./scripts/update-readme.ts",
"update:version": "tsx ./scripts/update-version.ts",
"update:website": "tsx ./scripts/update-website.ts"
},
"devDependencies": {
"@eslint/config-inspector": "^1.0.0",
"@eslint/js": "^9.21.0",
"@eslint/markdown": "^6.2.2",
"@local/configs": "workspace:*",
"@local/eslint-plugin-local": "workspace:*",
"@napi-rs/canvas": "^0.1.67",
"@stylistic/eslint-plugin": "^4.0.1",
"@swc/core": "^1.10.18",
"@tsconfig/node22": "^22.0.0",
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^22.13.5",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@typescript-eslint/parser": "^8.24.1",
"@typescript-eslint/rule-tester": "^8.24.1",
"@typescript-eslint/types": "^8.24.1",
"@vitest/ui": "^3.0.6",
"concurrently": "^9.1.2",
"cspell": "^8.17.5",
"dedent": "^1.5.3",
"dprint": "^0.49.0",
"esbuild": "^0.25.0",
"eslint": "^9.21.0",
"eslint-config-flat-gitignore": "^2.1.0",
"eslint-plugin-de-morgan": "^1.1.0",
"eslint-plugin-jsdoc": "^50.6.3",
"eslint-plugin-perfectionist": "^4.9.0",
"eslint-plugin-regexp": "^2.7.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^57.0.0",
"eslint-plugin-vitest": "^0.5.4",
"jiti": "^2.4.2",
"lefthook": "^1.10.11",
"markdownlint": "^0.37.4",
"nx": "20.4.2",
"ofetch": "^1.4.1",
"picocolors": "^1.1.1",
"publint": "^0.3.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sherif": "^1.3.0",
"skott": "^0.35.4",
"tinyexec": "^0.3.2",
"tinyglobby": "^0.2.12",
"ts-pattern": "^5.6.2",
"tsup": "^8.3.6",
"tsx": "^4.19.3",
"type-fest": "^4.35.0",
"typedoc": "^0.27.8",
"typedoc-plugin-inline-sources": "^1.2.0",
"typedoc-plugin-markdown": "^4.4.2",
"typedoc-plugin-mdn-links": "^4.0.13",
"typedoc-plugin-missing-exports": "^3.1.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.1",
"vitest": "^3.0.6"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18.18.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"@swc/core",
"esbuild",
"lefthook",
"nx"
],
"overrides": {
"is-core-module": "npm:@socketregistry/is-core-module@^1.0.7",
"safe-buffer": "npm:@socketregistry/safe-buffer@^1.0.6",
"safer-buffer": "npm:@socketregistry/safer-buffer@^1.0.6",
"typedarray": "npm:@socketregistry/typedarray@^1.0.5",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"cross-spawn": "^7.0.6",
"esbuild": "^0.25.0",
"next": "^15.1.7",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"ts-api-utils": "^2.0.1",
"typescript": "5.8.1-rc"
}
}
}