-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.09 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
{
"name": "contract-nft-mint-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@alch/alchemy-web3": "^1.4.6",
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"@nomiclabs/hardhat-ethers": "^2.1.1",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@openzeppelin/contracts": "^4.7.3",
"@web3-onboard/coinbase": "^2.1.3",
"@web3-onboard/core": "^2.8.5",
"@web3-onboard/injected-wallets": "^2.2.4",
"@web3-onboard/react": "^2.3.5",
"@web3-onboard/walletconnect": "^2.1.3",
"bnc-notify": "^1.9.5",
"chai": "^4.3.6",
"dotenv": "^16.0.2",
"erc721a": "^4.2.3",
"ethers": "^5.7.1",
"hardhat": "^2.11.2",
"keccak256": "^1.0.6",
"merkletreejs": "^0.2.32",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"swr": "^1.3.0"
},
"devDependencies": {
"autoprefixer": "^10.4.12",
"eslint": "8.24.0",
"eslint-config-next": "12.3.1",
"postcss": "^8.4.17",
"tailwindcss": "^3.1.8"
}
}