-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.17 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
{
"name": "eslint-config-weseek",
"version": "2.1.1",
"description": "Shareable configurations of ESLint by WESEEK, Inc. based on eslint-config-airbnb.",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/weseek/eslint-config-weseek"
},
"keywords": [
"eslint",
"eslintconfig",
"config",
"airbnb",
"javascript",
"typescript",
"ecmascript"
],
"author": "Yuki Takei <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/weseek/eslint-config-weseek/issues"
},
"homepage": "https://github.com/airbnb/javascript",
"dependencies": {
"eslint-config-airbnb": "^17.1.0"
},
"devDependencies": {},
"peerDependencies": {
"@babel/core": "^7.17.8",
"@babel/eslint-parser": "^7.17.0",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"eslint": "^7.32.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-vue": "^7.15.0"
},
"engines": {
"node": ">= 4"
}
}