40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "@payloadcms/eslint-config",
|
|
"version": "1.1.1",
|
|
"description": "Payload styles for ESLint and Prettier",
|
|
"license": "MIT",
|
|
"homepage": "https://payloadcms.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/payloadcms/payload.git",
|
|
"directory": "packages/eslint-config"
|
|
},
|
|
"author": {
|
|
"email": "info@payloadcms.com",
|
|
"name": "Payload",
|
|
"url": "https://payloadcms.com"
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"@types/eslint": "8.56.12",
|
|
"@typescript-eslint/eslint-plugin": "6.21.0",
|
|
"@typescript-eslint/parser": "6.21.0",
|
|
"eslint": "8.57.1",
|
|
"eslint-config-prettier": "9.1.0",
|
|
"eslint-plugin-import": "2.31.0",
|
|
"eslint-plugin-jest": "27.9.0",
|
|
"eslint-plugin-jest-dom": "5.5.0",
|
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
"eslint-plugin-node": "11.1.0",
|
|
"eslint-plugin-perfectionist": "2.11.0",
|
|
"eslint-plugin-playwright": "0.22.2",
|
|
"eslint-plugin-react": "7.37.4",
|
|
"eslint-plugin-react-hooks": "4.6.2",
|
|
"eslint-plugin-regexp": "1.15.0"
|
|
},
|
|
"keywords": []
|
|
}
|