UNPKG

@pushchain/ui-kit

Version:

Push Chain is a true universal L1 that is 100% EVM compatible. It allows developers to deploy once and make their apps instantly compatible with users from all other L1s (Ethereum, Solana, etc) with zero on-chain code change.

60 lines (59 loc) 1.55 kB
{ "name": "@pushchain/ui-kit", "version": "6.0.23", "homepage": "https://push.org", "keywords": [ "pushchain", "push", "solana", "evm", "typescript", "universal", "ui-kit" ], "repository": "https://github.com/pushchain/push-chain-sdk", "authors": [ "https://github.com/riyanshu-patro" ], "license": "MIT", "dependencies": { "@coral-xyz/anchor": "^0.31.1", "@human.tech/waap-sdk": "^1.3.0", "@metamask/sdk": "^0.32.0", "@pushchain/core": "^6.0.22", "@solana/web3.js": "^1.98.2", "@walletconnect/ethereum-provider": "^2.21.5", "buffer": "^6.0.3", "ethers": "^6.13.5", "react-is": "^19.1.0", "styled-components": "^6.1.0", "tslib": "^2.3.0", "viem": "^2.27.2" }, "peerDependencies": { "react": ">=18.3.0 <20.0.0", "react-dom": ">=18.3.0 <20.0.0" }, "type": "commonjs", "main": "./src/index.js", "typings": "./src/index.d.ts", "devDependencies": { "@types/react": "^18.3.13", "@types/react-is": "^19", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.20", "typescript-eslint": "^8.32.1" }, "scripts": { "release:stable": "npx nx run ui-kit:nx-release-publish --otp=1", "release:alpha": "npx nx run ui-kit:nx-release-alpha-publish --otp=1" }, "resolutions": { "axios@npm:1.13.6": "^1.16.0", "ip-address@npm:^10.0.1": "^10.1.1", "uuid@npm:^11.0.0": "^11.1.1", "ws@npm:8.17.1": "^8.20.1", "ws@npm:8.18.3": "^8.20.1", "ws@npm:~8.18.3": "^8.20.1" } }