This repository has been archived by the owner on Jul 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 1.56 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
{
"name": "react-graphql-clients-servers-examples",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:upleveled/react-graphql-clients-servers-examples.git",
"private": true,
"workspaces": {
"packages": [
"packages/*"
]
},
"devDependencies": {
"@babel/eslint-parser": "7.19.1",
"@next/eslint-plugin-next": "13.1.6",
"@types/node": "18.13.0",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@typescript-eslint/eslint-plugin": "5.51.0",
"@typescript-eslint/parser": "5.51.0",
"@upleveled/eslint-config-upleveled": "3.8.0",
"@upleveled/eslint-plugin-upleveled": "2.1.6",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"eslint-config-react-app": "7.0.1",
"eslint-import-resolver-typescript": "3.5.3",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-jsx-expressions": "1.3.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-security": "1.7.1",
"eslint-plugin-sonarjs": "0.18.0",
"eslint-plugin-testing-library": "5.10.1",
"eslint-plugin-unicorn": "45.0.2",
"typescript": "4.9.5"
},
"resolutions": {
"@typescript-eslint/eslint-plugin": "5.51.0",
"@typescript-eslint/parser": "5.51.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0"
}
}