-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
64 lines (64 loc) · 1.71 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
55
56
57
58
59
60
61
62
63
64
{
"name": "@ecomfe/eslint-config",
"version": "8.0.0",
"description": "ESLint config for Baidu EFE.",
"main": "index.js",
"repository": "ecomfe/eslint-config",
"scripts": {
"deploy": "npm publish --access public",
"lint": "eslint import react vue san typescript *.js",
"prepublishOnly": "npm run lint",
"release": "standard-version"
},
"author": "otakustay <[email protected]> (https://github.com/otakustay)",
"contributors": [
"GU Yiling <[email protected]> (https://github.com/Justineo)"
],
"license": "MIT",
"peerDependencies": {
"@babel/core": "^7.12.10",
"@babel/eslint-parser": "^7.12.1",
"@babel/eslint-plugin": "^7.12.1",
"@typescript-eslint/eslint-plugin": "^4.11.0 || 5.x || 6.x",
"@typescript-eslint/parser": "^4.11.0 || 5.x || 6.x",
"eslint": "^6.2.0 || 7.x || 8.x",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-san": "^1.0.0",
"eslint-plugin-vue": "^9.17.0"
},
"peerDependenciesMeta": {
"eslint-plugin-import": {
"optional": true
},
"eslint-plugin-react": {
"optional": true
},
"eslint-plugin-react-hooks": {
"optional": true
},
"eslint-plugin-san": {
"optional": true
},
"eslint-plugin-vue": {
"optional": true
},
"@typescript-eslint/parser": {
"optional": true
},
"@typescript-eslint/eslint-plugin": {
"optional": true
}
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/eslint-parser": "^7.16.5",
"@babel/eslint-plugin": "^7.16.5",
"eslint": "^8.5.0",
"standard-version": "^9.3.2"
},
"dependencies": {
"semver": "^7.3.5"
}
}