-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.25 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
{
"name": "@magno/eslint-config",
"version": "1.0.5",
"description": "An ESLint shareable config for Node, React and Next projects",
"homepage": "https://github.com/magnobiet/eslint-config#readme",
"bugs": "https://github.com/magnobiet/eslint-config/issues",
"keywords": [
"eslint",
"eslint-config",
"eslint-shareable-config"
],
"author": "Magno Fernando Brixner Biét <magno.biet@gmail.com> (https://magnobiet.com/)",
"license": "MIT",
"dependencies": {
"@next/eslint-plugin-next": "^13.4.2",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"eslint": "^8.40.0",
"eslint-config-next": "^13.4.2",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sonarjs": "^0.19.0",
"eslint-plugin-testing-library": "^5.11.0",
"eslint-plugin-unicorn": "^47.0.0",
"prettier": "^2.8.8"
},
"peerDependencies": {
"eslint": ">=8.0.0",
"typescript": ">=4.0.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
}