main
Last change
on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
1.0 KB
|
Rev | Line | |
---|
[d565449] | 1 | {
|
---|
| 2 | "name": "eslint-plugin-react-hooks",
|
---|
| 3 | "description": "ESLint rules for React Hooks",
|
---|
| 4 | "version": "4.6.2",
|
---|
| 5 | "repository": {
|
---|
| 6 | "type": "git",
|
---|
| 7 | "url": "https://github.com/facebook/react.git",
|
---|
| 8 | "directory": "packages/eslint-plugin-react-hooks"
|
---|
| 9 | },
|
---|
| 10 | "files": [
|
---|
| 11 | "LICENSE",
|
---|
| 12 | "README.md",
|
---|
| 13 | "index.js",
|
---|
| 14 | "cjs"
|
---|
| 15 | ],
|
---|
| 16 | "keywords": [
|
---|
| 17 | "eslint",
|
---|
| 18 | "eslint-plugin",
|
---|
| 19 | "eslintplugin",
|
---|
| 20 | "react"
|
---|
| 21 | ],
|
---|
| 22 | "license": "MIT",
|
---|
| 23 | "bugs": {
|
---|
| 24 | "url": "https://github.com/facebook/react/issues"
|
---|
| 25 | },
|
---|
| 26 | "engines": {
|
---|
| 27 | "node": ">=10"
|
---|
| 28 | },
|
---|
| 29 | "homepage": "https://reactjs.org/",
|
---|
| 30 | "peerDependencies": {
|
---|
| 31 | "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
|
---|
| 32 | },
|
---|
| 33 | "devDependencies": {
|
---|
| 34 | "@typescript-eslint/parser-v2": "npm:@typescript-eslint/parser@^2.26.0",
|
---|
| 35 | "@typescript-eslint/parser-v3": "npm:@typescript-eslint/parser@^3.10.0",
|
---|
| 36 | "@typescript-eslint/parser-v4": "npm:@typescript-eslint/parser@^4.1.0",
|
---|
| 37 | "@typescript-eslint/parser-v5": "npm:@typescript-eslint/parser@^5.0.0-0"
|
---|
| 38 | }
|
---|
| 39 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.