{
  "name": "utilstest",
  "description": "A Hearst interactive project",
  "version": "1.0.0",
  "author": "ewagstaff",
  "dependencies": {
    "axios": "0.27.2",
    "css.gg": "2.0.0",
    "gatsby": "4.13.0",
    "gatsby-plugin-htaccess": "1.4.0",
    "gatsby-plugin-html-attributes": "1.0.5",
    "gatsby-plugin-less": "6.13.0",
    "gatsby-plugin-preact": "6.13.0",
    "gatsby-plugin-react-helmet": "5.13.0",
    "gatsby-source-filesystem": "4.13.0",
    "gatsby-transformer-json": "4.13.0",
    "jump.js": "1.0.2",
    "less": "4.1.1",
    "preact": "10.5.13",
    "preact-render-to-string": "5.2.0",
    "prop-types": "15.7.2",
    "react": "16.14.0",
    "react-dom": "16.14.0",
    "react-headroom": "3.1.1",
    "react-helmet": "^6.1.0",
    "react-lazyload": "3.2.0",
    "require-directory": "2.1.1",
    "swr": "^0.5.6"
  },
  "keywords": [
    "gatsby"
  ],
  "browserslist": [
    "Chrome >= 61",
    "ChromeAndroid >= 80",
    "Safari >= 11",
    "iOS >= 11",
    "Firefox >= 60",
    "FirefoxAndroid >= 68",
    "Edge >= 16",
    "Opera >= 48",
    "Android >= 80",
    "Samsung >= 8.2"
  ],
  "license": "MIT",
  "scripts": {
    "deploy:git": "func() { npm run clean && export GATSBY_DEPLOY_ENV=\"$1\" && export GATSBY_DEPLOY_ORIGIN=\"$2\" && tasks/pre-build.sh && gatsby build --prefix-paths && tasks/post-build.sh; }; func",
    "auth": "tasks/googleauth.js",
    "sheets": "tasks/google-sheets.js",
    "docs": "tasks/google-docs.js",
    "dev": "export GATSBY_DEPLOY_ENV=development && gatsby develop -H 0.0.0.0",
    "makec2p": "tasks/create-c2p-sheet.js",
    "clean": "rm -rf .cache && rm -rf public_export && rm -rf public",
    "format": "prettier --write \"src/**/*.js\"",
    "test": "echo \"Error: no test specified\" && exit 1",
    "analyze": "export ANALYZE_BUNDLE_SIZE=true && gatsby build"
  },
  "devDependencies": {
    "babel-eslint": "10.1.0",
    "eslint": "7.7.0",
    "gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.27",
    "luxon": "1.24.1",
    "prettier": "2.0",
    "probe-image-size": "^7.0.1",
    "request": "^2.88.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gatsbyjs/gatsby-starter-default"
  }
}
