-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.31 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": "@imhoff/eslint-config",
"version": "3.8.0",
"description": "My personal ESLint config.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/imhoffd/eslint-config.git"
},
"keywords": [
"eslint",
"eslintconfig",
"lint",
"typescript"
],
"author": "Dan Imhoff <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/imhoffd/eslint-config/issues"
},
"homepage": "https://github.com/imhoffd/eslint-config#readme",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"eslint-config-next": "^15.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-canonical": "^4.18.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-import-alias": "^1.2.0",
"eslint-plugin-oxlint": "^0.10.1",
"eslint-plugin-perfectionist": "^3.9.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-tailwindcss": "^3.17.5",
"eslint-plugin-unicorn": "^56.0.0"
},
"devDependencies": {
"@imhoff/prettier-config": "^2.2.0",
"eslint": "^8.57.0",
"oxlint": "^0.10.2",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
},
"peerDependencies": {
"eslint": ">=8",
"oxlint": ">=0.9.10"
},
"prettier": "@imhoff/prettier-config"
}