UNPKG

@hashport/widget

Version:
70 lines 1.65 kB
{ "name": "@hashport/widget", "version": "0.0.3", "description": "React widget for hashport bridge", "main": "./dist/index.js", "private": false, "files": [ "dist" ], "dependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@hashport/react-client": "^0.0.4", "@mui/base": "^5.0.0-beta.10", "@mui/icons-material": "^5.14.3", "@mui/material": "^5.14.3", "@rainbow-me/rainbowkit": "^1.0.8", "boring-avatars": "^1.10.1", "react-window": "^1.8.9", "viem": "^1.6.0", "wagmi": "^1.3.10" }, "devDependencies": { "@types/react": "^18.2.18", "@types/react-dom": "^18.2.7", "@types/react-window": "^1.8.5" }, "peerDependencies": { "@hashgraph/sdk": "^2.24.2", "hashconnect": "^0.2.4", "react": ">=17", "react-dom": ">=17" }, "peerDependenciesMeta": { "@hashgraph/sdk": { "optional": false }, "hashconnect": { "optional": false }, "react": { "optional": false }, "react-dom": { "optional": false } }, "scripts": { "clean": "rm -rf dist", "build": "npm run clean && tsc && tsc-alias", "build:watch": "tsc && (concurrently \"tsc -w\" \"tsc-alias -w\")" }, "repository": { "type": "git", "url": "git+https://github.com/BCWResearch/hashport-framework.git" }, "keywords": [ "hashport", "bridge", "crypto", "hedera", "ethereum" ], "author": "John D", "license": "MIT", "bugs": { "url": "https://github.com/BCWResearch/hashport-framework/issues" }, "homepage": "https://github.com/BCWResearch/hashport-framework#readme" }