{
  "name": "gatsby-plugin-page-transitions",
  "description": "Gatsby plugin to set page transitions",
  "license": "MIT",
  "author": "Mong-Kuen Sun <mongkuen.sun@gmail.com>",
  "version": "1.0.8",
  "homepage": "https://github.com/mongkuen/gatsby-plugin-page-transitions",
  "bugs": {
    "url": "https://github.com/mongkuen/gatsby-plugin-page-transitions/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mongkuen/gatsby-plugin-page-transitions"
  },
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "page",
    "transitions",
    "page-transitions"
  ],
  "main": "index.js",
  "scripts": {
    "dev": "concurrently \"yarn run prettier-watch\" \"yarn run build-watch\" --kill-others",
    "build-watch": "onchange 'src/**/*.js' 'src/**/*.jsx' -- yarn run build",
    "prettier-watch": "onchange 'src/**/*.js' 'src/**/*.jsx' -- prettier --write {{changed}}",
    "build": "babel src --out-dir .",
    "prepublishOnly": "npm run build"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-runtime": "^6.26.0",
    "concurrently": "^3.6.0",
    "onchange": "^4.0.0",
    "prettier": "^1.13.7"
  },
  "dependencies": {
    "history": "^4.7.2",
    "prop-types": "^15.6.2",
    "react-transition-group": "^2.4.0"
  }
}
