-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.62 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.62 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
55
56
57
58
59
60
{
"name": "build-the-bear-market",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"resolutions": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0"
},
"dependencies": {
"@babel/runtime": "^7.20.1",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/contracts": "^5.7.0",
"@web3modal/ethereum": "^2.0.0-beta.5",
"@web3modal/react": "^2.0.0-beta.5",
"dotenv": "^16.0.3",
"ethers": "^5.7.2",
"hardhat": "^2.12.2",
"jotai": "~1.3.7",
"jotai-immer": "^0.1.0",
"jquery": "^3.6.1",
"next": "12.1.0",
"react": "^17.0.2",
"react-dom": "17.0.2",
"react-is": "^18.2.0",
"react-redux": "^7.2.6",
"redux": "^4.2.0",
"sharp": "^0.31.2",
"simplex-noise": "^4.0.1",
"wagmi": "^0.8.5",
"web3": "^1.9.0",
"web3-core": "^1.9.0",
"yarn": "^1.22.19"
},
"devDependencies": {
"@ethersproject/providers": "^5.5.1",
"@types/jquery": "^3.5.14",
"@types/node": "17.0.19",
"@types/react": "17.0.39",
"@uniswap/default-token-list": "^3.0.0",
"@uniswap/widgets": "^1.1.1",
"@walletconnect/ethereum-provider": "^1.8.0",
"@web3-react/core": "^8.0.22-beta.0",
"@web3-react/empty": "^8.0.11-beta.0",
"@web3-react/metamask": "^8.0.18-beta.0",
"@web3-react/types": "^8.0.11-beta.0",
"@web3-react/walletconnect": "^8.0.25-beta.0",
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"prettier": "^2.5.1",
"react-icons": "^4.3.1",
"typescript": "^5.0.4"
}
}