{
  "name": "gatsby-plugin-appsync",
  "license": "MIT",
  "version": "1.0.9",
  "main": "index.js",
  "author": "Praise Emerenini <praisegeek@gmail.com>",
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "appsync",
    "appsync-client",
    "graphql",
    "apollo-client",
    "react-apollo"
  ],
  "scripts": {
    "build": "gatsby build",
    "clean": "gatsby clean",
    "develop": "gatsby develop",
    "test": "echo \"No test specified\""
  },
  "peerDependencies": {
    "gatsby": "^2.18.7",
    "react": "^16.12.0",
    "react-dom": "^16.12.0"
  },
  "devDependencies": {
    "gatsby": "^2.18.7",
    "react": "^16.12.0",
    "react-dom": "^16.12.0"
  },
  "dependencies": {
    "@aws-amplify/auth": "^2.1.1",
    "@aws-amplify/core": "^2.2.0",
    "@aws-amplify/storage": "^2.2.0",
    "apollo-cache-inmemory": "^1.6.3",
    "apollo-client": "^2.6.4",
    "apollo-client-legacy": "npm:apollo-client@2.6.4",
    "apollo-link": "^1.2.13",
    "apollo-link-error": "^1.1.12",
    "apollo-link-http": "^1.5.16",
    "aws-appsync": "^3.0.2",
    "aws-appsync-auth-link": "^2.0.1",
    "aws-appsync-react": "^3.0.2",
    "aws-appsync-subscription-link": "^2.0.1",
    "graphql-tag": "^2.10.1",
    "isomorphic-fetch": "^2.2.1",
    "react-apollo": "^3.1.3",
    "react-apollo-legacy": "npm:react-apollo@2.5.6"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/praisegeek/gatsby-plugin-appsync.git"
  }
}
