2025-02-18 15:35:03 +08:00
|
|
|
{
|
2025-05-26 19:56:34 +08:00
|
|
|
"name": "@repo/eslint-config",
|
2025-02-18 15:35:03 +08:00
|
|
|
"version": "0.0.0",
|
|
|
|
"type": "module",
|
|
|
|
"private": true,
|
|
|
|
"exports": {
|
|
|
|
"./base": "./base.js",
|
|
|
|
"./next-js": "./next.js",
|
|
|
|
"./react-internal": "./react-internal.js"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2025-05-18 14:39:06 +08:00
|
|
|
"@next/eslint-plugin-next": "^15.3.2",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^8.32.1",
|
|
|
|
"@typescript-eslint/parser": "^8.32.1",
|
|
|
|
"eslint": "^9.27.0",
|
|
|
|
"eslint-config-prettier": "^10.1.5",
|
2025-02-18 15:35:03 +08:00
|
|
|
"eslint-plugin-only-warn": "^1.1.0",
|
2025-05-18 14:39:06 +08:00
|
|
|
"eslint-plugin-react": "^7.37.5",
|
|
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
|
|
"eslint-plugin-turbo": "^2.5.3",
|
|
|
|
"globals": "^16.1.0",
|
|
|
|
"typescript": "^5.8.3",
|
|
|
|
"typescript-eslint": "^8.32.1"
|
2025-02-18 15:35:03 +08:00
|
|
|
}
|
|
|
|
}
|