-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 3.97 KB
/
Copy pathpackage.json
File metadata and controls
122 lines (122 loc) · 3.97 KB
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
{
"name": "agcodeguidelines-ts",
"version": "0.1.0",
"private": true,
"type": "module",
"packageManager": "pnpm@12.3.4",
"engines": {
"node": "^24.20.0"
},
"scripts": {
"build": "tsx scripts/build.ts",
"typecheck": "tsc -b && tsc -p tsconfig.tools.json --noEmit",
"lint": "oxlint --config .oxlintrc.json --max-warnings 0",
"lint:fix": "oxlint --config .oxlintrc.json --fix",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"catalog:generate": "tsx scripts/generate.ts",
"catalog:check": "tsx scripts/generate.ts --check",
"check": "tsx scripts/check.ts",
"fixtures:import": "tsx scripts/import-upstream.ts",
"snapshots:check": "tsx scripts/airbnb.ts --check && tsx scripts/integrity.ts",
"snapshots:record": "tsx scripts/integrity.ts --write",
"snapshots:refresh": "tsx scripts/refresh.ts",
"snapshots:airbnb": "tsx scripts/airbnb.ts",
"source:check": "tsx scripts/sources.ts"
},
"devDependencies": {
"@agcodeguidelines/oxlint-config": "workspace:*",
"@agcodeguidelines/oxlint-plugin": "workspace:*",
"@agcodeguidelines/rule-catalog": "workspace:*",
"@babel/types": "7.29.8",
"@es-joy/jsdoccomment": "0.97.0",
"@es-joy/resolve.exports": "1.2.0",
"@eslint-community/eslint-utils": "4.9.1",
"@eslint-community/regexpp": "4.12.2",
"@oxlint/plugins": "1.82.0",
"@rtsao/scc": "1.1.0",
"@stylistic/eslint-plugin": "5.10.0",
"@types/debug": "4.1.13",
"@types/doctrine": "0.0.9",
"@types/eslint": "9.6.1",
"@types/eslint-scope": "3.7.7",
"@types/espree": "10.1.0",
"@types/esquery": "1.5.4",
"@types/estraverse": "5.1.7",
"@types/estree": "1.0.9",
"@types/estree-jsx": "1.0.5",
"@types/esutils": "2.0.2",
"@types/json-schema": "7.0.15",
"@types/levn": "0.4.0",
"@types/lodash.merge": "4.6.9",
"@types/minimatch": "5.1.2",
"@types/natural-compare": "1.4.3",
"@types/node": "24.10.1",
"@types/prop-types": "15.7.15",
"@types/resolve": "1.20.6",
"@types/semver": "7.8.0",
"@types/spdx-expression-parse": "4.0.0",
"@typescript-eslint/types": "8.70.0",
"@vitest/coverage-v8": "5.0.0",
"ajv": "6.12.6",
"array-includes": "3.1.9",
"array.prototype.findlast": "1.2.5",
"array.prototype.findlastindex": "1.2.6",
"array.prototype.flat": "1.3.3",
"array.prototype.flatmap": "1.3.3",
"array.prototype.tosorted": "1.1.4",
"comment-parser": "1.4.8",
"debug": "3.2.7",
"doctrine": "3.0.0",
"es-iterator-helpers": "1.4.0",
"esbuild": "0.28.2",
"escape-string-regexp": "4.0.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-base": "15.0.0",
"eslint-import-resolver-node": "0.4.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.5",
"eslint-scope": "7.2.2",
"eslint-visitor-keys": "3.4.3",
"espree": "9.6.1",
"esquery": "1.7.0",
"estraverse": "5.3.0",
"esutils": "2.0.3",
"globals": "13.24.0",
"graphemer": "1.4.0",
"hasown": "2.0.2",
"ignore": "5.3.2",
"imurmurhash": "0.1.4",
"is-core-module": "2.16.1",
"is-glob": "4.0.3",
"jsdoc-type-pratt-parser": "9.2.1",
"jsx-ast-utils": "3.3.5",
"levn": "0.4.1",
"lodash.merge": "4.6.2",
"minimatch": "3.1.2",
"natural-compare": "1.4.0",
"object.entries": "1.1.9",
"object.fromentries": "2.0.8",
"object.groupby": "1.0.3",
"object.values": "1.2.1",
"optionator": "0.9.4",
"oxc-parser": "0.149.0",
"oxc-resolver": "11.24.2",
"oxlint": "1.82.0",
"parse-imports-exports": "0.2.4",
"prop-types": "15.8.1",
"resolve": "2.0.0-next.7",
"semver": "6.3.1",
"spdx-expression-parse": "5.0.0",
"string.prototype.matchall": "4.1.0",
"string.prototype.repeat": "1.0.0",
"string.prototype.trimend": "1.0.9",
"strip-ansi": "6.0.1",
"text-table": "0.2.0",
"tsconfig-paths": "3.15.0",
"tsx": "4.23.13",
"typescript": "7.0.2",
"vite": "8.2.2",
"vitest": "5.0.0"
}
}