| 1 | { |
| 2 | "name": "eslint-plugin-react-compiler", |
| 3 | "version": "0.0.0-experimental-9ed098e-20240725", |
| 4 | "description": "ESLint plugin to display errors found by the React compiler.", |
| 5 | "main": "dist/index.js", |
| 6 | "scripts": { |
| 7 | "build": "rimraf dist && tsup", |
| 8 | "test": "jest", |
| 9 | "watch": "yarn build --watch" |
| 10 | }, |
| 11 | "files": [ |
| 12 | "dist" |
| 13 | ], |
| 14 | "dependencies": { |
| 15 | "@babel/core": "^7.24.4", |
| 16 | "@babel/parser": "^7.24.4", |
| 17 | "hermes-parser": "^0.25.1", |
| 18 | "zod": "^3.25.0 || ^4.0.0", |
| 19 | "zod-validation-error": "^3.5.0 || ^4.0.0" |
| 20 | }, |
| 21 | "devDependencies": { |
| 22 | "@babel/preset-env": "^7.22.4", |
| 23 | "@babel/preset-typescript": "^7.18.6", |
| 24 | "@babel/types": "^7.26.0", |
| 25 | "@types/eslint": "^8.56.12", |
| 26 | "@types/jest": "^30.0.0", |
| 27 | "@types/node": "^20.2.5", |
| 28 | "babel-jest": "^29.0.3", |
| 29 | "eslint": "8.57.0", |
| 30 | "hermes-eslint": "^0.25.1", |
| 31 | "jest": "^29.5.0", |
| 32 | "regexp.escape": "^2.0.1" |
| 33 | }, |
| 34 | "engines": { |
| 35 | "node": "^14.17.0 || ^16.0.0 || >= 18.0.0" |
| 36 | }, |
| 37 | "peerDependencies": { |
| 38 | "eslint": ">=7", |
| 39 | "babel-plugin-react-compiler-rust": "*" |
| 40 | }, |
| 41 | "peerDependenciesMeta": { |
| 42 | "babel-plugin-react-compiler-rust": { |
| 43 | "optional": true |
| 44 | } |
| 45 | }, |
| 46 | "repository": { |
| 47 | "type": "git", |
| 48 | "url": "git+https://github.com/react/react.git", |
| 49 | "directory": "compiler/packages/eslint-plugin-react-compiler" |
| 50 | }, |
| 51 | "license": "MIT" |
| 52 | } |