-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
82 lines (82 loc) · 2.38 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "eslint-config-upleveled",
"version": "9.1.2",
"description": "UpLeveled ESLint defaults for programming in JavaScript, TypeScript, React, Next.js, Node.js, Postgres.js",
"keywords": [
"eslint",
"eslintconfig",
"config",
"javascript",
"typescript",
"react",
"nextjs",
"nodejs"
],
"repository": "upleveled/eslint-config-upleveled",
"license": "MIT",
"author": "UpLeveled",
"contributors": [
"Jose Höwer <[email protected]>",
"Karl Horky <[email protected]>"
],
"type": "module",
"main": "index.js",
"bin": {
"upleveled-eslint-install": "bin/install.js"
},
"files": [
"bin",
"templates",
"index.js",
"index.d.ts",
"tsconfig.base.json"
],
"scripts": {
"postpublish": "cd __tests__ && pnpm update-config-version"
},
"dependencies": {
"@babel/eslint-parser": "7.26.8",
"@eslint/compat": "1.2.6",
"@next/eslint-plugin-next": "15.1.7",
"@typescript-eslint/eslint-plugin": "8.24.1",
"@typescript-eslint/parser": "8.24.1",
"eslint-config-flat-gitignore": "2.1.0",
"eslint-import-resolver-typescript": "3.8.3",
"eslint-plugin-import-x": "4.6.1",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-x": "1.27.0",
"eslint-plugin-security": "3.0.1",
"eslint-plugin-sonarjs": "3.0.2",
"eslint-plugin-testing-library": "7.1.1",
"eslint-plugin-unicorn": "57.0.0",
"eslint-plugin-upleveled": "2.1.14",
"is-plain-obj": "4.1.0",
"sort-package-json": "2.14.0",
"strip-json-comments": "5.0.1",
"ts-api-utils": "2.0.1"
},
"devDependencies": {
"@typescript-eslint/utils": "8.24.1",
"eslint-config-upleveled": "9.1.2",
"prettier": "3.5.1",
"prettier-plugin-embed": "0.4.15",
"prettier-plugin-sql": "0.18.1",
"stylelint": "16.14.1",
"typescript": "5.7.3"
},
"peerDependencies": {
"@types/node": ">=22.13.4",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"eslint": "^9.20.1",
"globals": "^16.0.0",
"typescript": "^5.7.3"
},
"packageManager": "[email protected]+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af",
"engines": {
"node": ">=20.9.0"
}
}