{
  "name": "@bnb-chain/canonical-bridge-widget",
  "version": "0.10.3",
  "description": "canonical bridge widget",
  "author": "bnb-chain",
  "private": false,
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bnb-chain/canonical-bridge.git",
    "directory": "packages/canonical-bridge-widget"
  },
  "keywords": [
    "bridge"
  ],
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "main": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.mjs",
    "require": "./dist/index.js",
    "default": "./dist/index.mjs"
  },
  "scripts": {
    "build": "vite build",
    "watch": "vite build --watch --emptyOutDir=false",
    "lint-staged": "lint-staged"
  },
  "peerDependencies": {
    "react": "^18",
    "react-dom": "^18",
    "viem": "~2.21.14",
    "wagmi": "^2",
    "@tanstack/react-query": "^5",
    "@emotion/react": "^11",
    "@emotion/styled": "^11",
    "@solana/spl-token": "^0",
    "tronweb": "^6",
    "@tronweb3/tronwallet-adapter-react-hooks": "^1",
    "@bnb-chain/canonical-bridge-sdk": "workspace:*",
    "@solana/wallet-adapter-react": "^0.15.35",
    "@solana/web3.js": "~1.95.8"
  },
  "dependencies": {
    "@bnb-chain/icons": "^1.0.1",
    "@bnb-chain/space": "^1.0.3",
    "@mayanfinance/swap-sdk": "~10.6.1",
    "lodash": "~4.17.21",
    "react-virtuoso": "~4.10.4"
  },
  "devDependencies": {
    "@bnb-chain/canonical-bridge-sdk": "workspace:*",
    "@bnb-chain/eslint-config": "^1",
    "@bnb-chain/prettier-config": "^1",
    "@emotion/react": "~11.13.3",
    "@emotion/styled": "~11.13.0",
    "@solana/spl-token": "~0.4.9",
    "@solana/wallet-adapter-react": "^0.15.35",
    "@solana/web3.js": "~1.95.8",
    "@tanstack/react-query": "~5.50.1",
    "@tronweb3/tronwallet-adapter-react-hooks": "~1.1.9",
    "@types/lodash": "~4.17.7",
    "@types/node": "^20",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "@vitejs/plugin-react": "^4.3.1",
    "axios": "~1.7.4",
    "eslint": "^8.8.0",
    "eslint-config-next": "14.2.3",
    "ethers": "^5.7.2",
    "lint-staged": "~13.0.3",
    "polished": "~4.3.1",
    "prettier": "~2.7.1",
    "react": "~18.2.0",
    "react-dom": "~18.2.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "tronweb": "~6.0.0",
    "tsc-alias": "~1.8.10",
    "tsx": "~4.15.7",
    "typescript": "~5.5.4",
    "viem": "~2.21.14",
    "vite": "^6.0.5",
    "vite-plugin-css-injected-by-js": "~3.5.1",
    "vite-plugin-dts": "^3.9.1",
    "wagmi": "^2.14.6"
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx}": [
      "eslint --fix",
      "prettier --write"
    ]
  },
  "eslintConfig": {
    "extends": [
      "@bnb-chain/eslint-config/next"
    ],
    "rules": {
      "@typescript-eslint/no-empty-function": "off",
      "@typescript-eslint/no-empty-interface": "off"
    }
  },
  "prettier": "@bnb-chain/prettier-config"
}
