-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.75 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
61
62
{
"name": "@boehringer-ingelheim/eslint-config",
"version": "6.0.1",
"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",
"prettier-disable"
],
"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.57.1"
},
"dependencies": {
"@rushstack/eslint-patch": "^1.10.4",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-perfectionist": "^4.3.0",
"eslint-plugin-playwright": "^2.1.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"eslint-plugin-sonarjs": "^1.0.4",
"eslint-plugin-typescript-enum": "^2.1.0",
"is-ci": "^4.1.0"
},
"devDependencies": {
"@boehringer-ingelheim/prettier-config": "2.0.0",
"@commitlint/cli": "19.6.0",
"@commitlint/config-conventional": "19.6.0",
"@commitlint/types": "19.5.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"dotenv-cli": "7.4.4",
"husky": "9.1.7",
"prettier": "3.4.2",
"semantic-release": "24.2.0"
}
}