-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.11 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
{
"author": "Turo engineering",
"description": "Turo eslint configuration for react",
"dependencies": {
"@open-turo/eslint-config-typescript": "15.0.2",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
"eslint-plugin-react-hooks": "5.2.0"
},
"devDependencies": {
"eslint": "8.57.1",
"prettier": "3.5.3",
"jest": "29.7.0"
},
"engines": {
"node": ">= 18"
},
"homepage": "https://github.com/open-turo/eslint-config-react#readme",
"license": "MIT",
"main": "index.js",
"scripts": {
"build": "echo noop",
"lint": "echo noop",
"test": "jest"
},
"name": "@open-turo/eslint-config-react",
"peerDependencies": {
"eslint": ">=8.18.0",
"prettier": "^3.0.0"
},
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/open-turo/eslint-config-react",
"version": "14.0.3",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}