{
  "name": "@sentrei/blog",
  "version": "4.119.2",
  "homepage": "https://sentrei.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/sentrei/sentrei.git",
    "directory": "packages/blog"
  },
  "license": "MIT",
  "author": "Shun Kakinoki",
  "scripts": {
    "blog": "firebase use master && yarn run deploy:blog",
    "build": "gatsby build",
    "clean": "gatsby clean",
    "deploy": "yarn run deploy:staging-blog && yarn run deploy:blog",
    "deploy:blog": "firebase deploy --only hosting:blog",
    "deploy:staging-blog": "firebase deploy --only hosting:staging-blog",
    "dev": "gatsby develop",
    "staging:blog": "firebase use master && yarn run deploy:staging-blog"
  },
  "dependencies": {
    "@emotion/styled": "^10.0.27",
    "@narative/gatsby-theme-novela": "^0.16.0",
    "gatsby": "^2.20.17",
    "gatsby-plugin-google-analytics": "^2.3.0",
    "gatsby-plugin-i18n": "^1.0.1",
    "gatsby-plugin-mailchimp": "^5.1.2",
    "gatsby-plugin-manifest": "^2.4.1",
    "react": "^16.13.1",
    "react-dom": "^16.13.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "5915ac673cb6ddfe6cd4b6b93a8f71f6337aa24e"
}
