-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 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
45
46
47
48
49
{
"name": "@vkontakte/eslint-plugin",
"version": "2.0.0",
"description": "eslint config from VK",
"keywords": [
"VK",
"ESLint",
"ESLint config"
],
"main": "index.js",
"author": "bumbledos@gmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/VKCOM/eslint-plugin.git"
},
"engines": {
"yarn": "^1.21.1"
},
"dependencies": {
"@babel/core": "^7.24.3",
"@babel/eslint-parser": "^7.24.1",
"@typescript-eslint/parser": "^7.5.0",
"eslint-config-google": "^0.9.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.5.0",
"eslint": "^8.33.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-react-hooks": "^5.0.0",
"typescript": "^5.4.3"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^7.5.0",
"eslint": "^8.33.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-react-hooks": "^5.0.0"
},
"peerDependenciesMeta": {
"eslint-plugin-react": {
"optional": true
},
"eslint-plugin-react-hooks": {
"optional": true
}
}
}