UNPKG

1.42 kBJSONView Raw
1{
2 "name": "@airbnb/lunar-apollo",
3 "version": "1.0.3",
4 "description": "Apollo and GraphQL utilities.",
5 "license": "MIT",
6 "main": "./lib/index.js",
7 "types": "./lib/index.d.ts",
8 "module": "./esm/index.js",
9 "sideEffects": false,
10 "repository": "https://github.com/airbnb/lunar",
11 "publishConfig": {
12 "access": "public"
13 },
14 "scripts": {
15 "build": "npm run build:cjs && npm run build:esm",
16 "build:cjs": "BUILD=cjs babel --root-mode upward --extensions .ts,.tsx ./src --out-dir ./lib",
17 "build:esm": "BUILD=esm babel --root-mode upward --extensions .ts,.tsx ./src --out-dir ./esm"
18 },
19 "peerDependencies": {
20 "@airbnb/lunar": "^1.0.0",
21 "graphql": "^14.1.0",
22 "graphql-tag": "^2.10.0",
23 "react": "^16.8.0"
24 },
25 "devDependencies": {
26 "@airbnb/lunar": "^1.1.2",
27 "@types/react-test-renderer": "^16.8.1",
28 "graphql": "^14.1.0",
29 "graphql-tag": "^2.10.0",
30 "react": "^16.8.6",
31 "react-test-renderer": "^16.8.6"
32 },
33 "dependencies": {
34 "@babel/runtime-corejs3": "^7.4.3",
35 "@types/graphql": "^14.2.0",
36 "@types/lodash": "^4.14.123",
37 "apollo-cache-inmemory": "^1.5.1",
38 "apollo-client": "^2.5.1",
39 "apollo-link": "^1.2.11",
40 "apollo-link-error": "^1.1.10",
41 "apollo-link-http": "^1.5.14",
42 "lodash": "^4.17.11",
43 "react-apollo": "^2.5.3",
44 "utility-types": "^3.5.0"
45 },
46 "gitHead": "deff0f230fa1015c8c6de8433d86a29b257d73f4"
47}