-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 839 Bytes
/
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
{
"name": "eslint-config-free",
"version": "1.5.10",
"description": "ESLint configuration",
"main": "index.js",
"repository": "https://github.com/xiaofan2406/eslint-config-free",
"author": "Xiaofan Wu",
"license": "MIT",
"keywords": [
"eslint"
],
"bugs": {
"url": "https://github.com/xiaofan2406/eslint-config-free/issues"
},
"engines": {
"node": "^v18.16.0",
"npm": "^9.5.1"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"confusing-browser-globals": "^1.0.11",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0"
},
"peerDependencies": {
"eslint": "^8.52.0"
}
}