-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
145 lines (145 loc) · 4.17 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": "@curev/eslint-config",
"type": "module",
"version": "0.3.7",
"packageManager": "[email protected]",
"author": "Chizuki<[email protected]> (https://github.com/chizukicn/)",
"license": "MIT",
"homepage": "https://github.com/curev/eslint-config",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub",
"lint": "eslint --cache .",
"test": "vitest",
"prepack": "nr build",
"prepare": "pnpm simple-git-hooks",
"bump": "bumpp --commit --push --tag",
"inspect": "npx @eslint/config-inspector"
},
"peerDependencies": {
"@unocss/eslint-plugin": ">=0.50.0",
"eslint": ">=8.40.0",
"eslint-plugin-format": ">=0.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"eslint-plugin-svelte": "^2.34.1",
"svelte-eslint-parser": "^0.33.1"
},
"peerDependenciesMeta": {
"@unocss/eslint-plugin": {
"optional": true
},
"eslint-plugin-format": {
"optional": true
},
"eslint-plugin-react": {
"optional": true
},
"eslint-plugin-react-hooks": {
"optional": true
},
"eslint-plugin-react-refresh": {
"optional": true
},
"eslint-plugin-svelte": {
"optional": true
},
"svelte-eslint-parser": {
"optional": true
}
},
"dependencies": {
"@antfu/eslint-define-config": "^1.23.0-2",
"@antfu/install-pkg": "^0.3.1",
"@curev/eslint-plugin": "^0.3.2",
"@eslint-types/jsdoc": "46.8.2-1",
"@eslint-types/typescript-eslint": "^6.18.1",
"@eslint-types/unicorn": "^50.0.1",
"@stylistic/eslint-plugin": "^1.5.4",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"eslint-config-flat-gitignore": "^0.1.2",
"eslint-define-config": "^2.1.0",
"eslint-merge-processors": "^0.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-i": "^2.29.1",
"eslint-plugin-jsdoc": "^48.0.2",
"eslint-plugin-jsonc": "^2.12.2",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-toml": "^0.9.2",
"eslint-plugin-unicorn": "^50.0.1",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-vitest": "^0.3.20",
"eslint-plugin-vue": "^9.20.1",
"eslint-plugin-yml": "^1.12.2",
"eslint-processor-vue-blocks": "^0.1.1",
"globals": "^13.24.0",
"jsonc-eslint-parser": "^2.4.0",
"local-pkg": "^0.5.0",
"parse-gitignore": "^2.0.0",
"picocolors": "^1.0.0",
"prompts": "^2.4.2",
"toml-eslint-parser": "^0.9.3",
"vue-eslint-parser": "^9.4.0",
"yaml-eslint-parser": "^1.2.2",
"yargs": "^17.7.2"
},
"devDependencies": {
"@antfu/eslint-plugin-prettier": "^5.0.1-1",
"@antfu/ni": "^0.21.12",
"@eslint/config-inspector": "^0.4.1",
"@stylistic/eslint-plugin-migrate": "^1.5.4",
"@types/eslint": "^8.56.2",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.11.5",
"@types/prompts": "^2.4.9",
"@types/yargs": "^17.0.32",
"@typescript-eslint/parser": "^6.20.0",
"@unocss/eslint-plugin": "^0.58.3",
"bumpp": "^9.3.0",
"eslint": "npm:eslint-ts-patch@^8.56.0-0",
"eslint-flat-config-viewer": "^0.1.11",
"eslint-plugin-format": "^0.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-svelte": "^2.35.1",
"eslint-ts-patch": "^8.56.0-0",
"esno": "^4.0.0",
"execa": "^8.0.1",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.0",
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.9.0",
"svelte": "^4.2.9",
"svelte-eslint-parser": "^0.33.1",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"vitest": "^1.2.0",
"vue": "^3.4.14"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*.{jsx,js,vue,ts,tsx}": [
"eslint --cache --fix"
]
}
}