-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 1 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
{
"name": "eslint-flat-config-migration",
"version": "1.0.0",
"type": "module",
"scripts": {
"update": "pnpm up --latest --interactive --recursive",
"print-config": "eslint --print-config src/index.tsx",
"inspect-config": "eslint --inspect-config"
},
"devDependencies": {
"@eslint/config-inspector": "^0.5.6",
"@eslint/eslintrc": "^3.2.0",
"@stylistic/eslint-plugin": "^2.12.0",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/utils": "^8.18.0",
"@virtuallyunknown/tsconfig": "^0.1.3",
"eslint": "^9.16.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-tailwindcss": "3.17.5",
"eslint-plugin-unicorn": "^56.0.1",
"globals": "^15.13.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0"
},
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
}