{
  "private": true,
  "name": "react-transition-group-docs",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "NODE_ENV=production gatsby build --prefix-paths",
    "deploy": "npm run build && gh-pages -d public",
    "develop": "gatsby develop"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@babel/core": "^7.3.4",
    "babel-preset-gatsby": "^0.1.8",
    "bootstrap": "^4.3.1",
    "gatsby": "^2.1.22",
    "gatsby-plugin-react-helmet": "^3.0.10",
    "gatsby-plugin-sass": "^2.0.10",
    "gatsby-remark-prismjs": "^3.2.4",
    "gatsby-source-filesystem": "^2.0.23",
    "gatsby-transformer-react-docgen": "^3.0.5",
    "gatsby-transformer-remark": "^2.3.0",
    "lodash": "^4.17.13",
    "prismjs": "^1.15.0",
    "react": "^16.8.3",
    "react-bootstrap": "^1.0.0-beta.5",
    "react-dom": "^16.8.3",
    "react-helmet": "^5.2.0"
  },
  "devDependencies": {
    "gh-pages": "^2.0.1",
    "node-sass": "^4.12.0"
  }
}
