UNPKG

@alephium/web3-react

Version:
78 lines 2.13 kB
{ "name": "@alephium/web3-react", "version": "1.11.7", "homepage": "https://github.com/alephium/alephium-web3-react", "license": "GPL", "description": "React components for Alephium Web3.", "repository": { "type": "git", "url": "git+https://github.com/alephium/alephium-web3-react" }, "type": "module", "exports": { ".": { "types": "./build/index.d.ts", "import": "./build/index.es.js", "default": "./build/index.es.js" } }, "types": "./build/index.d.ts", "engines": { "node": ">=12.4" }, "files": [ "build", "README.md" ], "keywords": [ "react-hook", "blockchain", "hooks", "alephium", "react" ], "dependencies": { "@alephium/walletconnect-qrcode-modal": "^0.1.0", "use-sync-external-store": "^1.2.2", "buffer": "^6.0.3", "detect-browser": "^5.3.0", "framer-motion": "^6.5.1", "qrcode": "^1.5.1", "react-transition-state": "^1.1.5", "react-use-measure": "^2.1.1", "resize-observer-polyfill": "^1.5.1", "styled-components": "^5.3.9", "@alephium/get-extension-wallet": "^1.11.7", "@alephium/walletconnect-provider": "^1.11.7" }, "peerDependencies": { "react": "17.x || 18.x", "react-dom": "17.x || 18.x" }, "devDependencies": { "@rollup/plugin-node-resolve": "^15.0.1", "@types/node": "^16.18.23", "@types/qrcode": "^1.5.0", "@types/react": "^18.0.31", "@types/react-dom": "^18.0.11", "@types/styled-components": "^5.1.26", "eslint-plugin-react-hooks": "^4.6.0", "@types/use-sync-external-store": "^0.0.6", "rollup": "^2.79.2", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.34.1", "rollup-plugin-visualizer": "^5.9.0", "typescript": "^4.9.5" }, "resolutions": { "react": "^18.0.0", "react-dom": "^18.0.0" }, "scripts": { "start": "rollup --config rollup.config.dev.js -w", "dev": "rollup --config rollup.config.dev.js -w", "build": "rollup --config rollup.config.prod.js", "lint": "eslint src --ext .ts,tsx" } }