-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.38 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": "@channel.io/eslint-config",
"version": "2.1.0",
"description": "ESLint configuration for Channel.io web projects",
"main": "default.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "yarn eslint ."
},
"author": "Channel Corp.",
"bugs": {
"url": "https://github.com/channel-io/shared-configs/issues"
},
"files": [
"README.md",
"default.js",
"node.js",
"web.js",
"next.js",
"rules"
],
"homepage": "https://github.com/channel-io/shared-configs/tree/main/packages/eslint-config",
"repository": {
"type": "git",
"url": "git+https://github.com/channel-io/shared-configs.git"
},
"keywords": [
"react",
"eslint",
"channelio"
],
"license": "MIT",
"dependencies": {
"@next/eslint-plugin-next": "^14.1.1",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0"
},
"peerDependencies": {
"eslint": ">=8.10",
"prettier": ">=3"
},
"devDependencies": {
"eslint": "^8.56.0",
"prettier": "^3.1.1",
"typescript": "^4.2.3"
}
}