|
| 1 | +{ |
| 2 | + "name": "@dephub/eslint-react", |
| 3 | + "type": "module", |
| 4 | + "version": "1.0.0", |
| 5 | + "description": "Opinionated modern ESLint configuration for React projects.", |
| 6 | + "types": "./dist/index.d.ts", |
| 7 | + "main": "./dist/index.js", |
| 8 | + "scripts": { |
| 9 | + "prepublishOnly": "pnpm clean && pnpm check-types && pnpm build && pnpm lint", |
| 10 | + "release": "pnpm publish", |
| 11 | + "check-types": "tsc --noEmit", |
| 12 | + "lint": "eslint . --fix --max-warnings 0", |
| 13 | + "clean": "rm -rf dist", |
| 14 | + "build": "vite build", |
| 15 | + "dev": "vite build -w" |
| 16 | + }, |
| 17 | + "keywords": [ |
| 18 | + "eslint-react", |
| 19 | + "lint", |
| 20 | + "eslint", |
| 21 | + "eslint-config", |
| 22 | + "react", |
| 23 | + "typescript", |
| 24 | + "ts", |
| 25 | + "config", |
| 26 | + "preset", |
| 27 | + "linter", |
| 28 | + "code-quality" |
| 29 | + ], |
| 30 | + "author": { |
| 31 | + "name": "Estarlin R", |
| 32 | + "email": "dev@estarlincito.com", |
| 33 | + "url": "https://estarlincito.com" |
| 34 | + }, |
| 35 | + "files": [ |
| 36 | + "LICENSE", |
| 37 | + "README.md", |
| 38 | + "dist" |
| 39 | + ], |
| 40 | + "license": "MIT", |
| 41 | + "homepage": "https://github.com/dephub-js/eslint-react#readme", |
| 42 | + "repository": { |
| 43 | + "type": "git", |
| 44 | + "url": "https://github.com/dephub-js/eslint-react.git" |
| 45 | + }, |
| 46 | + "bugs": { |
| 47 | + "url": "https://github.com/dephub-js/eslint-react/issues" |
| 48 | + }, |
| 49 | + "publishConfig": { |
| 50 | + "access": "public" |
| 51 | + }, |
| 52 | + "packageManager": "pnpm@10.30.3", |
| 53 | + "dependencies": { |
| 54 | + "@dephub/eslint-ts": "^1.0.1", |
| 55 | + "@types/eslint": "^9.6.1", |
| 56 | + "eslint": "^10.0.2", |
| 57 | + "eslint-plugin-react": "^7.37.5", |
| 58 | + "eslint-plugin-react-hooks": "^7.0.1" |
| 59 | + }, |
| 60 | + "devDependencies": { |
| 61 | + "@dephub/glob": "^1.0.1", |
| 62 | + "@dephub/path": "^1.0.1", |
| 63 | + "@types/node": "^25.3.2", |
| 64 | + "typescript": "^5.9.3", |
| 65 | + "vite": "^7.3.1", |
| 66 | + "vite-plugin-dts": "^4.5.4" |
| 67 | + } |
| 68 | +} |
0 commit comments