@portkey/connect-web-wallet
Version:
68 lines (67 loc) • 1.9 kB
JSON
{
"name": "@portkey/connect-web-wallet",
"keywords": [
"antd",
"portkey"
],
"description": "",
"author": "",
"license": "ISC",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"files": [
"dist/*"
],
"homepage": "https://portkey.finance/",
"repository": {
"type": "git",
"url": "https://github.com/Portkey-Wallet/portkey-web.git",
"directory": "packages/connect-web-wallet"
},
"version": "2.23.0-alpha.13",
"main": "dist/index.js",
"types": "dist/_types/index.d.ts",
"type": "module",
"scripts": {
"prebuild": "rm -rf dist",
"start": "tsc --watch",
"lint": "eslint . --ext .tsx,.ts",
"lint:md": "remark . -f -q",
"build:clean": "rm -rf dist",
"build:types": "tsc --emitDeclarationOnly",
"build:source": "rollup --silent --config rollup.config.js",
"build:svg": "cd ./src/assets && node getSvg.cjs",
"build": "npm run build:clean && npm run build:types && npm run build:source",
"dev": "rollup --config rollup.config.js --watch",
"release": "yarn version && yarn build",
"pub": "npm publish"
},
"dependencies": {
"@portkey/iframe-provider": "^2.5.0-alpha.4",
"@portkey/provider-types": "^2.5.0-alpha.4",
"@portkey/utils": "^2.23.0-alpha.13",
"antd": "5.22.7",
"bignumber.js": "^9.1.0",
"clsx": "^1.2.1",
"moment": "^2.29.4",
"query-string": "^7.1.1",
"react-use": "^17.4.0"
},
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"less": "^4.1.3",
"postcss": "^8.4.21",
"rollup-plugin-terser": "^7.0.2"
},
"peerDependencies": {
"aelf-sdk": "^3.5.1-beta.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"gitHead": "9d3122142622e6bc519fb79af86fde2dc9eca708"
}