-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.22 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
{
"name": "hello-gator",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@codefi/delegator-core-viem": "0.4.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/lab": "^6.0.0-beta.14",
"@mui/material": "^6.1.6",
"@rainbow-me/rainbowkit": "^2.2.0",
"@tanstack/react-query": "^5.59.20",
"@web3auth/base": "^8.12.2",
"@web3auth/ethereum-provider": "^8.12.3",
"@web3auth/modal": "^8.12.3",
"next": "14.2.10",
"permissionless": "^0.2.10",
"react": "^18.2.0",
"react-confetti": "^6.1.0",
"react-dom": "^18.2.0",
"viem": "latest",
"wagmi": "^2.12.29"
},
"devDependencies": {
"@types/node": "^20.7.2",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@wagmi/cli": "latest",
"autoprefixer": "^10.4.20",
"bufferutil": "^4.0.7",
"encoding": "^0.1.13",
"lokijs": "^1.5.12",
"pino-pretty": "^10.2.0",
"postcss": "^8.4.45",
"supports-color": "^9.4.0",
"tailwindcss": "^3.4.10",
"typescript": "^5.2.2",
"utf-8-validate": "^6.0.3"
},
"packageManager": "[email protected]"
}