60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
{
|
|
"dependencies": {
|
|
"@ethereumjs/rlp": "^5.0.2",
|
|
"@ethereumjs/tx": "^5.4.0",
|
|
"@ethersproject/shims": "^5.8.0",
|
|
"@walletconnect/client": "^1.8.0",
|
|
"@walletconnect/qrcode-modal": "^1.8.0",
|
|
"axios": "^0.27.2",
|
|
"axios-adapter-uniapp": "^0.1.4",
|
|
"bip39": "^3.0.4",
|
|
"bip39-light": "^1.0.7",
|
|
"bitcoin": "^3.0.3",
|
|
"blueimp-md5": "^2.19.0",
|
|
"buffer": "^6.0.3",
|
|
"canvas": "^2.11.2",
|
|
"crypto": "^1.0.1",
|
|
"crypto-browserify": "^3.12.1",
|
|
"crypto-js": "^4.2.0",
|
|
"element-ui": "^2.15.14",
|
|
"elliptic": "^6.6.1",
|
|
"ethereum-cryptography": "^3.1.0",
|
|
"ethereumjs-util": "^7.1.5",
|
|
"ethereumjs-wallet": "^1.0.2",
|
|
"ethers": "^4.0.47",
|
|
"goeasy": "^2.11.1",
|
|
"hdkey": "^2.1.0",
|
|
"http-proxy-agent": "^7.0.2",
|
|
"image-tools": "^1.4.0",
|
|
"js-sha3": "^0.9.3",
|
|
"mnemonic": "^1.0.1",
|
|
"node-fetch": "^3.3.2",
|
|
"node-polyfill-webpack-plugin": "^4.1.0",
|
|
"node-rsa": "^1.1.1",
|
|
"stream-browserify": "^3.0.0",
|
|
"text-decoding": "^1.0.0",
|
|
"text-encoding": "^0.7.0",
|
|
"uniapp-axios-adapter": "^0.3.2",
|
|
"unorm": "^1.6.0",
|
|
"vue-i18n": "^10.0.4",
|
|
"web3": "^1.3.0-rc.0"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
"chrome >= 67",
|
|
"edge >= 79",
|
|
"firefox >= 68",
|
|
"opera >= 54",
|
|
"safari >= 14"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"sass-loader": "^10.5.2"
|
|
}
|
|
}
|