{
  "name": "@gelatonetwork/limit-orders-react",
  "version": "2.6.0-alpha.6",
  "description": "React Library for creating limit orders via Gelato",
  "keywords": [
    "ethereum",
    "uniswap",
    "limit orders",
    "solidity",
    "web3",
    "smart contracts",
    "gelato"
  ],
  "homepage": "https://github.com/gelatodigital/swap-orders-lib/tree/master/packages/limit-orders-react#readme",
  "bugs": {
    "url": "https://github.com/gelatodigital/swap-orders-lib/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gelatodigital/swap-orders-lib.git"
  },
  "license": "GPL-3.0-only",
  "author": "Gelato Network",
  "browser": {
    "./dist/index.esm.js": "./dist/index.esm.js",
    "./dist/index.cjs.js": "./dist/index.cjs.js"
  },
  "module": "./dist/index.esm.js",
  "main": "./dist/index.cjs.js",
  "exports": {
    ".": {
      "import": "./dist/index.esm.js",
      "require": "./dist/index.cjs.js"
    }
  },
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "npx rollup -c",
    "copy-contracts-types": "cp ./src/contracts/types/*.d.ts ./dist/src/contracts/types",
    "copy-assets": "cp ./src/react/assets/**/*.png ./dist/src/react/assets",
    "format": "prettier --write .",
    "generate-contracts-typings": "typechain --target=ethers-v5 --outDir src/contracts/types './src/**/abis/*.json'",
    "lint": "eslint --cache .",
    "prepare": "yarn build && yarn format && yarn lint",
    "pre-commit": "yarn prepare"
  },
  "lint-staged": {
    "*.{js,json,md,ts,yaml,yml}": "yarn format",
    "*.{ts,js}": "eslint -c .eslintrc.json"
  },
  "devDependencies": {
    "@babel/core": "^7.14.3",
    "@babel/preset-env": "^7.14.4",
    "@babel/preset-react": "^7.13.13",
    "@babel/preset-typescript": "^7.13.0",
    "@reduxjs/toolkit": "^1.5.1",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^19.0.0",
    "@rollup/plugin-image": "^2.0.6",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.0.0",
    "@rollup/plugin-typescript": "^8.2.1",
    "@typechain/ethers-v5": "6.0.5",
    "@types/chai": "4.2.16",
    "@types/lodash.flatmap": "^4.5.6",
    "@types/mocha": "8.2.2",
    "@types/multicodec": "^2.1.0",
    "@types/node": "14.14.41",
    "@types/react": "^17.0.2",
    "@types/react-virtualized-auto-sizer": "^1.0.0",
    "@types/react-window": "^1.8.3",
    "@types/rebass": "^4.0.8",
    "@types/styled-components": "^5.1.9",
    "@types/wcag-contrast": "^3.0.0",
    "@typescript-eslint/eslint-plugin": "^4.26.0",
    "@typescript-eslint/parser": "^4.26.0",
    "babel-plugin-inline-react-svg": "^2.0.1",
    "babel-plugin-macros": "^3.1.0",
    "babel-plugin-styled-components": "^1.12.0",
    "cids": "^1.1.6",
    "dotenv": "8.2.0",
    "eslint": "7.24.0",
    "eslint-config-prettier": "8.2.0",
    "eslint-plugin-prettier": "3.4.0",
    "eslint-plugin-react": "^7.24.0",
    "eslint-plugin-react-hooks": "^4.2.0",
    "husky": "6.0.0",
    "jsbi": "^3.1.4",
    "lint-staged": "10.5.4",
    "node-sass": "^7.0.1",
    "prettier": "2.2.1",
    "react": "^17.0.2",
    "react-redux": "^7.2.3",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-scss": "^2.6.1",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-visualizer": "^5.5.2",
    "styled-components": "^4.2.0",
    "ts-generator": "0.1.1",
    "ts-node": "9.1.1",
    "typechain": "4.0.3",
    "typescript": "4.2.4"
  },
  "peerDependencies": {
    "@reduxjs/toolkit": "^1.5.1",
    "react": "16.8-0 || ^17.0.0",
    "react-redux": "^7.2.3",
    "styled-components": "^4.2.0 || ^5.0.0"
  },
  "dependencies": {
    "@gelatonetwork/limit-orders-lib": "^4.3.0-alpha.6",
    "@popperjs/core": "^2.9.2",
    "@reach/dialog": "^0.15.0",
    "@uniswap/default-token-list": "^2.0.0",
    "@uniswap/sdk-core": "^3.0.0-alpha.3",
    "@uniswap/token-lists": "^1.0.0-beta.24",
    "@uniswap/v2-sdk": "^3.0.0-alpha.2",
    "ethers": "^5.4.6",
    "local-storage": "^2.0.0",
    "lodash.flatmap": "^4.5.0",
    "node-vibrant": "^3.1.5",
    "polished": "^4.1.3",
    "react-device-detect": "^1.17.0",
    "react-feather": "^2.0.9",
    "react-is": "^17.0.2",
    "react-popper": "^2.2.5",
    "react-spring": "8.0.27",
    "react-styled-toggle": "^1.0.18",
    "react-use-gesture": "^9.1.3",
    "react-virtualized-auto-sizer": "^1.0.5",
    "react-window": "^1.8.6",
    "rebass": "^4.0.7",
    "tslib": "^2.3.1",
    "wcag-contrast": "^3.0.0"
  }
}
