-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.66 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
57
58
59
{
"name": "@schablone/eslint-config",
"version": "5.1.2",
"description": "Code style package for Alchemisten projects",
"main": ".eslintrc.js",
"files": [
".eslintrc.js"
],
"repository": "https://github.com/alchemisten/eslint-config.git",
"peerDependencies": {
"eslint": ">= 8",
"eslint-import-resolver-typescript": ">= 3",
"prettier": ">= 3"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0"
},
"devDependencies": {
"@material-ui/core": "^4.12.3",
"@saithodev/semantic-release-backmerge": "^3.2.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.1",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.22",
"eslint": "^8.52.0",
"eslint-import-resolver-typescript": "^3.6.1",
"prettier": "^3.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"semantic-release": "^22.0.5",
"typescript": "^5.2.2"
},
"author": "Alchemisten AG",
"license": "MIT",
"bugs": {
"url": "https://github.com/alchemisten/eslint-config/issues"
},
"homepage": "https://github.com/alchemisten/eslint-config",
"publishConfig": {
"access": "public"
},
"keywords": [
"eslint",
"javascript",
"typescript",
"airbnb",
"prettier"
]
}