-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.17 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
{
"name": "@whatasoda/eslint-config",
"version": "3.9.6",
"description": "whatasoda's awesome eslint-config 🚀",
"main": ".eslintrc.js",
"scripts": {
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/whatasoda/eslint-config.git"
},
"author": "whatasoda",
"license": "MIT",
"bugs": {
"url": "https://github.com/whatasoda/eslint-config/issues"
},
"homepage": "https://github.com/whatasoda/eslint-config#readme",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"eslint": "^7.27.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0"
},
"peerDependencies": {
"prettier": ">=2.0.0",
"typescript": ">=4.0.0"
},
"devDependencies": {
"@types/eslint": "^7.2.13",
"@types/jest": "^26.0.23",
"@types/node": "^14.17.2",
"@whatasoda/tsconfig": "^1.0.3",
"jest": "^26.6.3",
"prettier": "^2.3.0",
"react": "^16.14.0",
"semantic-release": "^17.4.3",
"ts-jest": "^26.5.6",
"typescript": "^4.3.2"
}
}