-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 832 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 832 Bytes
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
{
"name": "@ibexa/eslint-config",
"version": "2.0.2",
"repository": "git@github.com:ibexa/eslint-config-ibexa.git",
"private": true,
"type": "module",
"dependencies": {
"@eslint-community/eslint-utils": "^4.5.1",
"@stylistic/eslint-plugin": "4.2",
"@typescript-eslint/eslint-plugin": "8.32.0",
"@typescript-eslint/parser": "8.32.0",
"eslint": "9.26.0",
"eslint-plugin-react": "7.37.5",
"globals": "^16.0.0",
"prettier": "3.5.3",
"typescript": "5.8.3",
"typescript-eslint": "^8.28.0"
},
"exports": {
".": "./index.js",
"./eslint": "./index.js",
"./prettier": {
"require": "./prettier.cjs",
"import": "./prettier.mjs"
}
},
"packageManager": "yarn@1.22.22"
}