-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 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
{
"name": "web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@vercel/blob": "^0.13.0",
"@vercel/postgres": "^0.5.0",
"@vercel/postgres-kysely": "^0.5.0",
"@walletconnect/jsonrpc-http-connection": "^1.0.7",
"@walletconnect/logger": "^2.0.1",
"@walletconnect/sign-client": "^2.10.4",
"@walletconnect/web3wallet": "^1.9.1",
"@web3modal/ethereum": "^2.7.1",
"@web3modal/react": "^2.7.1",
"cross-fetch": "^4.0.0",
"dotenv": "^16.3.1",
"encoding": "^0.1.13",
"kysely": "^0.26.3",
"lokijs": "^1.5.12",
"mime": "^3.0.0",
"next": "13.5.1",
"nft.storage": "^7.1.1",
"node-fetch": "^3.3.2",
"pino": "^8.15.1",
"pino-pretty": "^10.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"viem": "^1.11.0",
"wagmi": "^1.4.6"
},
"devDependencies": {
"@ethersproject/abi": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.5",
"@nomicfoundation/hardhat-network-helpers": "^1.0.7",
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"@nomicfoundation/solidity-analyzer": "^0.1.1",
"@nomiclabs/hardhat-ethers": "^2.2.1",
"@nomiclabs/hardhat-etherscan": "^3.1.4",
"@openzeppelin/contracts": "^5.0.0",
"@types/eslint": "^8.44.6",
"@types/react": "18.2.22",
"autoprefixer": "^10.4.16",
"chai": "^4.3.7",
"ethers": "^5.7.2",
"hardhat": "^2.12.5",
"hardhat-gas-reporter": "^1.0.9",
"nextjs-node-loader": "^1.1.5-alpha.0",
"postcss": "^8.4.31",
"solidity-coverage": "^0.8.2",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
}
}