{
  "name": "gatsby-graphiql-explorer",
  "version": "0.1.1",
  "description": "GraphiQL IDE with custom features for Gatsby users",
  "main": "index.js",
  "scripts": {
    "build:app": "webpack --config ./src/app/webpack.config.js",
    "build:babel": "babel src/index.js --out-dir . --ignore **/__tests__",
    "build": "npm-run-all --parallel build:app build:babel",
    "prepare": "cross-env NODE_ENV=production npm run build",
    "test": "echo \"Error: no test specified\" && exit 1",
    "watch:app": "npm run build:app -- --watch",
    "watch:babel": "npm run build:babel -- --watch",
    "watch": "npm-run-all --parallel watch:app watch:babel"
  },
  "keywords": [
    "gatsby"
  ],
  "author": "",
  "bugs": {
    "url": "https://github.com/gatsbyjs/gatsby/issues"
  },
  "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-graphiql-explorer#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/gatsbyjs/gatsby.git"
  },
  "license": "MIT",
  "dependencies": {
    "@babel/runtime": "^7.0.0",
    "graphiql": "^0.13.0",
    "graphiql-explorer": "^0.3.7",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "whatwg-fetch": "^3.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "@babel/plugin-proposal-class-properties": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.0.0",
    "@babel/preset-env": "^7.4.1",
    "@babel/preset-react": "^7.0.0",
    "babel-loader": "^8.0.0",
    "babel-preset-gatsby-package": "^0.1.4",
    "cross-env": "^5.0.5",
    "css-loader": "^1.0.0",
    "html-webpack-plugin": "^3.2.0",
    "npm-run-all": "4.1.5",
    "style-loader": "^0.21.0",
    "webpack-cli": "^3.3.2"
  },
  "gitHead": "887af7dc531f4923f5b5d9017b9ebeb16ae5b6bc"
}
