|
1 | 1 | { |
2 | | - "name": "eslint-plugin-react-hooks", |
3 | | - "description": "ESLint rules for React Hooks", |
4 | | - "version": "4.5.0", |
| 2 | + "name": "eslint-plugin-react-hooks-unreliable-deps", |
| 3 | + "description": "Extends ESLint rules for React Hooks to check for potential reference equality issues in dependency arrays", |
| 4 | + "version": "1.0.0", |
5 | 5 | "repository": { |
6 | 6 | "type": "git", |
7 | | - "url": "https://github.com/facebook/react.git", |
8 | | - "directory": "packages/eslint-plugin-react-hooks" |
| 7 | + "url": "https://github.com/gnowland/eslint-plugin-react-hooks-unreliable-deps.git", |
| 8 | + "directory": "./" |
9 | 9 | }, |
10 | 10 | "files": [ |
11 | 11 | "LICENSE", |
|
17 | 17 | "eslint", |
18 | 18 | "eslint-plugin", |
19 | 19 | "eslintplugin", |
20 | | - "react" |
| 20 | + "react", |
| 21 | + "objects" |
21 | 22 | ], |
22 | 23 | "license": "MIT", |
23 | 24 | "bugs": { |
24 | | - "url": "https://github.com/facebook/react/issues" |
| 25 | + "url": "https://github.com/gnowland/eslint-plugin-react-hooks-unreliable-deps/issues" |
25 | 26 | }, |
26 | 27 | "engines": { |
27 | 28 | "node": ">=10" |
28 | 29 | }, |
29 | | - "homepage": "https://reactjs.org/", |
| 30 | + "homepage": "https://github.com/gnowland/eslint-plugin-react-hooks-unreliable-deps", |
30 | 31 | "peerDependencies": { |
31 | 32 | "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0" |
32 | 33 | }, |
| 34 | + "scripts": { |
| 35 | + "simlink": "ln -hfs ../ node_modules/${npm_package_name}", |
| 36 | + "build": "npm run simlink && node ./scripts/rollup/build.js" |
| 37 | + }, |
33 | 38 | "devDependencies": { |
| 39 | + "@babel/cli": "^7.10.5", |
| 40 | + "@babel/code-frame": "^7.10.4", |
| 41 | + "@babel/core": "^7.11.1", |
| 42 | + "@babel/plugin-proposal-class-properties": "^7.10.4", |
| 43 | + "@babel/plugin-proposal-object-rest-spread": "^7.11.0", |
| 44 | + "@babel/plugin-transform-arrow-functions": "^7.10.4", |
| 45 | + "@babel/plugin-transform-block-scoped-functions": "^7.10.4", |
| 46 | + "@babel/plugin-transform-block-scoping": "^7.11.1", |
| 47 | + "@babel/plugin-transform-computed-properties": "^7.10.4", |
| 48 | + "@babel/plugin-transform-destructuring": "^7.10.4", |
| 49 | + "@babel/plugin-transform-for-of": "^7.10.4", |
| 50 | + "@babel/plugin-transform-literals": "^7.10.4", |
| 51 | + "@babel/plugin-transform-shorthand-properties": "^7.10.4", |
| 52 | + "@babel/plugin-transform-spread": "^7.11.0", |
| 53 | + "@babel/plugin-transform-template-literals": "^7.10.5", |
| 54 | + "@babel/preset-flow": "^7.10.4", |
34 | 55 | "@typescript-eslint/parser-v2": "npm:@typescript-eslint/parser@^2.26.0", |
35 | 56 | "@typescript-eslint/parser-v3": "npm:@typescript-eslint/parser@^3.10.0", |
36 | 57 | "@typescript-eslint/parser-v4": "npm:@typescript-eslint/parser@^4.1.0", |
37 | | - "@typescript-eslint/parser-v5": "npm:@typescript-eslint/parser@^5.0.0-0" |
| 58 | + "@typescript-eslint/parser-v5": "npm:@typescript-eslint/parser@^5.0.0-0", |
| 59 | + "babel-code-frame": "^6.26.0", |
| 60 | + "babel-plugin-syntax-trailing-function-commas": "^6.5.0", |
| 61 | + "cli-table": "^0.3.1", |
| 62 | + "filesize": "^6.0.1", |
| 63 | + "google-closure-compiler": "^20200517.0.0", |
| 64 | + "gzip-size": "^5.1.1", |
| 65 | + "ncp": "^2.0.0", |
| 66 | + "rollup": "^1.19.4", |
| 67 | + "rollup-plugin-babel": "^4.0.1", |
| 68 | + "rollup-plugin-commonjs": "^9.3.4", |
| 69 | + "rollup-plugin-node-resolve": "^2.1.1", |
| 70 | + "rollup-plugin-prettier": "^0.6.0", |
| 71 | + "rollup-plugin-replace": "^2.2.0", |
| 72 | + "rollup-plugin-strip-banner": "^0.2.0", |
| 73 | + "targz": "^1.0.1" |
38 | 74 | } |
39 | 75 | } |
0 commit comments