-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 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
39
40
41
42
43
{
"name": "eslint-plugin-echobind",
"version": "0.3.0",
"description": "Echobind's recommended eslint settings",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin"
],
"author": "Chris Ball",
"main": "lib/index.js",
"scripts": {
"test": "jest"
},
"dependencies": {
"@react-native-community/eslint-config": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"babel-eslint": "^10.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.1.5",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.6.2",
"typescript": "^4.6.4"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"babel-jest": "^28.0.3",
"eslint": "^8.14.0",
"jest": "^28.0.3"
},
"engines": {
"node": ">=12.22.0"
},
"license": "ISC"
}