-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.9 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
{
"name": "@wiz-develop/eslint-config",
"version": "1.0.0",
"description": "Wiz developer's ESLint rules as an extensible shared config.",
"license": "MIT",
"author": "kakiuchi-shigenao <87973394+endou-mame@users.noreply.github.com>",
"type": "module",
"exports": {
".": {
"import": "./configs/index.js"
}
},
"main": "./configs/index.js",
"files": [
"configs",
"rules"
],
"repository": {
"type": "git",
"url": "https://github.com/wiz-develop/eslint-config.git"
},
"keywords": [
"eslint",
"eslint-config",
"flat-config",
"flatconfig",
"flatConfig"
],
"bugs": {
"url": "https://github.com/wiz-develop/eslint-config/issues"
},
"homepage": "https://github.com/wiz-develop/eslint-config#readme",
"dependencies": {
"@nuxt/eslint-config": "^0.5.7",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"@vitest/eslint-plugin": "^1.1.4",
"confusing-browser-globals": "^1.0.11",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsdoc": "^50.2.4",
"eslint-plugin-n": "^17.10.3",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-unicorn": "^55.0.0",
"eslint-plugin-vue": "^9.28.0",
"globals": "^15.9.0",
"vue-eslint-parser": "^9.4.3"
},
"devDependencies": {
"@types/confusing-browser-globals": "^1.0.3",
"@types/eslint": "^9.6.1",
"eslint": "^8.57.0",
"typescript": "^5.6.2",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0"
},
"peerDependencies": {
"eslint": "^8.57.0",
"typescript": "^4.7.5 || ^5.0.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"packageManager": "pnpm@9.9.0",
"engines": {
"node": ">= 18.18.0 || >= 20.0.0",
"npm": "use pnpm please!",
"pnpm": ">=9.9.0",
"yarn": "use pnpm please!"
}
}