forked from agustinkassis/web3-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.72 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
{
"name": "example",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"dependencies": {
"@ethersproject/address": "5.6.1",
"@ethersproject/bignumber": "5.6.2",
"@ethersproject/constants": "5.6.1",
"@ethersproject/contracts": "5.6.2",
"@ethersproject/hash": "5.6.1",
"@ethersproject/providers": "5.6.8",
"@mui/material": "^5.2.6",
"@mui/styled-engine": "npm:@mui/styled-engine-sc@latest",
"@mui/styled-engine-sc": "^5.1.0",
"@netlify/functions": "^1.0.0",
"@toruslabs/torus-embed": "1.27.0",
"@walletconnect/web3-provider": "1.8.0-rc.0",
"authereum": "0.1.14",
"axios": "0.27.2",
"bignumber.js": "^8.1.1",
"bitski": "^0.10.9",
"blockies-ts": "^1.0.0",
"ethereumjs-util": "^6.1.0",
"ethers": "6.0.0-beta.9",
"fortmatic": "^0.8.2",
"noty": "3.2.0-beta",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-scripts-ts": "4.0.8",
"styled-components": "^5.3.3",
"web3": "3.0.0-rc.5",
"web3modal": "1.9.8"
},
"devDependencies": {
"@types/ethereumjs-util": "^6.1.0",
"@types/jest": "^28.1.4",
"@types/node": "^18.0.3",
"@types/prop-types": "^15.7.5",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/styled-components": "^5.1.25",
"@types/web3": "^1.2.2",
"typescript": "^4.7.4"
},
"resolutions": {
"@mui/styled-engine": "npm:@mui/styled-engine-sc@latest"
},
"packageManager": "yarn@3.1.1",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}