-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.3 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.3 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
{
"name": "@fooxly/eslint-config-react-native",
"version": "3.0.0",
"description": "The default ESLint config for Fooxly projects using React Native.",
"keywords": [
"fooxly",
"code",
"react",
"native",
"eslint",
"config",
"standard",
"react-native"
],
"author": "Fooxly <hello@fooxly.com> (https://developers.fooxly.com)",
"homepage": "https://github.com/Fooxly/eslint-config-react-native",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Fooxly/eslint-config-react-native.git"
},
"bugs": {
"url": "https://github.com/Fooxly/eslint-config-react-native/issues",
"email": "bugs@fooxly.com"
},
"main": "index.js",
"engines": {
"node": ">=10"
},
"scripts": {
"test": "eslint --parser babel-eslint test/success && node test"
},
"dependencies": {
"@fooxly/eslint-config-react": "^2.0.1",
"eslint": "^7.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.2",
"eslint-plugin-react-native": "^3.8.1",
"eslint-plugin-standard": "^4.0.1"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@fooxly/babel-preset-react": "^3.0.0",
"babel-eslint": "^10.1.0",
"react": "^16.13.1"
}
}