{
  "name": "nextjs-typescript",
  "author": "Gainor Bostwick",
  "version": "1.0.0",
  "scripts": {
    "dev": "NODE_OPTIONS='--trace-warnings' next",
    "build": "rm -rf .next && next build",
    "start": "next start",
    "lint": "eslint ./ --ext .js,.ts,.tsx",
    "format": "yarn lint --fix",
    "now-build": "next build"
  },
  "engines": {
    "node": "14.x"
  },
  "dependencies": {
    "@apollo/client": "^3.3.20",
    "@types/body-scroll-lock": "^2.6.1",
    "@types/react-slick": "^0.23.5",
    "axios": "^0.21.1",
    "body-scroll-lock": "^3.1.5",
    "calendar-link": "^2.1.1",
    "dotenv": "^8.2.0",
    "downshift": "^6.1.3",
    "graphql": "^15.5.0",
    "html2canvas": "^1.4.1",
    "jspdf": "^2.5.1",
    "moment": "^2.29.1",
    "moment-timezone": "^0.5.33",
    "next": "11",
    "polished": "^4.1.1",
    "react": "^17.0.2",
    "react-calendar": "^3.7.0",
    "react-datepicker": "^4.2.1",
    "react-dom": "^17.0.2",
    "react-google-recaptcha": "^2.1.0",
    "react-gtm-module": "^2.0.11",
    "react-hubspot-form": "^1.3.7",
    "react-icons": "^4.2.0",
    "react-slick": "^0.28.1",
    "styled-components": "^5.2.3"
  },
  "devDependencies": {
    "@babel/core": "7.13.16",
    "@babel/plugin-proposal-optional-chaining": "^7.13.12",
    "@types/node": "14.14.41",
    "@types/react": "17.0.3",
    "@types/react-dom": "17.0.3",
    "@types/styled-components": "^5.1.9",
    "@typescript-eslint/eslint-plugin": "4.22.0",
    "@typescript-eslint/parser": "4.22.0",
    "babel-eslint": "10.1.0",
    "babel-loader": "^8.2.2",
    "babel-plugin-styled-components": "^1.13.2",
    "eslint": "7.24.0",
    "eslint-config-airbnb": "18.2.1",
    "eslint-config-prettier": "8.2.0",
    "eslint-plugin-import": "2.22.1",
    "eslint-plugin-jsx-a11y": "6.4.1",
    "eslint-plugin-prettier": "3.4.0",
    "eslint-plugin-react": "7.23.2",
    "eslint-plugin-react-hooks": "4.2.0",
    "picocolors": "^1.1.1",
    "prettier": "2.2.1",
    "ts-node": "^9.1.1",
    "typescript": "^4.2.4"
  },
  "license": "ISC"
}
