-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
54 lines (54 loc) · 1.65 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
52
53
54
{
"name": "@callstack/eslint-config",
"version": "15.0.0",
"description": "ESLint preset extending recommended ESLint config, TypeScript, Prettier and Jest",
"engines": {
"node": ">=18.0.0"
},
"main": "./react-native.js",
"homepage": "https://github.com/callstack/eslint-config-callstack#readme",
"repository": {
"type": "git",
"url": "https://github.com/callstack/eslint-config-callstack.git"
},
"author": "Michał Pierzchała <[email protected]>",
"license": "MIT",
"keywords": [
"eslint",
"eslint config",
"callstack"
],
"dependencies": {
"@babel/core": "^7.22.20",
"@babel/eslint-parser": "^7.22.15",
"@babel/plugin-syntax-flow": "^7.22.5",
"@babel/plugin-transform-react-jsx": "^7.22.15",
"@eslint/compat": "^1.1.1",
"@react-native/eslint-plugin": "^0.74.0 || ^0.73.0 || ^0.72.0",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^28.7.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.1.0",
"eslint-plugin-react-native-a11y": "^3.4.1",
"eslint-restricted-globals": "^0.2.0",
"globals": "^15.9.0",
"prettier": "^3.0.3"
},
"peerDependencies": {
"eslint": ">=8.1.0"
},
"devDependencies": {
"eslint": "^8.49.0",
"typescript": "^5.2.2"
},
"scripts": {
"test": "yarn --cwd=test && yarn --cwd=test workspaces run test"
}
}