-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 979 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-mainframe",
"version": "4.0.1",
"description": "ESLint config for Mainframe projects",
"main": "index.js",
"repository": "[email protected]:MainframeHQ/eslint-config-mainframe.git",
"author": "Mainframe",
"license": "MIT",
"files": [
"*.js"
],
"dependencies": {
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"eslint-config-prettier": "^6.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-ava": "^7.1.0",
"eslint-plugin-flowtype": "^4.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.15.1",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-native": "^3.7.0"
},
"peerDependencies": {
"eslint": "^6.0.0",
"prettier": "^1.18.0",
"typescript": "^3.5.0"
},
"devDependencies": {
"eslint": "^6.1.0",
"prettier": "^1.18.2",
"typescript": "^3.5.3"
}
}