123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- {
- "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 -rf dist/*",
- "prebuild": "rm -rf ../assets/*.js",
- "build": "webpack --mode production && yarn postbuild",
- "postbuild": "mv dist/*.js ../assets/",
- "build-dev": "webpack --mode development"
- },
- "resolutions": {
- "@polkadot/api": "^9.13.2",
- "@polkadot/rpc-provider": "^9.13.2",
- "@polkadot/types": "^9.13.2",
- "@polkadot/types-create": "^9.13.2",
- "@polkadot/types-codec": "^9.13.2",
- "@polkadot/util": "^10.2.1",
- "@polkadot/util-crypto": "^10.2.1",
- "@polkadot/keyring": "^10.2.1",
- "bn.js": "4.12.0",
- "ethers": "^5.6.8"
- },
- "dependencies": {
- "@metamask/jazzicon": "^2.0.0",
- "@polkadot/api": "^9.13.2",
- "@polkadot/extension-dapp": "^0.43.2",
- "@polkadot/ui-shared": "^2.2.1",
- "@polkawallet/bridge": "^0.0.5-18",
- "@walletconnect/client": "^1.8.0",
- "assert": "^2.0.0",
- "axios": "^0.27.2",
- "bn.js": "^5.1.2",
- "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-private-property-in-object": "^7.21.11",
- "@babel/plugin-transform-runtime": "^7.14.5",
- "@babel/preset-env": "^7.14.8",
- "@babel/preset-typescript": "^7.14.5",
- "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.88.2",
- "webpack-cli": "^5.1.4"
- },
- "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"
- }
|