-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.evm.json
53 lines (53 loc) · 1.53 KB
/
package.evm.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@depay/widgets-evm",
"moduleName": "DePayWidgets",
"version": "12.18.0",
"description": "Web3 Payments with any token. DePay simplifies and improves Web3 Payments with the power of DeFi. Accept any token with on-the-fly conversion.",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
"files": [
"dist"
],
"repository": "git@github.com:depayfi/widgets.git",
"keywords": [
"web3",
"payments",
"blockchain",
"widgets",
"react",
"crypto",
"cryptocurrencies"
],
"author": "depay.com",
"homepage": "https://depay.com",
"license": "MIT",
"dependencies": {
"@depay/coinbase-wallet-sdk": "^3.8.4",
"@depay/local-currency": "^3.8.2",
"@depay/react-dialog-stack": "^8.1.1",
"@depay/react-shadow-dom": "^5.0.5",
"@depay/react-token-image-evm": "^5.1.0",
"@depay/walletconnect-v2": "^2.12.2",
"@depay/web3-assets-evm": "^7.4.1",
"@depay/web3-blockchains": "^9.7.5",
"@depay/web3-client-evm": "^10.19.3",
"@depay/web3-exchanges-evm": "^13.13.0",
"@depay/web3-payments-evm": "^13.13.0",
"@depay/web3-tokens-evm": "^10.4.3",
"@depay/web3-wallets-evm": "^17.6.2",
"@depay/worldcoin-precompiled": "^1.2.0",
"@tanstack/react-virtual": "^3.0.0-beta.54",
"@uiw/copy-to-clipboard": "^1.0.14",
"decimal.js": "^10.4.3",
"fuse.js": "^6.6.2",
"qr-code-styling": "^1.6.0-rc.1"
},
"peerDependencies": {
"ethers": "^5.7.1",
"react": "^18",
"react-dom": "^18"
},
"resolutions": {
"clipboardy": "3.0.0"
}
}