{
  "name": "gatsby-theme-chronogrove",
  "description": "A personal website and digital garden theme for GatsbyJS.",
  "version": "0.91.12",
  "author": "Chris Vogt <mail@chrisvogt.me> (https://www.chrisvogt.me)",
  "main": "index.js",
  "license": "MIT",
  "bugs": "https://github.com/chrisvogt/gatsby-theme-chronogrove/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/chrisvogt/gatsby-theme-chronogrove.git",
    "directory": "packages/theme"
  },
  "keywords": [
    "personal-website",
    "gatsby-website",
    "gatsby-plugin",
    "gatsby-theme",
    "gatsby",
    "react"
  ],
  "engines": {
    "node": ">=24",
    "pnpm": ">=10"
  },
  "os": [
    "darwin",
    "linux"
  ],
  "peerDependencies": {
    "gatsby": "^5.16.0",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "babel-preset-gatsby": "^3.16.0",
    "gatsby": "^5.16.1",
    "husky": "^9.1.7",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^30.4.2",
    "jest-canvas-mock": "^2.5.2",
    "jest-environment-jsdom": "^30.4.1",
    "jest-junit": "^16.0.0"
  },
  "dependencies": {
    "@chrisvogt/lottie-react-web": "^3.0.0",
    "@emotion/cache": "^11.14.0",
    "@emotion/react": "^11.14.0",
    "@emotion/server": "^11.11.0",
    "@emotion/styled": "^11.14.1",
    "@fortawesome/fontawesome-svg-core": "^7.2.0",
    "@fortawesome/free-brands-svg-icons": "^7.2.0",
    "@fortawesome/free-regular-svg-icons": "^7.2.0",
    "@fortawesome/free-solid-svg-icons": "^7.2.0",
    "@fortawesome/react-fontawesome": "^3.3.1",
    "@gatsbyjs/reach-router": "^2.0.1",
    "@loadable/component": "^5.16.7",
    "@mdx-js/loader": "^3.1.1",
    "@mdx-js/mdx": "^3.1.1",
    "@mdx-js/react": "^3.1.1",
    "@tanstack/react-query": "^5.100.14",
    "@theme-toggles/react": "^4.1.0",
    "@theme-ui/color": "^0.17.4",
    "@theme-ui/components": "^0.17.4",
    "@theme-ui/css": "^0.17.4",
    "@theme-ui/mdx": "^0.17.4",
    "@theme-ui/presets": "^0.17.4",
    "@theme-ui/prism": "^0.17.4",
    "boxen": "^8.0.1",
    "classnames": "^2.5.1",
    "gatsby-plugin-emotion": "^8.16.0",
    "gatsby-plugin-feed": "^5.16.0",
    "gatsby-plugin-manifest": "^5.16.0",
    "gatsby-plugin-mdx": "^5.16.0",
    "gatsby-plugin-sharp": "^5.16.0",
    "gatsby-plugin-theme-ui": "^0.17.4",
    "gatsby-remark-autolink-headers": "^6.16.0",
    "gatsby-remark-copy-linked-files": "^6.16.0",
    "gatsby-remark-embed-video": "^3.2.1",
    "gatsby-remark-images": "^7.16.0",
    "gatsby-remark-prismjs": "^7.16.0",
    "gatsby-source-filesystem": "^5.16.0",
    "gatsby-theme-style-guide": "^0.17.4",
    "gatsby-transformer-json": "^5.16.0",
    "gatsby-transformer-remark": "^6.16.0",
    "gatsby-transformer-sharp": "^5.16.0",
    "html-react-parser": "^5.2.17",
    "humanize-duration": "^3.33.2",
    "lightgallery": "^2.9.0",
    "lodash": "^4.18.1",
    "prettier": "^3.9.6",
    "prismjs": "^1.30.0",
    "prop-types": "^15.8.1",
    "react": "^19.2.6",
    "react-dom": "^19.2.6",
    "react-error-boundary": "^6.1.2",
    "react-photo-gallery": "^8.0.0",
    "react-placeholder": "^4.1.0",
    "s-ago": "^2.2.0",
    "svg-loaders-react": "^3.1.1",
    "theme-ui": "^0.17.4",
    "three": "^0.184.0",
    "vanilla-tilt": "^1.8.1",
    "zustand": "^5.0.14",
    "@chronogrove/ui": "0.85.8"
  },
  "scripts": {
    "build": "node -e \"process.exit(0)\"",
    "clean": "gatsby clean",
    "develop": "gatsby develop",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage --colors",
    "test:codecov": "JEST_JUNIT_CLASSNAME=\"{filepath}\" jest --reporters=jest-junit"
  }
}