-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.37 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
{
"name": "@thoughtbot/eslint-config",
"version": "1.0.3",
"author": "thoughtbot, Inc.",
"keywords": [
"eslint",
"eslintconfig"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/thoughtbot/eslint-config.git"
},
"main": "index.js",
"exports": {
".": "./index.js",
"./base": "./base.js",
"./native": "./native.js",
"./react-base": "./react-base.js",
"./react": "./react.js",
"./prettier": "./prettier.js",
"./typescript": "./typescript.js"
},
"scripts": {
"prepublishOnly": "git push && git push --tags",
"postinstall": "node bin/postinstall.js"
},
"peerDependencies": {
"eslint": ">= 5.7.0",
"jest": ">= 25.0.0",
"typescript": ">= 4.0.0"
},
"devDependencies": {
"eslint": "^8.42.0"
},
"dependencies": {
"@rushstack/eslint-patch": "^1.3.1",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"confusing-browser-globals": "^1.0.11",
"eslint-config-prettier": ">= 8.7.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-native-a11y": "^3.3.0",
"eslint-plugin-testing-library": "^5.11.0"
}
}