-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
122 lines (122 loc) · 3.09 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
{
"name": "@ryanccn/eslint-config",
"version": "0.4.2",
"type": "module",
"description": "A personal ESLint flat config preset",
"license": "MIT",
"homepage": "https://github.com/ryanccn/eslint-config#readme",
"bugs": {
"url": "https://github.com/ryanccn/eslint-config/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ryanccn/eslint-config.git"
},
"files": [
"README.md",
"LICENSE",
"dist/"
],
"exports": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"watch": "tsup --watch",
"build": "tsup",
"check": "tsc -noEmit",
"lint": "eslint .",
"check-peers": "tsx scripts/checkPeers.ts"
},
"dependencies": {
"@typescript-eslint/utils": "^8.13.0",
"eslint-define-config": "^2.1.0",
"globals": "^15.12.0",
"local-pkg": "^0.5.0",
"tinyrainbow": "^1.2.0"
},
"peerDependencies": {
"@eslint/eslintrc": "*",
"@eslint/js": "*",
"@next/eslint-plugin-next": "*",
"@stylistic/eslint-plugin": "*",
"@typescript-eslint/parser": "*",
"@unocss/eslint-config": "*",
"eslint": "*",
"eslint-config-prettier": "*",
"eslint-plugin-react-hooks": "*",
"eslint-plugin-svelte": "*",
"eslint-plugin-unicorn": "*",
"svelte": "*",
"svelte-eslint-parser": "*",
"typescript-eslint": "*"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@next/eslint-plugin-next": "^15.0.3",
"@stylistic/eslint-plugin": "^2.10.1",
"@types/eslint": "^9.6.1",
"@types/node": "^22.9.0",
"@typescript-eslint/parser": "^8.13.0",
"@unocss/eslint-config": "0.64.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-svelte": "^2.46.0",
"eslint-plugin-unicorn": "^56.0.0",
"eslint-typegen": "^0.3.2",
"svelte": "^5.1.13",
"svelte-eslint-parser": "^0.43.0",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0"
},
"peerDependenciesMeta": {
"@eslint/eslintrc": {
"optional": true
},
"@eslint/js": {
"optional": true
},
"@next/eslint-plugin-next": {
"optional": true
},
"@stylistic/eslint-plugin": {
"optional": true
},
"@typescript-eslint/parser": {
"optional": true
},
"@unocss/eslint-config": {
"optional": true
},
"eslint-config-prettier": {
"optional": true
},
"eslint-plugin-react-hooks": {
"optional": true
},
"eslint-plugin-svelte": {
"optional": true
},
"eslint-plugin-unicorn": {
"optional": true
},
"svelte": {
"optional": true
},
"svelte-eslint-parser": {
"optional": true
},
"typescript-eslint": {
"optional": true
}
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}