-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
121 lines (121 loc) · 4.03 KB
/
package.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "@depay/widgets",
"moduleName": "DePayWidgets",
"version": "12.18.0",
"latestSupportedVersions": {
"12": "12.18.0",
"11": "11.7.4"
},
"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": "[email protected]:depayfi/widgets.git",
"keywords": [
"web3",
"payments",
"blockchain",
"widgets",
"react",
"crypto",
"cryptocurrencies"
],
"author": "depay.com",
"homepage": "https://depay.com",
"license": "MIT",
"scripts": {
"build": "rm -rf dist && npx rollup --config rollup.module.config.js && npx rollup --config rollup.bundle.config.js && rollup -c rollup.module.evm.config.js && rollup -c rollup.module.solana.config.js",
"lint": "eslint \"src/**/*.{js,ts,tsx}\" --ignore-pattern \"**/*.d.ts\"",
"lint:fix": "eslint \"src/**/*.{js,ts,tsx}\" --fix --ignore-pattern \"**/*.d.ts\"",
"format": "prettier src --write",
"prepublishOnly": "yarn build",
"dev": "npx rollup -c rollup.dev.config.js -w",
"test:cypress": "yarn cypress run",
"test:cypress:debug": "yarn cypress run --headed --no-exit",
"test:jest": "npx jest --no-cache",
"test": "yarn test:jest && yarn test:cypress"
},
"dependencies": {
"@depay/coinbase-wallet-sdk": "^3.8.4",
"@depay/js-verify-signature-web": "^3.0.0",
"@depay/local-currency": "^3.8.2",
"@depay/react-dialog-stack": "^8.1.1",
"@depay/react-shadow-dom": "^5.0.5",
"@depay/react-token-image": "^5.1.0",
"@depay/solana-web3.js": "^1.26.0",
"@depay/walletconnect-v2": "^2.12.2",
"@depay/web3-assets": "^7.4.1",
"@depay/web3-blockchains": "^9.7.5",
"@depay/web3-client": "^10.19.3",
"@depay/web3-exchanges": "^13.13.0",
"@depay/web3-payments": "^13.13.0",
"@depay/web3-tokens": "^10.4.3",
"@depay/web3-wallets": "^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"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7",
"@cypress/webpack-preprocessor": "^6.0.1",
"@depay/web3-mock": "^14.19.1",
"@peculiar/webcrypto": "^1.4.3",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.1.1",
"@rollup/plugin-replace": "^2.3.4",
"@rollup/plugin-sucrase": "^3.1.0",
"@types/node": "^18.15.9",
"atob": "^2.1.2",
"babel-loader": "^9.1.3",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"buffer": "^6.0.3",
"cross-fetch": "^3.1.5",
"crypto-browserify": "^3.12.0",
"cypress": "^10.11.0",
"eslint": "^7.15.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"ethers": "^5.7.1",
"fetch-mock": "^9.11.0",
"mock-socket": "^9.0.8",
"process": "^0.11.10",
"react": "^18",
"react-dom": "^18",
"regenerator-runtime": "^0.13.7",
"rollup": "^2.34.2",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-dev": "^2.0.4",
"rollup-plugin-jscc": "^2.0.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-polyfill-node": "^0.7.0",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-terser": "^7.0.2",
"stream-browserify": "^3.0.0",
"typescript": "^5.1.0",
"util": "0.10.0",
"webpack": "^5.73.0"
},
"resolutions": {
"clipboardy": "3.0.0"
}
}