UNPKG

1.36 kBJSONView Raw
1{
2 "name": "@graphql-codegen/typescript-react-apollo",
3 "version": "3.3.7",
4 "description": "GraphQL Code Generator plugin for generating a ready-to-use React Components/HOC/Hooks based on GraphQL operations",
5 "peerDependencies": {
6 "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
7 "graphql-tag": "^2.0.0"
8 },
9 "dependencies": {
10 "@graphql-codegen/plugin-helpers": "^2.7.2",
11 "@graphql-codegen/visitor-plugin-common": "2.13.1",
12 "auto-bind": "~4.0.0",
13 "change-case-all": "1.0.14",
14 "tslib": "~2.4.0"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/dotansimha/graphql-code-generator-community.git",
19 "directory": "packages/plugins/typescript/react-apollo"
20 },
21 "license": "MIT",
22 "main": "cjs/index.js",
23 "module": "esm/index.js",
24 "typings": "typings/index.d.ts",
25 "typescript": {
26 "definition": "typings/index.d.ts"
27 },
28 "type": "module",
29 "exports": {
30 ".": {
31 "require": {
32 "types": "./typings/index.d.cts",
33 "default": "./cjs/index.js"
34 },
35 "import": {
36 "types": "./typings/index.d.ts",
37 "default": "./esm/index.js"
38 },
39 "default": {
40 "types": "./typings/index.d.ts",
41 "default": "./esm/index.js"
42 }
43 },
44 "./package.json": "./package.json"
45 }
46}
\No newline at end of file