-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 968 Bytes
/
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
{
"name": "eslint-config-mbp",
"version": "1.0.15",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"main": "index.js",
"peerDependencies": {
"eslint": "^7.10.0",
"typescript": "^4.0.3"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0",
"babel-eslint": "^10.1.0",
"eslint-config-ali": "^10.2.2",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-date": "^1.0.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.21.2",
"eslint-plugin-react-hooks": "^4.1.2",
"eslint-plugin-vue": "^6.2.2"
},
"repository": {
"type": "git",
"url": "http://github.com/HeavenSky/eslint-config-mbp"
},
"homepage": "http://github.com/HeavenSky/eslint-config-mbp",
"bugs": "http://github.com/HeavenSky/eslint-config-mbp/issues",
"authors": [
"HeavenSky <li.heaven@qq.com> (https://github.com/HeavenSky)"
],
"license": "MIT"
}