-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 1.95 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
{
"name": "@j10c/eslint-config",
"type": "module",
"version": "0.6.1",
"packageManager": "pnpm@9.12.2",
"license": "MIT",
"author": "j10c",
"description": "The ESLint config used by j10c",
"main": "./dist/index.js",
"scripts": {
"lint": "eslint --flag unstable_ts_config .",
"build": "tsup --format esm --clean --dts",
"dev": "config-inspector",
"release": "pnpm build && bumpp && pnpm publish"
},
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/index.js"
}
},
"types": "./dist/index.d.ts",
"peerDependencies": {
"@eslint-react/eslint-plugin": "^1.15.0",
"@unocss/eslint-plugin": "^0.64.0",
"astro-eslint-parser": "^1.0.3",
"eslint-plugin-astro": "^1.3.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.13"
},
"peerDependenciesMeta": {
"@eslint-react/eslint-plugin": {
"optional": true
},
"@unocss/eslint-plugin": {
"optional": true
},
"astro-eslint-parser": {
"optional": true
},
"eslint-plugin-astro": {
"optional": true
},
"eslint-plugin-react-hooks": {
"optional": true
},
"eslint-plugin-react-refresh": {
"optional": true
}
},
"devDependencies": {
"@eslint/config-inspector": "^0.5.5",
"@eslint-react/eslint-plugin": "^1.15.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.7.7",
"@unocss/eslint-plugin": "^0.64.0",
"astro-eslint-parser": "^1.0.3",
"bumpp": "^9.8.1",
"eslint": "^9.13.0",
"eslint-plugin-astro": "^1.3.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.13",
"jiti": "^2.3.3",
"tsup": "^8.3.0",
"typescript": "^5.6.3"
},
"dependencies": {
"@eslint/js": "^9.13.0",
"@stylistic/eslint-plugin": "^2.9.0",
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.10.0",
"globals": "^15.11.0",
"local-pkg": "^0.5.0"
}
}