{
  "name": "@mjso/gatsby-plugin-transition-link",
  "version": "1.16.2",
  "description": "A link component for page transitions in gatsby.",
  "repository": "https://github.com/TylerBarnes/gatsby-plugin-transition-link",
  "homepage": "https://gatsby-plugin-transition-link.netlify.com/",
  "bugs": {
    "url": "https://github.com/TylerBarnes/gatsby-plugin-transition-link/issues"
  },
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "animation",
    "page transitions",
    "gsap",
    "css",
    "react animation"
  ],
  "main": "index.js",
  "author": "Tyler Barnes <tyler@known.design>",
  "license": "MIT",
  "scripts": {
    "release": "standard-version",
    "copy-files": "mkdir lib || true && cp .eslintrc.json readme.md package.json lib",
    "build": "yarn copy-files && babel src --out-dir lib --copy-files --ignore **/__tests__",
    "watch": "yarn copy-files && babel -w src --out-dir lib --copy-files --ignore **/__tests__ --verbose",
    "npm-publish": "git push --follow-tags origin master && yarn build && cd lib && npm publish && cd ../"
  },
  "devDependencies": {
    "@babel/cli": "^7.1.2",
    "@babel/core": "^7.1.2",
    "@babel/plugin-proposal-class-properties": "^7.1.0",
    "@babel/preset-env": "^7.1.0",
    "@babel/preset-react": "^7.0.0",
    "rimraf": "^2.6.2",
    "standard-version": "^5.0.2"
  },
  "dependencies": {
    "babel-preset-gatsby-package": "^0.1.2",
    "color-convert": "^1.9.3",
    "json-bump": "^0.1.3",
    "polyfill-array-includes": "^1.0.0",
    "react-transition-group": "^2.5.0",
    "requestanimationframe-timer": "^1.0.4"
  },
  "peerDependencies": {
    "react": "^16.8.5"
  }
}
