-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 964 Bytes
/
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
{
"name": "eslint-config-reearth",
"version": "0.3.7",
"main": "index.mjs",
"repository": "https://github.com/reearth/eslint-config-reearth.git",
"author": "rot1024 <[email protected]>",
"license": "MIT",
"scripts": {
"lint": "eslint .",
"fix": "eslint --fix .",
"format": "prettier --write ."
},
"engines": {
"node": ">=18"
},
"peerDependencies": {
"eslint": ">=9",
"typescript": "*"
},
"devDependencies": {
"eslint": "9.17.0",
"typescript": "5.7.2"
},
"dependencies": {
"@eslint/compat": "1.2.4",
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.17.0",
"@vitest/eslint-plugin": "1.1.24",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-testing-library": "6.5.0",
"globals": "15.14.0",
"typescript-eslint": "8.19.0"
},
"packageManager": "[email protected]"
}