mirror of
https://gh.wpcy.net/https://github.com/syntatis/kubrick.git
synced 2026-04-25 21:46:28 +08:00
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "@syntatis/eslint-config",
|
|
"description": "Curated JavaScript, TypeScript and React linter configs",
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"config",
|
|
"eslint",
|
|
"prettier",
|
|
"react",
|
|
"typescript"
|
|
],
|
|
"main": "index.cjs",
|
|
"files": [
|
|
"base.cjs",
|
|
"react.cjs",
|
|
"typescript.cjs",
|
|
"index.cjs"
|
|
],
|
|
"dependencies": {
|
|
"@babel/eslint-parser": "^7.28.4",
|
|
"@eslint/js": "^9.31.0",
|
|
"@stylistic/eslint-plugin": "^5.3.1",
|
|
"eslint-config-prettier": "^10.1.5",
|
|
"eslint-import-resolver-node": "^0.3.9",
|
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
"eslint-plugin-import-x": "^4.16.1",
|
|
"eslint-plugin-jsx-a11y": "^6.10.1",
|
|
"eslint-plugin-perfectionist": "^4.14.0",
|
|
"eslint-plugin-prettier": "^5.5.1",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-storybook": "^9.1.5",
|
|
"globals": "^16.4.0",
|
|
"typescript-eslint": "^8.43.0"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^9.0.0",
|
|
"prettier": "^3.2.0",
|
|
"typescript": "^5.2.0"
|
|
}
|
|
}
|