{
  "name": "@faktura-art/ticket-flow-react",
  "author": "faktura-art",
  "version": "0.3.14",
  "title": "NFT tools for web3 - Faktura",
  "description": "Accursed Share Ticket Flow",
  "main": "./index.js",
  "module": "./index.js",
  "types": "./src/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git@github.com:faktura-art/acs-ticket-flow.git"
  },
  "homepage": "https://github.com/faktura-art/acs-ticket-flow",
  "contributors": [
    {
      "name": "Marcus Ataide",
      "url": "https://github.com/mataide"
    },
    {
      "name": "Hugo Leonardo Matosinhos de Souza",
      "url": "https://github.com/hugoleonardodev"
    }
  ],
  "bugs": {
    "url": "https://github.com/faktura-art/acs-ticket-flow/issues",
    "email": "support@faktura.art"
  },
  "scripts": {},
  "husky": {
    "hooks": {
      "pre-commit": "npm lint",
      "pre-push": "npm test"
    }
  },
  "engines": {
    "node": "16.x"
  },
  "keywords": [
    "tempĺate",
    "react",
    "front-end",
    "typescript",
    "styled-components",
    "docker",
    "sass",
    "eslint",
    "webpack"
  ],
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "dependencies": {
    "@bugsnag/js": "^7.16.1",
    "@bugsnag/plugin-react": "^7.16.1",
    "@crossmint/client-sdk-react-ui": "^0.1.7-alpha.1",
    "@faktura-art/acs-ethereum": "^1.2.3",
    "@json-rpc-tools/utils": "^1.7.6",
    "@metamask/providers": "^8.1.1",
    "@usewinter/checkout": "^0.1.12",
    "@walletconnect/client": "^1.7.1",
    "@walletconnect/web3-provider": "^1.7.1",
    "@web3-react/walletconnect": "^8.0.1-beta.0",
    "alchemy-sdk": "^2.0.1",
    "algorand-walletconnect-qrcode-modal": "^1.6.1",
    "algosdk": "^1.13.1",
    "axios": "^0.24.0",
    "core-js": "^3.24.1",
    "date-fns": "^2.28.0",
    "date-fns-tz": "^1.3.5",
    "i18next": "21.6.14",
    "i18next-browser-languagedetector": "^6.1.2",
    "immer": "^9.0.14",
    "isomorphic-unfetch": "^3.1.0",
    "js-sha512": "^0.8.0",
    "local-storage": "^2.0.0",
    "moment-timezone": "^0.5.34",
    "react": "^18.2.0",
    "react-bootstrap": "^2.2.0",
    "react-dom": "^18.2.0",
    "react-i18next": "^11.17.3",
    "react-toastify": "^9.0.7",
    "sha256-uint8array": "^0.10.3",
    "styled-components": "^5.3.3",
    "walletlink": "^2.4.7",
    "web3": "^1.6.1",
    "zustand": "^4.0.0-rc.1"
  },
  "devDependencies": {}
}