{
  "name": "dapp-stack.org",
  "description": "Dapp Stack website",
  "version": "0.1.0",
  "private": true,
  "bugs": {
    "url": "https://github.com/Dapp-Stack/Dapp-Stack"
  },
  "dependencies": {
    "babel-eslint": "^8.0.1",
    "eslint": "^4.8.0",
    "eslint-config-fbjs": "^2.0.0",
    "eslint-config-react": "^1.1.7",
    "eslint-plugin-babel": "^4.1.2",
    "eslint-plugin-flowtype": "^2.39.1",
    "eslint-plugin-jsx-a11y": "^6.0.2",
    "eslint-plugin-prettier": "^2.3.1",
    "eslint-plugin-react": "^7.4.0",
    "eslint-plugin-relay": "^0.0.19",
    "flow-bin": "^0.56.0",
    "gatsby": "^2.0.0",
    "gatsby-plugin-catch-links": "^2.0.0",
    "gatsby-plugin-feed": "^2.0.0",
    "gatsby-plugin-glamor": "^2.0.0",
    "gatsby-plugin-google-analytics": "^2.0.0",
    "gatsby-plugin-manifest": "^2.0.0",
    "gatsby-plugin-netlify": "^2.0.0",
    "gatsby-plugin-nprogress": "^2.0.0",
    "gatsby-plugin-react-helmet": "^3.0.0",
    "gatsby-plugin-sharp": "^2.0.0",
    "gatsby-plugin-twitter": "^2.0.0",
    "gatsby-react-router-scroll": "^2.0.1",
    "gatsby-remark-autolink-headers": "^2.0.0",
    "gatsby-remark-code-repls": "^2.0.0",
    "gatsby-remark-copy-linked-files": "^2.0.0",
    "gatsby-remark-embed-snippet": "^3.0.0",
    "gatsby-remark-images": "^2.0.0",
    "gatsby-remark-prismjs": "^3.0.2",
    "gatsby-remark-responsive-iframe": "^2.0.0",
    "gatsby-remark-smartypants": "^2.0.0",
    "gatsby-source-filesystem": "^2.0.0",
    "gatsby-transformer-remark": "^2.0.0",
    "gatsby-transformer-sharp": "^2.0.0",
    "glamor": "^2.20.40",
    "hex2rgba": "^0.0.1",
    "normalize.css": "^8.0.0",
    "prettier": "^1.7.4",
    "prismjs": "^1.15.0",
    "react": "16.7.0-alpha.0",
    "react-dom": "16.7.0-alpha.0",
    "react-helmet": "^5.2.0",
    "react-live": "1.8.0-0",
    "remarkable": "^1.7.1",
    "request-promise": "^4.2.2",
    "rimraf": "^2.6.1",
    "slugify": "^1.2.1",
    "unist-util-visit": "^1.1.3"
  },
  "engines": {
    "node": ">=8.11"
  },
  "homepage": "https://dapp-stack.org/",
  "keywords": [
    "gatsby"
  ],
  "main": "n/a",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Dapp-Stack/Dapp-Stack.org.git"
  },
  "scripts": {
    "build": "gatsby build",
    "check-all": "npm-run-all prettier --parallel lint",
    "start": "gatsby develop -H 0.0.0.0",
    "format:source": "prettier --config .prettierrc --write \"{gatsby-*.js,{flow-typed,plugins,src}/**/*.js}\"",
    "format:examples": "prettier --config examples/.prettierrc --write \"examples/**/*.js\"",
    "lint": "eslint .",
    "netlify": "yarn build",
    "prettier": "yarn format:source && yarn format:examples",
    "clean": "rimraf ./.cache"
  },
  "devDependencies": {
    "@babel/preset-flow": "^7.0.0",
    "eslint-config-prettier": "^2.6.0",
    "lz-string": "^1.4.4",
    "npm-run-all": "^4.1.2",
    "recursive-readdir": "^2.2.1",
    "unist-util-map": "^1.0.3"
  }
}
