|
7 | 7 | "module": "build/module/index.js",
|
8 | 8 | "repository": "https://github.com/croutonn/graphql-codegen-plugin-typescript-swr",
|
9 | 9 | "license": "MIT",
|
10 |
| - "keywords": [], |
| 10 | + "keywords": [ |
| 11 | + "graphql", |
| 12 | + "codegen", |
| 13 | + "typescript", |
| 14 | + "ts", |
| 15 | + "swr", |
| 16 | + "stale-while-revalidate", |
| 17 | + "react" |
| 18 | + ], |
11 | 19 | "scripts": {
|
12 | 20 | "build": "run-p build:*",
|
13 | 21 | "build:main": "tsc -p tsconfig.json",
|
|
40 | 48 | "engines": {
|
41 | 49 | "node": ">=10"
|
42 | 50 | },
|
43 |
| - "dependencies": {}, |
| 51 | + "dependencies": { |
| 52 | + "@graphql-codegen/plugin-helpers": "^1.17.9", |
| 53 | + "@graphql-codegen/visitor-plugin-common": "^1.17.15", |
| 54 | + "auto-bind": "^4.0.0", |
| 55 | + "camel-case": "^4.1.1", |
| 56 | + "graphql": "^15.3.0", |
| 57 | + "pascal-case": "^3.1.1", |
| 58 | + "swr": "^0.3.5", |
| 59 | + "tslib": "^2.0.3" |
| 60 | + }, |
44 | 61 | "devDependencies": {
|
45 | 62 | "@ava/typescript": "^1.1.1",
|
46 | 63 | "@istanbuljs/nyc-config-typescript": "^1.0.1",
|
47 |
| - "@typescript-eslint/eslint-plugin": "^4.0.1", |
48 |
| - "@typescript-eslint/parser": "^4.0.1", |
49 |
| - "ava": "^3.12.1", |
50 |
| - "codecov": "^3.5.0", |
| 64 | + "@types/node": "^14.11.8", |
| 65 | + "@typescript-eslint/eslint-plugin": "^4.4.1", |
| 66 | + "ava": "^3.13.0", |
| 67 | + "codecov": "^3.8.0", |
51 | 68 | "cspell": "^4.1.0",
|
52 | 69 | "cz-conventional-changelog": "^3.3.0",
|
53 |
| - "eslint": "^7.8.0", |
54 |
| - "eslint-config-prettier": "^6.11.0", |
55 |
| - "eslint-plugin-eslint-comments": "^3.2.0", |
56 |
| - "eslint-plugin-functional": "^3.0.2", |
57 |
| - "eslint-plugin-import": "^2.22.0", |
| 70 | + "eslint": "^7.11.0", |
| 71 | + "eslint-config-airbnb": "^18.2.0", |
| 72 | + "eslint-config-airbnb-typescript": "^11.0.0", |
| 73 | + "eslint-config-prettier": "^6.12.0", |
| 74 | + "eslint-import-resolver-typescript": "^2.3.0", |
| 75 | + "eslint-plugin-import": "^2.22.1", |
| 76 | + "eslint-plugin-jsx-a11y": "^6.3.1", |
| 77 | + "eslint-plugin-react": "^7.21.4", |
| 78 | + "eslint-plugin-react-hooks": "^4.1.2", |
58 | 79 | "gh-pages": "^3.1.0",
|
59 | 80 | "npm-run-all": "^4.1.5",
|
60 | 81 | "nyc": "^15.1.0",
|
61 | 82 | "open-cli": "^6.0.1",
|
62 |
| - "prettier": "^2.1.1", |
| 83 | + "prettier": "^2.1.2", |
| 84 | + "react": "^16.13.1", |
63 | 85 | "standard-version": "^9.0.0",
|
64 | 86 | "ts-node": "^9.0.0",
|
65 |
| - "typedoc": "^0.19.0", |
66 |
| - "typescript": "^4.0.2" |
| 87 | + "typedoc": "^0.19.2", |
| 88 | + "typescript": "^4.0.3" |
67 | 89 | },
|
68 | 90 | "files": [
|
69 | 91 | "build/main",
|
|
0 commit comments