{
  "name": "gatsby-theme-garden",
  "version": "0.1.55",
  "description": "Gatsby theme to create a digital garden",
  "main": "index.js",
  "scripts": {
    "test": "jest"
  },
  "keywords": [
    "gatsby",
    "gatsby-theme",
    "gatsby-plugin",
    "digital-garden",
    "react",
    "notes",
    "roam-research"
  ],
  "author": "Mathieu Dutour <mathieu@dutour.me>",
  "repository": {
    "url": "https://github.com/mathieudutour/gatsby-digital-garden",
    "directory": "packages/gatsby-theme-garden"
  },
  "license": "MIT",
  "peerDependencies": {
    "gatsby": "^2.13.13",
    "react": "^16.8.6",
    "react-dom": "^16.8.6"
  },
  "dependencies": {
    "@mdx-js/mdx": "^1.6.1",
    "@mdx-js/react": "^1.6.1",
    "@react-hook/window-size": "~2.0.5",
    "@tippyjs/react": "^4.0.2",
    "d3": "^5.16.0",
    "downshift": "^6.0.6",
    "flexsearch": "^0.6.32",
    "gatsby-core-utils": "^1.2.1",
    "gatsby-plugin-compile-es6-packages": "^2.1.0",
    "gatsby-plugin-local-search": "^2.0.0",
    "gatsby-plugin-mdx": "^1.2.12",
    "gatsby-plugin-sharp": "^2.6.14",
    "gatsby-plugin-use-dark-mode": "^1.1.2",
    "gatsby-remark-autolink-headers": "^2.3.7",
    "gatsby-remark-copy-linked-files": "^2.3.7",
    "gatsby-remark-double-brackets-link": "^0.1.6",
    "gatsby-remark-double-parenthesis-link": "^0.1.2",
    "gatsby-remark-images": "^3.3.13",
    "gatsby-source-filesystem": "^2.3.8",
    "gatsby-source-roamresearch": "^0.4.1",
    "gatsby-transformer-markdown-references": "^0.1.5",
    "react-helmet": "^6.1.0",
    "react-spring": "^8.0.27",
    "react-stacked-pages-hook": "^0.4.4",
    "slugify": "^1.4.0",
    "use-dark-mode": "^2.3.1"
  },
  "devDependencies": {
    "gatsby": "^2.22.10",
    "react": "^16.12.0",
    "react-dom": "^16.12.0"
  }
}
