-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.03 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
{
"name": "@argodevops/eslint-config",
"version": "1.2.2",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/argodevops/eslint-config.git"
},
"author": "ryan.b@argodevops.co.uk",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.22.10",
"@babel/eslint-parser": "^7.22.10",
"eslint": "^8.47.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-babel-module": "^5.3.2",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jasmine": "^4.1.3",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0"
},
"pnpm": {
"overrides": {
"json5@<2.2.2": ">=2.2.2",
"debug@<3.1.0": ">=3.1.0",
"semver@<7.5.2": ">=7.5.2"
}
}
}