|
| 1 | +{ |
| 2 | + "name": "@frontendfixer/eslint-config-react", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "ESLint, Prettier and Typescript Config for React application", |
| 5 | + "keywords": [ |
| 6 | + "javascript", |
| 7 | + "typescript", |
| 8 | + "ecmascript", |
| 9 | + "eslint", |
| 10 | + "eslint-config", |
| 11 | + "lint", |
| 12 | + "config", |
| 13 | + "prettier", |
| 14 | + "react" |
| 15 | + ], |
| 16 | + "repository": { |
| 17 | + "type": "git", |
| 18 | + "url": "git@github.com:frontendfixer/eslint-config-react.git" |
| 19 | + }, |
| 20 | + "author": { |
| 21 | + "name": "Lakshmikanta Patra", |
| 22 | + "email": "frontendfixer@gmail.com" |
| 23 | + }, |
| 24 | + "license": "MIT", |
| 25 | + "files": [ |
| 26 | + "index.js", |
| 27 | + "typescript.js" |
| 28 | + ], |
| 29 | + "main": "index.js", |
| 30 | + "eslintConfig": { |
| 31 | + "extends": "./index.js" |
| 32 | + }, |
| 33 | + "scripts": { |
| 34 | + "lint": "eslint .", |
| 35 | + "lint:fix": "eslint . --fix", |
| 36 | + "changeset": "changeset", |
| 37 | + "release": "changeset publish", |
| 38 | + "commit": "git-cz", |
| 39 | + "acr": "git add . && pnpm commit && git push --follow-tags" |
| 40 | + }, |
| 41 | + "peerDependencies": { |
| 42 | + "eslint": ">=8.0.0", |
| 43 | + "prettier": ">=2.0.0", |
| 44 | + "typescript": "^5.0.0" |
| 45 | + }, |
| 46 | + "dependencies": { |
| 47 | + "@rushstack/eslint-patch": "^1.3.2", |
| 48 | + "@typescript-eslint/eslint-plugin": "^5.60.1", |
| 49 | + "@typescript-eslint/parser": "^5.60.1", |
| 50 | + "eslint-config-airbnb": "^19.0.4", |
| 51 | + "eslint-config-airbnb-typescript": "^17.0.0", |
| 52 | + "eslint-config-prettier": "^8.8.0", |
| 53 | + "eslint-import-resolver-typescript": "^3.5.5", |
| 54 | + "eslint-plugin-html": "^7.1.0", |
| 55 | + "eslint-plugin-import": "^2.27.5", |
| 56 | + "eslint-plugin-jsx-a11y": "^6.7.1", |
| 57 | + "eslint-plugin-prettier": "^4.2.1", |
| 58 | + "eslint-plugin-react": "^7.32.2", |
| 59 | + "eslint-plugin-react-hooks": "^4.6.0", |
| 60 | + "eslint-plugin-react-refresh": "^0.4.1", |
| 61 | + "eslint-plugin-simple-import-sort": "^10.0.0" |
| 62 | + }, |
| 63 | + "devDependencies": { |
| 64 | + "@changesets/changelog-github": "^0.4.8", |
| 65 | + "@changesets/cli": "^2.26.2", |
| 66 | + "cz-conventional-changelog": "^3.3.0", |
| 67 | + "eslint": "^8.44.0", |
| 68 | + "prettier": "^2.8.8", |
| 69 | + "react": "^18.2.0", |
| 70 | + "typescript": "^5.1.6" |
| 71 | + }, |
| 72 | + "config": { |
| 73 | + "commitizen": { |
| 74 | + "path": "./node_modules/cz-conventional-changelog" |
| 75 | + } |
| 76 | + } |
| 77 | +} |
0 commit comments