forked from tjx666/tsslint-issue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 1019 Bytes
/
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
{
"name": "tsslint-issue",
"author": "YuTengjing",
"license": "UNLICENSED",
"private": true,
"packageManager": "[email protected]",
"type": "module",
"scripts": {},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.17.2",
"@iconify-json/logos": "^1.2.3",
"@next/env": "15.0.4-canary.32",
"@next/eslint-plugin-next": "15.0.4-canary.32",
"@tanstack/eslint-plugin-query": "^5.61.6",
"@tsslint/config": "1.2.2",
"@tsslint/eslint": "1.2.2",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@typescript/analyze-trace": "^0.10.1",
"@vitest/eslint-plugin": "^1.1.12",
"@yutengjing/eslint-config-react": "^1.3.0",
"eslint": "^8.57.1",
"eslint-define-config": "^2.1.0",
"eslint-plugin-drizzle": "^0.2.3",
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"eslint-plugin-react-hooks-addons": "^0.4.1",
"typescript": "~5.7.2"
}
}