mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "eslint-plugin-react-compiler",
|
|
"version": "0.0.0-experimental-9ed098e-20240725",
|
|
"description": "ESLint plugin to display errors found by the React compiler.",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "rimraf dist && tsup",
|
|
"test": "jest",
|
|
"watch": "yarn build --watch"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@babel/core": "^7.24.4",
|
|
"@babel/parser": "^7.24.4",
|
|
"hermes-parser": "^0.25.1",
|
|
"zod": "^3.22.4",
|
|
"zod-validation-error": "^3.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-env": "^7.22.4",
|
|
"@babel/preset-typescript": "^7.18.6",
|
|
"@babel/types": "^7.26.0",
|
|
"@types/eslint": "^8.56.12",
|
|
"@types/jest": "^30.0.0",
|
|
"@types/node": "^20.2.5",
|
|
"babel-jest": "^29.0.3",
|
|
"eslint": "8.57.0",
|
|
"hermes-eslint": "^0.25.1",
|
|
"jest": "^29.5.0",
|
|
"regexp.escape": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.0.0 || >= 18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">=7"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/facebook/react.git",
|
|
"directory": "compiler/packages/eslint-plugin-react-compiler"
|
|
},
|
|
"license": "MIT"
|
|
}
|