-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
132 lines (132 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
{
"name": "@eslint-react/monorepo",
"version": "1.17.4-next.1",
"private": true,
"description": "A series of composable ESLint plugins for libraries and frameworks that use React as a UI runtime.",
"keywords": [
"eslint",
"eslint-plugin",
"eslint-react",
"react",
"tsx",
"typescript-react"
],
"homepage": "https://github.com/rel1cx/eslint-react",
"bugs": {
"url": "https://github.com/rel1cx/eslint-react/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Rel1cx/eslint-react"
},
"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",
"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",
"format:check": "dprint check",
"format:package-json": "pnpm --parallel -r exec sort-package-json -q package.json && 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: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 .",
"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 && pnpm run format:package-json"
},
"devDependencies": {
"@changesets/cli": "^2.27.10",
"@effect/language-service": "^0.2.0",
"@effect/platform": "^0.70.1",
"@effect/platform-bun": "^0.50.1",
"@effect/platform-node": "^0.65.1",
"@effect/schema": "^0.75.5",
"@eslint/config-inspector": "^0.5.6",
"@eslint/js": "^9.16.0",
"@stylistic/eslint-plugin-js": "^2.11.0",
"@susisu/eslint-plugin-safe-typescript": "^0.9.2",
"@swc/core": "^1.9.3",
"@tsconfig/node22": "^22.0.0",
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@typescript-eslint/rule-tester": "^8.17.0",
"@typescript-eslint/types": "^8.17.0",
"@vitest/ui": "^2.1.8",
"concurrently": "^9.1.0",
"cspell": "^8.16.1",
"dprint": "^0.47.6",
"effect": "^3.11.1",
"esbuild": "^0.24.0",
"eslint": "^9.16.0",
"eslint-config-flat-gitignore": "^0.3.0",
"eslint-import-resolver-oxc": "^0.5.0",
"eslint-plugin-better-mutation": "^1.5.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-eslint-plugin": "^6.3.2",
"eslint-plugin-import-x": "^4.4.3",
"eslint-plugin-jsdoc": "^50.6.0",
"eslint-plugin-perfectionist": "^4.1.2",
"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",
"importx": "^0.5.0",
"lefthook": "^1.8.5",
"markdownlint": "^0.36.1",
"publint": "^0.2.12",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"skott": "^0.35.4",
"sort-package-json": "^2.12.0",
"std-env": "^3.8.0",
"tinyglobby": "^0.2.10",
"ts-pattern": "^5.5.0",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"turbo": "^2.3.3",
"type-fest": "^4.29.1",
"typedoc": "^0.27.2",
"typedoc-plugin-markdown": "^4.3.1",
"typedoc-plugin-rename-defaults": "^0.7.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0",
"vitest": "^2.1.8"
},
"packageManager": "[email protected]",
"engines": {
"bun": ">=1.0.15",
"node": ">=18.18.0"
},
"pnpm": {
"overrides": {
"array-flatten": "npm:@nolyfill/array-flatten@^1.0.42",
"cross-spawn": "7.0.6",
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
"isarray": "npm:@nolyfill/isarray@^1.0.29",
"nextra": "3.1.0",
"nextra-theme-docs": "3.1.0",
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41",
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41",
"side-channel": "npm:@nolyfill/side-channel@^1.0.29",
"ts-api-utils": "^2.0.0",
"typedarray": "npm:@nolyfill/typedarray@^1.0.29",
"typescript": "^5.7.2"
}
}
}