45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "@payloadcms/eslint-plugin",
|
|
"version": "3.28.0",
|
|
"description": "Payload plugin for ESLint",
|
|
"keywords": [],
|
|
"homepage": "https://payloadcms.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/payloadcms/payload.git",
|
|
"directory": "packages/eslint-plugin"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Payload <dev@payloadcms.com> (https://payloadcms.com)",
|
|
"maintainers": [
|
|
{
|
|
"name": "Payload",
|
|
"email": "info@payloadcms.com",
|
|
"url": "https://payloadcms.com"
|
|
}
|
|
],
|
|
"type": "module",
|
|
"main": "index.mjs",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"@eslint-react/eslint-plugin": "1.31.0",
|
|
"@eslint/js": "9.22.0",
|
|
"@types/eslint": "9.6.1",
|
|
"@typescript-eslint/parser": "8.26.1",
|
|
"eslint": "9.22.0",
|
|
"eslint-config-prettier": "10.1.1",
|
|
"eslint-plugin-import-x": "4.6.1",
|
|
"eslint-plugin-jest": "28.11.0",
|
|
"eslint-plugin-jest-dom": "5.5.0",
|
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
"eslint-plugin-perfectionist": "3.9.1",
|
|
"eslint-plugin-react-hooks": "0.0.0-experimental-d331ba04-20250307",
|
|
"eslint-plugin-regexp": "2.7.0",
|
|
"globals": "16.0.0",
|
|
"typescript": "5.7.3",
|
|
"typescript-eslint": "8.26.1"
|
|
}
|
|
}
|