-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.22 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
{
"name": "@breeffy/eslint-config-react-native",
"version": "0.3.0",
"description": "ESLint config specific to React Native",
"main": "index.js",
"license": "Apache-2.0",
"scripts": {
"release": "release-it"
},
"repository": {
"type": "git",
"url": "git@github.com:breeffy/eslint-config-react-native.git"
},
"homepage": "https://github.com/breeffy/eslint-config-react-native",
"keywords": [
"breeffy",
"eslint",
"eslintconfig"
],
"dependencies": {
"@babel/core": "^7.13.10",
"@babel/eslint-parser": "^7.13.10",
"@babel/eslint-plugin": "^7.13.10",
"@react-native-community/eslint-plugin": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-flowtype": "2.50.3",
"eslint-plugin-jest": "22.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react-native": "^3.10.0",
"prettier": "^2.0.2"
},
"peerDependencies": {
"eslint": ">=7"
},
"devDependencies": {
"eslint": "7.12.0",
"release-it": "^14.4.1"
}
}