1 | {
|
2 | "name": "react-apollo",
|
3 | "description": "React Apollo Hooks, Components, and HOC.",
|
4 | "version": "3.1.5",
|
5 | "author": "opensource@apollographql.com",
|
6 | "keywords": [
|
7 | "apollo",
|
8 | "graphql",
|
9 | "react",
|
10 | "hooks",
|
11 | "hoc",
|
12 | "components"
|
13 | ],
|
14 | "license": "MIT",
|
15 | "main": "./lib/react-apollo.cjs.js",
|
16 | "module": "./lib/react-apollo.esm.js",
|
17 | "react-native": {
|
18 | "react-dom/server": false
|
19 | },
|
20 | "typings": "./lib/index.d.ts",
|
21 | "repository": {
|
22 | "type": "git",
|
23 | "url": "apollographql/react-apollo"
|
24 | },
|
25 | "sideEffects": false,
|
26 | "scripts": {
|
27 | "clean": "rm -Rf ./lib/* ./meta/bundlesize/* ./meta/coverage/* ./.rpt2_cache",
|
28 | "prepare": "npm run build",
|
29 | "prebuild": "npm run clean",
|
30 | "build": "npx tsc -p ./config",
|
31 | "postbuild": "npx rollup -c ./config/rollup.config.js",
|
32 | "predeploy": "npm run build",
|
33 | "deploy": "npm publish"
|
34 | },
|
35 | "peerDependencies": {
|
36 | "@types/react": "^16.8.0",
|
37 | "apollo-client": "^2.6.4",
|
38 | "graphql": "^14.3.1",
|
39 | "react": "^16.8.0",
|
40 | "react-dom": "^16.8.0"
|
41 | },
|
42 | "dependencies": {
|
43 | "@apollo/react-common": "^3.1.4",
|
44 | "@apollo/react-components": "^3.1.5",
|
45 | "@apollo/react-hoc": "^3.1.5",
|
46 | "@apollo/react-hooks": "^3.1.5",
|
47 | "@apollo/react-ssr": "^3.1.5"
|
48 | },
|
49 | "files": [
|
50 | "lib"
|
51 | ],
|
52 | "publishConfig": {
|
53 | "access": "public"
|
54 | },
|
55 | "devDependencies": {
|
56 | "rollup": "1.23.1",
|
57 | "typescript": "3.8.3"
|
58 | },
|
59 | "gitHead": "4bd40a94b18102b1eb42864d2e59d52ced0303f5"
|
60 | }
|