-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.65 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
{
"name": "@kehwar/eslint-plugin",
"version": "1.0.8",
"license": "MIT",
"homepage": "https://github.com/kehwar/eslint-config",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rimraf dist && unbuild",
"test": "vitest",
"release": "pnpm run build && release-it --ci",
"lint": "pnpm run build && pnpm install && eslint ."
},
"dependencies": {
"@antfu/eslint-config": "^0.39.7",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@typescript-eslint/utils": "^6.0.0",
"eslint-plugin-consistent-default-export-name": "^0.0.15",
"eslint-plugin-editorconfig": "^4.0.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^46.4.3",
"eslint-plugin-lodash": "^7.4.0",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-sonarjs": "^0.19.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-vue": "^9.15.1",
"glob": "^10.3.3",
"lodash": "^4.17.21",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.1.6"
},
"devDependencies": {
"@kehwar/eslint-plugin": "link:.",
"@types/lodash": "^4.14.195",
"@types/node": "^20.4.1",
"release-it": "^16.1.0",
"unbuild": "^1.2.1",
"vitest": "^0.33.0"
},
"peerDependencies": {
"eslint": "^8.38.0"
}
}