-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.16 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": "@codit/eslint-config",
"version": "3.0.0",
"description": "Codit's shareable EsLint configuration",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/CoditEU/eslint-config-codit.git"
},
"keywords": [
"eslint",
"eslint-config",
"react",
"typescript",
"javascript",
"codit"
],
"author": "Erwin Govaerts <[email protected]>",
"contributors": [
"Michael Calewaert <[email protected]>"
],
"license": "MIT",
"dependencies": {
"@babel/eslint-parser": "^7.12.17",
"@babel/eslint-plugin": "^7.12.17",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint-config-next": "13.0.5",
"eslint-config-prettier": "^8.0.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0"
},
"devDependencies": {
"typescript": "^4.1.2"
},
"peerDependencies": {
"eslint": "8.22.0"
}
}