{
  "name": "@white-matrix/web3-wallet-service",
  "version": "1.0.4",
  "description": "ChainIDE web3 wallet extension",
  "scripts": {
    "start": "webpack serve --config ./webpack.development.config.js",
    "compile": "webpack --config ./webpack.production.config.js",
    "lint": "eslint -c ./.eslintrc.js --ext .ts,.tsx,.js,.jsx ./src --quiet",
    "lint:fix": "eslint -c ./.eslintrc.js --ext .ts,.tsx,.js,.jsx ./src --fix",
    "prepublish": "yarn compile"
  },
  "main": "out/main.js",
  "keywords": [],
  "author": "libAuthor",
  "license": "ISC",
  "dependencies": {
    "@walletconnect/web3-provider": "^1.7.8",
    "@white-matrix/web3-solidity-wallet": "^1.1.5",
    "buffer": "^6.0.3",
    "crypto-browserify": "^3.12.0",
    "ethereumjs-tx": "^2.1.2",
    "https-browserify": "^1.0.0",
    "lodash": "^4.17.21",
    "office-ui-fabric-react": "^7.148.1",
    "os-browserify": "^0.3.0",
    "process": "^0.11.10",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "rxjs": "^7.0.0",
    "stream-browserify": "^3.0.0",
    "stream-http": "^3.2.0",
    "web3": "^1.7.0",
    "web3-core": "^1.7.0",
    "web3-utils": "^1.7.0",
    "web3modal": "^1.9.7"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.171",
    "@types/react": "17.0.14",
    "@types/react-dom": "17.0.9",
    "@white-matrix/eslint-config": "^1.0.9",
    "@white-matrix/prettier-config": "^1.0.9",
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
    "css-loader": "6.2.0",
    "html-webpack-plugin": "^5.3.2",
    "inject-body-webpack-plugin": "^1.3.0",
    "less": "^4.1.1",
    "less-loader": "10.0.1",
    "shelljs": "^0.8.4",
    "style-loader": "3.2.1",
    "terser-webpack-plugin": "^5.1.1",
    "ts-loader": "9.2.3",
    "typescript": "^4.2.3",
    "webpack": "5.46.0",
    "webpack-cli": "^4.5.0",
    "webpack-dev-server": "^3.11.2"
  },
  "peerDependencies": {
    "office-ui-fabric-react": "^7.148.1",
    "react": "^16.8.0",
    "react-dom": "^16.8.0"
  },
  "gitHead": "95273e1df1bef932f894d5dec57da2b9cc0c0d93"
}
