{
  "name": "zygote-cart-clone",
  "version": "3.01.25",
  "license": "MIT",
  "scripts": {
    "build": "npm run build:module && npm run docs",
    "build:lambda": "netlify-lambda build src/functions",
    "build:gatsby": "npm run patch && npm run build:lambda && NODE_ENV=production gatsby build",
    "build:module": "rm -rf dist && mkdir dist && babel src/export --out-dir dist",
    "build:plugin": "babel plugins/export --out-dir ./",
    "clean": "run-p clean:cache clean:public clean:functions",
    "clean:cache": "rm -rf .cache",
    "clean:public": "rm -rf public",
    "clean:functions": "rm -rf dist-functions",
    "dev": "run-p dev:functions dev:gatsby",
    "dev:gatsby": "gatsby develop --open",
    "dev:functions": "netlify-lambda serve src/functions",
    "env": "node utils/env",
    "lint": "eslint ./",
    "patch": "node utils/patch",
    "precommit": "lint-staged",
    "prepublishOnly": "npm run build",
    "reset": "node utils/reset",
    "serve": "gatsby serve --open",
    "test": "npm run test:module",
    "test:module": "npm run build:module && jest",
    "docs": "slate-cli build",
    "docs:serve": "slate-cli serve"
  },
  "lint-staged": {
    "**/*.js": [
      "eslint --fix",
      "git add"
    ]
  },
  "dependencies": {
    "@escaladesports/us-states-lib": "^1.0.6",
    "auth0-js": "^9.8.2",
    "auth0-lock": "^11.12.1",
    "babel-runtime": "^6.26.0",
    "better-react-spinkit": "^2.0.4",
    "classnames": "^2.2.6",
    "emotion": "^9.2.8",
    "form-to-object": "^5.1.0",
    "is-email": "^1.0.0",
    "is-phone": "^2.0.0",
    "is-valid-zip": "^0.0.3",
    "isomorphic-fetch": "^2.2.1",
    "prop-types": "^15.6.2",
    "react-async-script-loader": "^0.3.0",
    "react-credit-card-primitives": "^1.5.1",
    "react-html-email": "^3.0.0",
    "react-icons": "^3.7.0",
    "react-imask": "^5.2.1",
    "react-input-mask": "^2.0.3",
    "react-stripe-elements": "^2.0.1",
    "sparkpost": "^2.1.2",
    "statable": "^0.3.2",
    "stripe": "^6.7.0"
  },
  "main": "dist/index.js",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-plugin-emotion": "^9.2.6",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "child-process-async": "^1.0.1",
    "child-process-promise": "^2.2.1",
    "clean-css": "^4.2.1",
    "color": "^3.0.0",
    "creditcards": "^3.0.1",
    "creditcards-types": "^2.1.0",
    "dotenv": "^6.0.0",
    "download": "^7.1.0",
    "emotion-server": "^9.2.6",
    "eslint": "^5.2.0",
    "eslint-config-escalade-sports": "^1.0.2",
    "fs-extra": "^7.0.0",
    "gatsby": "^1.9.247",
    "gatsby-image": "^1.0.51",
    "gatsby-link": "^1.6.40",
    "gatsby-plugin-canonical-urls": "^1.0.18",
    "gatsby-plugin-catch-links": "^1.0.24",
    "gatsby-plugin-emotion": "2.0.0-beta.3",
    "gatsby-plugin-esca-css": "^1.0.3",
    "gatsby-plugin-favicon": "^2.1.1",
    "gatsby-plugin-google-analytics": "^1.0.31",
    "gatsby-plugin-google-fonts": "^0.0.4",
    "gatsby-plugin-google-tagmanager": "^1.0.19",
    "gatsby-plugin-markdown-pages": "^1.0.2",
    "gatsby-plugin-netlify": "^1.0.19",
    "gatsby-plugin-netlify-cms": "^2.0.1",
    "gatsby-plugin-netlify-cms-paths": "^1.0.1",
    "gatsby-plugin-polyfill-io": "^1.0.3",
    "gatsby-plugin-react-helmet": "^2.0.10",
    "gatsby-plugin-remove-trailing-slashes": "^1.0.9",
    "gatsby-plugin-robots-txt": "^1.3.0",
    "gatsby-plugin-sharp": "^1.6.44",
    "gatsby-plugin-sitemap": "^1.2.25",
    "gatsby-remark-copy-linked-files": "^1.5.32",
    "gatsby-remark-external-links": "^0.0.4",
    "gatsby-remark-images": "^1.5.67",
    "gatsby-remark-smartypants": "^1.4.12",
    "gatsby-source-filesystem": "^1.5.36",
    "gatsby-source-stripe": "^1.1.2",
    "gatsby-transformer-remark": "^1.7.41",
    "gatsby-transformer-sharp": "^1.6.24",
    "get-urls": "^7.2.0",
    "google-fonts-plugin": "^2.0.2",
    "handlebars": "^4.0.11",
    "http-proxy-middleware": "^0.18.0",
    "husky": "^0.14.3",
    "jest": "^23.4.2",
    "jest-dom": "^1.12.0",
    "lint-staged": "^7.2.0",
    "netlify-cms": "^1.9.3",
    "netlify-lambda": "^0.4.0",
    "node-slate-cli": "^1.1.0",
    "npm-run-all": "^4.1.3",
    "object-hash": "^1.3.0",
    "opn-cli": "^3.1.0",
    "posthtml": "^0.11.3",
    "posthtml-beautify": "^0.2.0",
    "posthtml-doctype": "^1.1.1",
    "posthtml-remove-attributes": "^1.0.0",
    "posthtml-remove-tags": "^0.1.0",
    "react": "^16.4.0",
    "react-dom": "^16.4.0",
    "react-helmet": "^5.2.0",
    "react-netlify-form": "^2.0.7",
    "react-no-ssr": "^1.1.0",
    "react-testing-library": "^4.1.7",
    "request": "^2.87.0",
    "static-server": "^2.2.1",
    "strip-html-comments": "^1.0.0",
    "toml": "^2.3.3",
    "wt-cli": "^10.0.3"
  }
}
