-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 760 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 760 Bytes
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
{
"name": "eip712",
"version": "0.1.0",
"private": true,
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@openzeppelin/contracts": "^5.0.2",
"@rainbow-me/rainbowkit": "^2.1.3",
"@tanstack/react-query": "^5.51.1",
"dotenv": "^16.4.5",
"encoding": "^0.1.13",
"ethers": "^6.13.1",
"next": "14.2.4",
"pino-pretty": "^11.2.1",
"punycode": "^2.3.1",
"react": "^18",
"react-dom": "^18",
"react-toastify": "^10.0.5",
"viem": "^2.17.3",
"wagmi": "^2.10.10"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"hardhat": "^2.22.6",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}