{
  "name": "@dodoex/widgets",
  "version": "3.19.0",
  "description": "DODO Widgets",
  "source": "src/index.tsx",
  "types": "dist/types/index.d.ts",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "license": "GPL-3.0-or-later",
  "homepage": "https://github.com/DODOEX/widgets#readme",
  "repository": "https://github.com/DODOEX/widgets",
  "files": [
    "dist"
  ],
  "scripts": {
    "prepare": "yarn compile:i18n",
    "extract:i18n": "lingui extract --clean",
    "compile:i18n": "yarn extract:i18n && lingui compile",
    "sync:i18n": "export $(cat .env | xargs) && env lingui extract --overwrite && lingui compile",
    "watch": "yarn run rollup -c --watch",
    "build": "yarn compile:i18n && rollup --config",
    "prerelease": "yarn run build",
    "release": "semantic-release",
    "release:local": "np --any-branch --no-cleanup --no-tests",
    "release.npm-publish": "npm publish --access public",
    "release.npm-publish-beta": "yarn run prerelease && npm publish --tag beta",
    "test": "jest src",
    "test:e2e": "jest e2e"
  },
  "author": "",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "keywords": [
    "dodo",
    "widgets",
    "interfaces"
  ],
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "dependencies": {
    "@babel/runtime": "^7.17.0",
    "@dodoex/api": "^3.7.0",
    "@dodoex/components": "^3.3.0",
    "@dodoex/contract-request": "^1.3.0",
    "@dodoex/dodo-contract-request": "^1.34.0",
    "@dodoex/icons": "^2.1.0",
    "@emotion/react": "^11.10.0",
    "@emotion/styled": "^11.10.0",
    "@ethersproject/bignumber": "^5.6.2",
    "@ethersproject/contracts": "^5.7.0",
    "@lingui/core": "^5.7.0",
    "@lingui/macro": "^5.7.0",
    "@lingui/react": "^5.7.0",
    "@reduxjs/toolkit": "^1.6.1",
    "@semantic-release/changelog": "^6.0.1",
    "@semantic-release/git": "^10.0.1",
    "@tanstack/react-query": "^5.18.1",
    "@uniswap/sdk-core": "^5.9.0",
    "@uniswap/v2-sdk": "^4.6.2",
    "@web3-react/core": "8.2.0",
    "@web3-react/eip1193": "8.2.0",
    "@web3-react/metamask": "8.2.1",
    "@web3-react/types": "8.2.0",
    "@web3-react/walletconnect-v2": "8.3.6",
    "axios": "^0.27.2",
    "bignumber.js": "^9.0.2",
    "d3": "7.6.1",
    "dayjs": "^1.11.11",
    "identicon.js": "^2.3.3",
    "jsbi": "^3.1.4",
    "konva": "^9.3.15",
    "lodash": "^4.17.21",
    "make-plural": "^7.0.0",
    "moment": "^2.29.4",
    "react-datetime": "^3.3.0",
    "react-icons": "^5.0.1",
    "react-infinite-scroller": "^1.2.6",
    "react-konva": "^19.0.0",
    "react-transition-group": "^4.4.5",
    "react-window": "^1.8.11",
    "recharts": "^2.15.0",
    "rmc-date-picker": "^6.0.10",
    "tiny-invariant": "^1.1.0",
    "zustand": "^5.0.0"
  },
  "peerDependencies": {
    "@babel/runtime": ">=7.17.0",
    "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "peerDependenciesMeta": {
    "react-infinite-scroller": {
      "optional": true
    }
  },
  "devDependencies": {
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-react": "^7.18.6",
    "@babel/preset-typescript": "^7.16.7",
    "@lingui/cli": "^5.7.0",
    "@nomicfoundation/hardhat-network-helpers": "^1.0.6",
    "@nomiclabs/hardhat-ethers": "^2.1.1",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^26.0.1",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-multi-entry": "^6.0.1",
    "@rollup/plugin-replace": "^5.0.7",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.1.1",
    "@rollup/plugin-url": "^8.0.2",
    "@svgr/rollup": "^6.2.1",
    "@testing-library/jest-dom": "^6.5.0",
    "@testing-library/react": "^16.0.1",
    "@testing-library/react-hooks": "^8.0.1",
    "@types/d3": "7.4.3",
    "@types/identicon.js": "^2.3.1",
    "@types/jest": "^29.0.3",
    "@types/lodash": "^4.14.184",
    "@types/react-infinite-scroller": "^1.2.5",
    "@types/react-transition-group": "^4.4.11",
    "@types/react-window": "^1.8.5",
    "babel-plugin-macros": "^3.1.0",
    "babel-runtime": "^6.26.0",
    "dotenv": "^16.0.2",
    "ethers": "^5.7.1",
    "gettext-parser": "^8.0.0",
    "hardhat": "^2.22.13",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^29.0.3",
    "jest-environment-hardhat": "^1.1.9",
    "jest-environment-jsdom": "^29.0.3",
    "np": "^7.6.1",
    "rollup": "^4.18.0",
    "rollup-plugin-clear": "^2.0.7",
    "rollup-plugin-import-css": "^3.5.5",
    "svg-jest": "^1.0.1",
    "ts-jest": "^29.0.1",
    "typescript": "^5.6.3"
  },
  "optionalDependencies": {
    "pino-pretty": "^13.1.3"
  }
}