123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- {
- "name": "@polkawallet/js-api",
- "version": "3.2.1",
- "main": "index.js",
- "license": "Apache-2.0",
- "keywords": [
- "Polkadot",
- "Polkawallet"
- ],
- "author": "Shawn yang <dhryxy@gmail.com>",
- "maintainers": [
- "Shawn Yang <dhryxy@gmail.com>"
- ],
- "repository": {
- "type": "git",
- "url": "git+https://github.com/polkawallet-io/js_api.git"
- },
- "bugs": {
- "url": "https://github.com/polkawallet-io/js_api/issues"
- },
- "scripts": {
- "clean": "rm -f dist/*",
- "prebuild": "rm -f ../assets/*.js",
- "build": "yarn prebuild && yarn clean && webpack --mode production && yarn postbuild",
- "postbuild": "mv dist/*.js ../assets/",
- "build-dev": "webpack --mode development"
- },
- "resolutions": {
- "@acala-network/eth-providers": "^2.6.5",
- "@acala-network/sdk": "^4.1.8-14",
- "@polkadot/api": "^10.9.1",
- "@polkadot/rpc-provider": "^10.9.1",
- "@polkadot/types": "^10.9.1",
- "@polkadot/types-create": "^10.9.1",
- "@polkadot/types-codec": "^10.9.1",
- "@polkadot/util": "^12.3.2",
- "@polkadot/util-crypto": "^12.3.2",
- "@polkadot/keyring": "^12.3.2",
- "@polkawallet/bridge": "^0.1.5-9",
- "bn.js": "4.12.0",
- "ethers": "^5.6.8"
- },
- "dependencies": {
- "@acala-network/eth-providers": "^2.6.5",
- "@acala-network/sdk": "^4.1.8-14",
- "@metamask/jazzicon": "^2.0.0",
- "@polkadot/api": "^10.9.1",
- "@polkadot/extension-dapp": "^0.43.2",
- "@polkadot/ui-shared": "^2.2.1",
- "@polkawallet/bridge": "^0.1.5-9",
- "@walletconnect/client": "^1.8.0",
- "@walletconnect/sign-client": "^2.9.0",
- "@walletconnect/utils": "^2.9.0",
- "assert": "^2.0.0",
- "axios": "^0.27.2",
- "bn.js": "^5.1.2",
- "core-js": "3",
- "eth-sig-util": "^3.0.1",
- "ethers": "^5.6.8",
- "oo7-substrate": "^0.8.0",
- "process": "^0.11.10",
- "secp256k1": "^3.8.0",
- "web3": "^1.8.0"
- },
- "devDependencies": {
- "@babel/core": "^7.14.8",
- "@babel/plugin-proposal-class-properties": "^7.14.5",
- "@babel/plugin-proposal-private-methods": "^7.14.5",
- "@babel/plugin-transform-runtime": "^7.14.5",
- "@babel/preset-env": "^7.14.8",
- "@babel/preset-typescript": "^7.14.5",
- "@walletconnect/types": "^2.4.6",
- "babel-loader": "^8.0.6",
- "crypto-browserify": "^3.12.0",
- "eslint": "^6.8.0",
- "eslint-config-prettier": "^6.9.0",
- "eslint-plugin-prettier": "^3.1.2",
- "prettier": "^1.19.1",
- "source-map-loader": "^3.0.1",
- "stream-browserify": "^3.0.0",
- "typescript": "^4.9.4",
- "webpack": "^5.65.0",
- "webpack-cli": "^4.9.2"
- },
- "browserslist": {
- "production": [
- "chrome >= 67",
- "edge >= 79",
- "firefox >= 68",
- "opera >= 54",
- "safari >= 13",
- "android >= 56",
- "ios_saf >= 13"
- ],
- "development": [
- "last 1 chrome version",
- "last 1 firefox version",
- "last 1 safari version"
- ]
- },
- "packageManager": "yarn@3.2.1"
- }
|