mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-02-06 03:30:25 -05:00
26 lines
705 B
JSON
26 lines
705 B
JSON
{
|
|
"name": "@workspace/eslint-config",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
"./base": "./base.js",
|
|
"./next-js": "./next.js",
|
|
"./react-internal": "./react-internal.js"
|
|
},
|
|
"devDependencies": {
|
|
"@next/eslint-plugin-next": "^15.1.4",
|
|
"@typescript-eslint/eslint-plugin": "^8.19.1",
|
|
"@typescript-eslint/parser": "^8.19.1",
|
|
"eslint": "^9.17.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-only-warn": "^1.1.0",
|
|
"eslint-plugin-react": "^7.37.3",
|
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
"eslint-plugin-turbo": "^2.3.3",
|
|
"globals": "^15.14.0",
|
|
"typescript": "^5.7.3",
|
|
"typescript-eslint": "^8.19.1"
|
|
}
|
|
}
|