-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
133 lines (133 loc) · 4.77 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
{
"name": "@eslint-react/monorepo",
"version": "1.24.0-next.15",
"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 && turbo build --filter=\"./packages/**\"",
"build:all": "pnpm run build && pnpm run build:docs && pnpm run build:website && pnpm run build:workspace",
"build:docs": "turbo build:docs --filter=\"./packages/**\" && pnpm run update:readme",
"build:force": "turbo build --force --filter=\"./packages/**\"",
"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.11",
"@eslint/config-inspector": "^1.0.0",
"@eslint/js": "^9.18.0",
"@eslint/markdown": "^6.2.1",
"@napi-rs/canvas": "^0.1.65",
"@stylistic/eslint-plugin": "^2.13.0",
"@susisu/eslint-plugin-safe-typescript": "^0.9.2",
"@swc/core": "^1.10.7",
"@tsconfig/node22": "^22.0.0",
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^22.10.7",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@typescript-eslint/parser": "^8.20.0",
"@typescript-eslint/rule-tester": "^8.20.0",
"@typescript-eslint/types": "^8.20.0",
"@vitest/ui": "^2.1.8",
"@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.18.0",
"eslint-config-flat-gitignore": "^1.0.0",
"eslint-import-resolver-oxc": "^0.8.0",
"eslint-plugin-eslint-plugin": "^6.4.0",
"eslint-plugin-import-x": "^4.6.1",
"eslint-plugin-jsdoc": "^50.6.1",
"eslint-plugin-perfectionist": "^4.6.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.7",
"markdownlint": "^0.37.4",
"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.0",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"turbo": "^2.3.3",
"type-fest": "^4.32.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.20.0",
"vitest": "^2.1.8"
},
"engines": {
"node": ">=18.18.0"
},
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41",
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41",
"typedarray": "npm:@nolyfill/typedarray@^1.0.29",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"cross-spawn": "^7.0.6",
"next": "^15.1.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"ts-api-utils": "^2.0.0",
"typescript": "^5.7.3"
}
}
}