{
  "private": true,
  "name": "@web3-wallet/site",
  "description": "web3-wallet website",
  "author": "logan <logan.luo@crypto.com>",
  "version": "1.1.7",
  "scripts": {
    "dev": "next dev -p 3003",
    "start": "next start -p 3003",
    "build": "next build",
    "export": "next build && next export",
    "lint": "eslint src"
  },
  "dependencies": {
    "@chakra-ui/icons": "^2.0.9",
    "@chakra-ui/react": "^2.3.1",
    "@chakra-ui/theme-tools": "^2.0.11",
    "@emotion/react": "^11.10.4",
    "@emotion/styled": "^11.10.4",
    "@ethersproject/bignumber": "^5.7.0",
    "@ethersproject/experimental": "^5.7.0",
    "@ethersproject/providers": "^5.7.0",
    "@ethersproject/units": "^5.7.0",
    "@types/react-syntax-highlighter": "^15.5.5",
    "@web3-wallet/brave-wallet": "workspace:*",
    "@web3-wallet/coinbase-wallet": "workspace:*",
    "@web3-wallet/cryptocom-desktop-wallet": "workspace:*",
    "@web3-wallet/defiwallet": "workspace:*",
    "@web3-wallet/imtoken": "workspace:*",
    "@web3-wallet/metamask": "workspace:*",
    "@web3-wallet/plugin-balance": "workspace:*",
    "@web3-wallet/plugin-ens": "workspace:*",
    "@web3-wallet/react": "workspace:*",
    "@web3-wallet/trust-wallet": "workspace:*",
    "@web3-wallet/walletconnect": "workspace:*",
    "framer-motion": "^7.2.1",
    "markdown-toc": "^1.2.0",
    "next": "12.2.5",
    "react-dom": "18.2.0",
    "react-icons": "^4.4.0",
    "react-markdown": "^8.0.3",
    "react-syntax-highlighter": "^15.5.0",
    "remark-gfm": "^3.0.1"
  },
  "devDependencies": {
    "@tanstack/react-query-devtools": "^4.9.0",
    "@types/react-dom": "18.0.6",
    "eslint-config-next": "12.2.5"
  }
}
