-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
80 lines (80 loc) · 2.1 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
{
"name": "demo",
"version": "0.1.0",
"private": true,
"dependencies": {
"@biconomy/core-types": "0.0.2",
"@biconomy/mexa": "^3.0.5",
"@biconomy/relayer": "0.0.2",
"@biconomy/smart-account": "0.0.2",
"@biconomy/transactions": "0.0.2",
"@biconomy/web3-auth": "0.0.2",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@walletconnect/web3-provider": "^1.8.0",
"@web3auth/base": "^2.1.2",
"@web3auth/coinbase-adapter": "^2.1.2",
"@web3auth/web3auth": "^2.1.2",
"ethereumjs-abi": "^0.6.8",
"ethereumjs-util": "^7.1.5",
"ethers": "^5.6.9",
"net": "^1.0.2",
"nft.storage": "^7.0.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"react-toastify": "^9.0.8",
"tls": "^0.0.1",
"typescript": "^4.4.2",
"walletlink": "^2.5.0",
"web-vitals": "^2.1.0",
"web3": "^1.7.5",
"web3modal": "^1.9.8"
},
"resolved": "https://registry.npmjs.org/ethereumjs-abi/-/ethereumjs-abi-0.6.8.tgz",
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
"chrome >= 67",
"edge >= 79",
"firefox >= 68",
"opera >= 54",
"safari >= 14"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@uniswap/sdk-core": "^3.0.1",
"@uniswap/smart-order-router": "^2.8.2",
"@uniswap/v3-sdk": "^3.9.0",
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
"crypto-browserify": "^3.12.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"react-app-rewired": "^2.2.1",
"stream-http": "^3.2.0",
"url": "^0.11.0"
}
}