UNPKG

1.4 kBJSONView Raw
1{
2 "name": "@graphql-codegen/typescript-react-apollo",
3 "version": "4.3.0",
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": "^3.0.0",
11 "@graphql-codegen/visitor-plugin-common": "2.13.1",
12 "auto-bind": "~4.0.0",
13 "change-case-all": "1.0.15",
14 "tslib": "~2.6.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 "engines": {
23 "node": ">= 16.0.0"
24 },
25 "main": "cjs/index.js",
26 "module": "esm/index.js",
27 "typings": "typings/index.d.ts",
28 "typescript": {
29 "definition": "typings/index.d.ts"
30 },
31 "type": "module",
32 "exports": {
33 ".": {
34 "require": {
35 "types": "./typings/index.d.cts",
36 "default": "./cjs/index.js"
37 },
38 "import": {
39 "types": "./typings/index.d.ts",
40 "default": "./esm/index.js"
41 },
42 "default": {
43 "types": "./typings/index.d.ts",
44 "default": "./esm/index.js"
45 }
46 },
47 "./package.json": "./package.json"
48 }
49}
\No newline at end of file