-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
32 lines (32 loc) · 941 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
{
"name": "eslint-config-simplymadeapps",
"version": "1.5.5",
"description": "ESLint config for Simply Made Apps",
"homepage": "/~https://github.com/simplymadeapps/eslint-config-simplymadeapps",
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "git+/~https://github.com/simplymadeapps/eslint-config-simplymadeapps.git"
},
"dependencies": {
"eslint-config-prettier": "^6.7.0",
"eslint-config-xo": "^0.27.2",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jest": "^23.17.1",
"eslint-plugin-jest-formatting": "^2.0.0",
"eslint-plugin-jsdoc": "^18.4.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-sort-class-members": "^1.6.0",
"eslint-plugin-unicorn": "^14.0.1",
"typescript": "^3.9.5"
},
"peerDependencies": {
"eslint": ">=6.7.2",
"prettier": ">=1.19.1"
}
}