-
-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathpackage.svm.json
More file actions
54 lines (54 loc) · 1.61 KB
/
package.svm.json
File metadata and controls
54 lines (54 loc) · 1.61 KB
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
54
{
"name": "@depay/widgets-svm",
"moduleName": "DePayWidgets",
"version": "13.0.44",
"description": "Crypto Payments straight to your wallet. DePay simplifies Web3 integration for developers, harnessing DeFi to accept any token effortlessly. Integrate frictionless, real-time token conversion with sleek, customizable widgets designed for seamless user experience.",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
"files": [
"dist"
],
"repository": "https://github.com/DePayFi/widgets",
"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-svm": "^6.0.0",
"@depay/solana-web3.js": "^1.98.2",
"@depay/walletconnect-v2": "^2.12.2",
"@depay/web3-blockchains": "^9.8.10",
"@depay/web3-client-svm": "^11.1.10",
"@depay/web3-payments-svm": "^15.3.2",
"@depay/web3-tokens-svm": "^11.1.0",
"@depay/web3-wallets-svm": "^18.1.20",
"@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"
},
"overrides": {
"clipboardy": "3.0.0"
}
}