-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
39 lines (39 loc) · 937 Bytes
/
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
{
"name": "nextjs-dapp",
"description": "Created By Fazel Pejmanfar\n do the design yourself :|",
"author": {
"name": "Fazel Pejmanfar"
},
"license": "MIT",
"version": "0.1.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.0.13",
"@rainbow-me/rainbowkit": "^1.0.4",
"ethers": "^6.6.2",
"framer-motion": "^10.12.16",
"keccak256": "^1.0.6",
"merkletreejs": "^0.2.32",
"next": "12.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.0",
"swr": "^2.0.0",
"viem": "^1.2.7",
"wagmi": "^1.3.3",
"web3modal": "^1.9.9"
},
"devDependencies": {
"autoprefixer": "^10.4.12",
"eslint": "8.26.0",
"eslint-config-next": "12.3.1",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.1"
}
}