ctrl-alt-del-world/midway

View on GitHub
web/package.json

Summary

Maintainability
Test Coverage
{
  "name": "midway",
  "private": true,
  "description": "Boilerplate for Gatsby + Sanity + Shopify",
  "version": "0.1.0",
  "author": "You <kevin@ctrlaltdel.wprld>",
  "dependencies": {
    "@asbjorn/eslint-plugin-groq": "^1.0.0",
    "@babel/plugin-transform-object-assign": "^7.10.4",
    "@babel/template": "^7.10.4",
    "@loadable/component": "^5.14.1",
    "@picostate/react": "^3.0.1",
    "@sanity/block-content-to-react": "^2.0.7",
    "@sanity/client": "^0.147.3",
    "@sentry/browser": "^5.15.4",
    "@sentry/cli": "^1.52.1",
    "await-timeout": "^1.1.1",
    "aws-lambda": "^1.0.5",
    "classnames": "^2.2.6",
    "crypto": "^1.0.1",
    "docz": "^2.3.0-alpha.13",
    "dotenv": "^8.2.0",
    "encoding": "^0.1.13",
    "gatsby": "^2.20.29",
    "gatsby-image": "^2.2.34",
    "gatsby-link": "^2.3.5",
    "gatsby-plugin-create-client-paths": "^2.1.22",
    "gatsby-plugin-layout": "^1.2.1",
    "gatsby-plugin-loadable-components-ssr": "^2.1.0",
    "gatsby-plugin-manifest": "^2.2.31",
    "gatsby-plugin-netlify": "^2.3.15",
    "gatsby-plugin-offline": "^3.0.27",
    "gatsby-plugin-postcss": "^2.1.20",
    "gatsby-plugin-react-helmet": "^3.1.16",
    "gatsby-plugin-robots-txt": "^1.5.2",
    "gatsby-plugin-root-import": "^2.0.5",
    "gatsby-plugin-sass": "^2.3.13",
    "gatsby-plugin-sharp": "^2.3.5",
    "gatsby-plugin-tslint": "^0.0.2",
    "gatsby-plugin-typescript": "^2.1.27",
    "gatsby-react-router-scroll": "^2.2.3",
    "gatsby-source-filesystem": "^2.1.40",
    "gatsby-source-sanity": "^5.0.5",
    "gatsby-transformer-sharp": "^2.3.7",
    "groq": "^2.2.6",
    "highlight.js": "^9.18.1",
    "http-proxy-middleware": "^0.21.0",
    "js-cookie": "^2.2.1",
    "jsondiffpatch": "^0.4.1",
    "klaviyo-subscribe": "^1.0.0",
    "magic-tricks": "^0.3.1",
    "markdown-it": "^10.0.0",
    "netlify-lambda": "^1.6.3",
    "node-fetch": "^2.6.1",
    "node-sass": "^4.13.1",
    "password-validator": "^5.0.3",
    "picostate": "^4.0.0",
    "postcss": "6.0.23",
    "postcss-cli": "^8.0.0",
    "postcss-custom-properties": "^10.0.0",
    "prismjs": "^1.19.0",
    "prop-types": "^15.7.2",
    "raw-body": "^2.4.1",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "react-focus-lock": "^2.2.1",
    "react-helmet": "^5.2.1",
    "react-loads": "^9.0.4",
    "react-responsive": "^8.0.1",
    "react-transition-group": "^4.3.0",
    "reset-css": "^5.0.1",
    "shopify-buy": "^2.9.0",
    "shopify-gid": "^1.0.1",
    "shopify-storefront-api-typings": "^1.1.1",
    "spacetime": "^6.4.2",
    "svbstrate": "^4.1.1",
    "tighpo": "^1.0.1",
    "unfetch": "^4.1.0"
  },
  "devDependencies": {
    "@babel/core": "^7.11.6",
    "@types/await-timeout": "^0.3.1",
    "@types/classnames": "^2.2.9",
    "@types/js-cookie": "^2.2.5",
    "@types/node": "^13.11.1",
    "@types/react-helmet": "^5.0.15",
    "@types/react-transition-group": "^4.2.4",
    "babel-loader": "^8.1.0",
    "babel-preset-react-app": "^9.1.2",
    "prettier": "^1.19.1",
    "react-is": "^16.13.1",
    "ts-jest": "^24.1.0",
    "tslint": "^5.20.0",
    "tslint-config-prettier": "^1.18.0",
    "tslint-loader": "^3.5.4",
    "tslint-plugin-prettier": "^2.0.1",
    "tslint-react": "^4.1.0",
    "typescript": "^3.7.2"
  },
  "keywords": [
    "gatsby"
  ],
  "license": "MIT",
  "scripts": {
    "build": "gatsby build",
    "build:lambda": "netlify-lambda build src/lambda",
    "develop": "gatsby develop",
    "dev": "export NETLIFY_DEV=true; netlify dev:exec netlify-lambda serve src/lambda --port 34567 --timeout 20 & netlify dev:exec gatsby develop -H 0.0.0.0",
    "format": "prettier --write \"**/*.{js,jsx,json,md}\"",
    "__NETLIFY_________": "",
    "netlify:dev": "npm run dev",
    "__postinstall": "netlify-lambda install",
    "__SENTRY__________": "",
    "sentry:release": "sentry-cli releases --org ctrl-alt-del-world new -p midway $COMMIT_REF",
    "sentry:commits": "sentry-cli releases --org ctrl-alt-del-world set-commits $COMMIT_REF --commit \"ctrl-alt-del-world/midway@$COMMIT_REF\"",
    "start": "npm run develop",
    "ngrok": "ngrok http 8000",
    "ngrok:reserved": "ngrok http 8000 --subdomain midway-shop",
    "serve": "gatsby serve",
    "clean": "gatsby clean",
    "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gatsbyjs/gatsby-starter-default"
  },
  "bugs": {
    "url": "https://github.com/gatsbyjs/gatsby/issues"
  }
}