{
  "name": "dapp-next",
  "version": "1.1.0",
  "private": false,
  "author": "Andrew",
  "main": "src/index.ts",
  "scripts": {
    "analyze": "ANALYZE=true yarn build",
    "dev": "next dev",
    "build": "next build",
    "postbuild": "next-sitemap --config next-sitemap.config.js",
    "start": "next start",
    "lint": "next lint",
    "lint:fix": "eslint src --fix && yarn format",
    "type-check": "tsc --noEmit",
    "format": "prettier --write src",
    "up": "yarn upgrade-interactive",
    "up-latest": "yarn up --latest"
  },
  "dependencies": {
    "@binance-chain/bsc-connector": "^1.0.0",
    "@blocto/blocto-connector": "^0.2.3",
    "@chakra-ui/icons": "^1.1.7",
    "@chakra-ui/react": "^1.8.3",
    "@emotion/react": "^11.7.1",
    "@emotion/styled": "^11.6.0",
    "@ethersproject/abi": "^5.6.4",
    "@ethersproject/address": "^5.6.1",
    "@ethersproject/bignumber": "^5.6.2",
    "@ethersproject/bytes": "^5.6.1",
    "@ethersproject/constants": "^5.6.1",
    "@ethersproject/contracts": "^5.6.2",
    "@ethersproject/experimental": "^5.6.3",
    "@ethersproject/providers": "^5.6.8",
    "@ethersproject/strings": "^5.6.1",
    "@ethersproject/units": "^5.6.1",
    "@hookform/resolvers": "^2.9.2",
    "@next/bundle-analyzer": "^12.1.6",
    "@reduxjs/toolkit": "^1.8.2",
    "@sentry/nextjs": "^7.9.0",
    "@sentry/react": "^7.9.0",
    "@sentry/tracing": "^7.9.0",
    "@tanstack/react-table": "^8.5.22",
    "@web3-react/core": "^6.1.9",
    "@web3-react/injected-connector": "^6.0.7",
    "@web3-react/walletconnect-connector": "^6.2.13",
    "@web3-react/walletlink-connector": "^6.2.14",
    "aos": "^2.3.4",
    "axios": "^0.27.2",
    "axios-cache-adapter": "^2.7.3",
    "bignumber.js": "^9.0.2",
    "chakra-ui-steps": "^1.7.3",
    "dayjs": "^1.11.3",
    "framer-motion": "^4",
    "gray-matter": "^4.0.3",
    "http-proxy-middleware": "^2.0.6",
    "lodash": "^4.17.21",
    "next": "^12.1.6",
    "next-http-proxy-middleware": "^1.2.4",
    "next-mdx-remote": "^4.0.3",
    "next-pwa": "^5.5.4",
    "next-redux-wrapper": "^7.0.5",
    "next-seo": "^5.4.0",
    "nprogress": "^0.2.0",
    "qrcode.react": "^3.0.2",
    "query-string": "^7.1.1",
    "react": "^17.0.1",
    "react-countdown": "^2.3.2",
    "react-dom": "17.0.2",
    "react-ga4": "^1.4.1",
    "react-hook-form": "^7.33.0",
    "react-icons": "^4.4.0",
    "react-lottie": "^1.2.3",
    "react-page-scroller": "^2.2.1",
    "react-query": "^3.39.1",
    "react-redux": "^8.0.2",
    "react-scroll": "^1.8.6",
    "react-select": "^5.4.0",
    "react-share": "^4.4.0",
    "react-slick": "^0.28.1",
    "react-table": "^7.8.0",
    "react-table-sticky": "^1.1.3",
    "react-unity-webgl": "^9.0.3",
    "redux-persist": "^6.0.0",
    "redux-saga": "^1.1.3",
    "sass": "1.49.8",
    "sharp": "^0.30.7",
    "slick-carousel": "^1.8.1",
    "web3": "^1.7.4",
    "yup": "^0.32.11"
  },
  "devDependencies": {
    "@commitlint/config-conventional": "^17.0.3",
    "@commitlint/cz-commitlint": "^17.0.3",
    "@netlify/ipx": "^1.1.3",
    "@sentry/types": "^7.9.0",
    "@typechain/ethers-v5": "^10.1.0",
    "@types/aos": "^3.0.4",
    "@types/react": "^17.0.5",
    "@types/react-dom": "^17.0.4",
    "@types/react-scroll": "^1.8.3",
    "@types/react-slick": "^0.23.8",
    "commitizen": "^4.2.5",
    "commitlint": "^17.0.3",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^8.8.0",
    "eslint-config-next": "^12.0.10",
    "husky": "^7.0.4",
    "ipx": "^0.9.9",
    "lerna": "^5.5.1",
    "lint-staged": "^12.3.2",
    "netlify-plugin-ipx": "^0.0.1",
    "next-sitemap": "^2.1.14",
    "prettier": "^2.5.1",
    "typechain": "^8.1.0",
    "typescript": "^4.5.5"
  },
  "resolutions": {
    "@types/react": "^17.0.5"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "publishConfig": {
    "access": "public"
  }
}
