-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.69 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
60
{
"name": "@boehringer-ingelheim/eslint-config",
"version": "5.0.3",
"description": "Shared eslint configuration used at Boehringer Ingelheim for code styling",
"keywords": [
"boehringer",
"boehringer-ingelheim",
"config",
"configuration",
"eslint",
"eslintrc",
"eslint-config",
"linter"
],
"license": "MIT",
"files": [
"base",
"lib",
"react",
"playwright"
],
"main": "base/index.js",
"scripts": {
"prepare": "husky",
"release": "dotenv -- semantic-release --no-ci",
"release:ci": "semantic-release",
"repair": "npx --no rimraf .git/hooks node_modules package-lock.json && npm install"
},
"peerDependencies": {
"eslint": "^8.56.0"
},
"dependencies": {
"@rushstack/eslint-patch": "^1.10.3",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-perfectionist": "^2.11.0",
"eslint-plugin-playwright": "^1.6.2",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"eslint-plugin-sonarjs": "^1.0.3",
"eslint-plugin-typescript-enum": "^2.1.0",
"is-ci": "^3.0.1"
},
"devDependencies": {
"@boehringer-ingelheim/prettier-config": "2.0.0",
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@commitlint/types": "19.0.3",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"dotenv-cli": "7.4.2",
"husky": "9.0.11",
"prettier": "3.3.2",
"semantic-release": "24.0.0"
}
}