-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 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
{
"name": "eslint-init-cli",
"version": "1.0.5",
"description": "集成eslint的cli脚本",
"bin": {
"eslint-init-cli": "./bin/index.js"
},
"author": "soberz <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/YSMJ1994/eslint-init",
"repository": {
"type": "git",
"url": "git+https://github.com/YSMJ1994/eslint-init"
},
"keywords": [
"cli",
"eslint",
"eslint-init-cli",
"prettier",
"cli-util"
],
"dependencies": {
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"babel-eslint": "^10.0.2",
"chalk": "^2.4.2",
"commander": "^3.0.0",
"cross-spawn": "^6.0.5",
"dotenv": "^8.0.0",
"eslint": "^5.16.0",
"eslint-plugin-flowtype": "2.50.1",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.12.4",
"eslint-plugin-react-hooks": "^1.5.0",
"fs-extra": "^8.1.0",
"husky": "^3.0.3",
"lint-staged": "^8.1.5",
"open": "^6.4.0",
"prettier": "^2.0.5"
}
}