-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.63 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
{
"name": "eslint-plugin-fbi",
"version": "0.0.1",
"description": "ESLint plugin for fbi",
"main": "lib/index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/fbi-js/eslint-plugin-fbi.git"
},
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin"
],
"author": "neikvon <[email protected]> (https://github.com/neikvon)",
"contributors": [
{
"name": "yzStrive",
"url": "https://github.com/yzStrive"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/fbi-js/eslint-plugin-fbi/issues"
},
"homepage": "https://github.com/fbi-js/eslint-plugin-fbi#readme",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"babel-eslint": "^10.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-react-app": "^5.2.1",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.0",
"eslint-plugin-react-hooks": "^4.1.2",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^7.0.0-beta.3",
"prettier": "^2.1.2",
"standard": "^14.3.4",
"stylelint": "13.7.1",
"stylelint-config-prettier": "8.0.2",
"stylelint-config-rational-order": "0.1.2",
"stylelint-config-standard": "20.0.0",
"stylelint-order": "4.1.0",
"typescript": "^4.0.3",
"vue-eslint-parser": "^7.1.0"
},
"devDependencies": {}
}