{
  "name": "lisixian",
  "description": "Minimal blog enhanced",
  "version": "1.0.10",
  "author": "Sixian <lisixian579@gmail.com>",
  "license": "MIT",
  "starter-name": "gatsby-starter-minimal-blog",
  "files": [
    "./public"
  ],
  "scripts": {
    "build": "gatsby build --prefix-paths",
    "develop": "gatsby develop",
    "deploy": "node ./deploy.js",
    "develop:cypress": "cross-env CYPRESS_SUPPORT=y yarn develop",
    "build:cypress": "cross-env CYPRESS_SUPPORT=y yarn build",
    "start": "gatsby develop",
    "serve": "gatsby serve",
    "clean": "gatsby clean"
  },
  "dependencies": {
    "@lekoarts/gatsby-theme-minimal-blog": "^1.2.0",
    "@types/theme-ui": "^0.2.6",
    "@types/theme-ui__components": "^0.2.0",
    "fourier-svg": "^1.0.1",
    "gatsby": "^2.18.18",
    "gatsby-image": "^2.2.37",
    "gatsby-plugin-google-analytics": "^2.1.31",
    "gatsby-plugin-manifest": "^2.2.34",
    "gatsby-plugin-netlify": "^2.1.30",
    "gatsby-plugin-offline": "^3.0.30",
    "gatsby-plugin-react-helmet": "^3.1.18",
    "gatsby-plugin-sitemap": "^2.2.24",
    "gatsby-remark-images-medium-zoom": "^1.4.0",
    "gatsby-remark-katex": "^3.1.20",
    "gatsby-remark-smartypants": "^2.1.20",
    "gatsby-transformer-remark": "^2.6.45",
    "katex": "^0.11.1",
    "p5": "^1.0.0",
    "react": "^16.9.0",
    "react-collapse": "^5.0.1",
    "react-dom": "^16.9.0",
    "react-typed": "^1.2.0",
    "sharp": "^0.25.2",
    "typeface-spectral": "^0.0.72"
  },
  "devDependencies": {
    "cross-env": "^6.0.3",
    "gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.8"
  }
}
