{
  "name": "gatsby-theme-atom-service",
  "version": "1.1.298",
  "description": "Gatsby theme for website that curate Atom packages that provide and consume an Atom service",
  "main": "index.js",
  "scripts": {
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/keplersj/gatsby-theme-atom-service.git"
  },
  "keywords": [
    "gatsby",
    "gatsby-theme",
    "atom",
    "atomlinter",
    "atom-linter",
    "atombuild",
    "atom-build",
    "lint"
  ],
  "author": "Kepler Sticka-Jones <kepler@stickajones.org>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/keplersj/gatsby-theme-atom-service/issues"
  },
  "homepage": "https://github.com/keplersj/gatsby-theme-atom-service#readme",
  "devDependencies": {
    "@stryker-mutator/core": "^3.3.1",
    "@stryker-mutator/html-reporter": "^3.1.0",
    "@stryker-mutator/jest-runner": "^3.1.0",
    "@stryker-mutator/typescript": "^3.3.1",
    "@testing-library/react": "^11.2.5",
    "@types/jest": "^26.0.20",
    "@types/react": "^17.0.2",
    "@types/react-test-renderer": "^17.0.1",
    "eslint": "^7.21.0",
    "eslint-config-starstuff": "^1.4.42",
    "gatsby": "^2.32.9",
    "jest": "^25.5.4",
    "jest-preset-gatsby": "^1.0.115",
    "jest-runner-eslint": "^0.10.0",
    "jest-runner-prettier": "^0.3.6",
    "jest-serializer-json-ld-script": "^1.0.7",
    "jest-serializer-react-helmet": "^1.0.6",
    "prettier": "^2.2.1",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "react-test-renderer": "^17.0.1",
    "semantic-release": "^17.4.0",
    "typescript": "^4.2.2"
  },
  "dependencies": {
    "@material-ui/core": "^4.9.12",
    "@material-ui/icons": "^4.11.2",
    "@material-ui/styles": "^4.9.14",
    "@types/lodash": "^4.14.168",
    "@types/react-helmet": "^6.1.0",
    "gatsby-plugin-lodash": "^3.10.0",
    "gatsby-plugin-material-ui": "^2.1.10",
    "gatsby-plugin-react-helmet": "^3.10.0",
    "gatsby-plugin-typescript": "^2.12.1",
    "gatsby-source-filesystem": "^2.11.1",
    "gatsby-transformer-yaml": "^2.11.0",
    "lodash": "^4.17.21",
    "mkdirp": "^1.0.4",
    "react-helmet": "^6.1.0",
    "react-schemaorg": "^1.3.1",
    "schema-dts": "^0.8.2",
    "typeface-roboto": "^1.1.13"
  },
  "peerDependencies": {
    "gatsby": "^2.13.13",
    "react": "^16.8.6",
    "react-dom": "^16.8.6"
  },
  "eslintConfig": {
    "extends": "starstuff/auto",
    "env": {
      "node": true,
      "browser": true
    }
  }
}
