-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.03 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
{
"name": "@ablech/eslint-config-for-able",
"version": "0.1.4",
"description": "ESLint config for able",
"main": "index.js",
"access": "public",
"repository": "https://github.com/ChoiHyeongu/eslint-config-for-able.git",
"author": "Choihyeongu <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/eslint-parser": "^7.22.15",
"@babel/parser": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@react-native-community/eslint-config": "^3.2.0",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^3.0.0"
},
"dependencies": {
"eslint": "^8.50.0"
},
"peerDependencies": {
"eslint": "^8.50.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^3.0.0"
}
}