UNPKG

@airbnb/lunar-apollo

Version:

Apollo and GraphQL utilities.

48 lines (47 loc) 1.44 kB
{ "name": "@airbnb/lunar-apollo", "version": "2.6.3", "description": "Apollo and GraphQL utilities.", "license": "MIT", "main": "./lib/index.js", "types": "./lib/index.d.ts", "module": "./esm/index.js", "sideEffects": false, "repository": "https://github.com/airbnb/lunar/tree/master/packages/apollo", "publishConfig": { "access": "public" }, "scripts": { "build": "yarn run build:cjs && yarn run build:esm", "build:cjs": "BUILD=cjs babel --root-mode upward --extensions .ts,.tsx ./src --out-dir ./lib", "build:esm": "BUILD=esm babel --root-mode upward --extensions .ts,.tsx ./src --out-dir ./esm" }, "peerDependencies": { "@airbnb/lunar": "^2.0.0", "graphql": "^14.1.0", "graphql-tag": "^2.10.0", "react": "^16.8.0", "react-apollo": "^3.0.0" }, "devDependencies": { "@airbnb/lunar-test-utils": "^2.3.1", "@apollo/react-testing": "^3.1.3", "graphql": "^14.5.8", "graphql-tag": "^2.10.1", "react": "^16.11.0", "react-apollo": "^3.1.3", "react-test-renderer": "^16.11.0" }, "dependencies": { "@types/lodash": "*", "apollo-cache": "^1.3.2", "apollo-cache-inmemory": "^1.6.3", "apollo-client": "^2.6.4", "apollo-link": "^1.2.13", "apollo-link-error": "^1.1.12", "apollo-link-http": "^1.5.16", "apollo-utilities": "^1.3.2", "lodash": "^4.17.15" }, "gitHead": "89a43c3fa556f54824ed924d1a521702f9daa9d7" }