-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
53 lines (53 loc) · 1.49 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
{
"name": "impersonator",
"version": "0.1.0",
"homepage": ".",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@rainbow-me/rainbowkit": "^1.3.7",
"@reown/walletkit": "^1.0.0",
"@types/node": "^17.0.10",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@walletconnect/client": "^1.8.0",
"@walletconnect/core": "^2.16.2",
"@walletconnect/legacy-types": "^2.0.0",
"@walletconnect/types": "^2.16.2",
"@walletconnect/utils": "^2.16.2",
"axios": "^0.24.0",
"blo": "^1.0.0",
"chakra-react-select": "^4.4.3",
"ethereum-checksum-address": "^0.0.6",
"ethers": "^5.4.5",
"evm-rpcs-list": "^2.0.3",
"framer-motion": "^4",
"next": "^14.2.3",
"react": "^18.2.0",
"react-confetti": "^6.1.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"react-simple-code-editor": "^0.11.0",
"typescript": "5.0.4",
"viem": "^1.11.1",
"wagmi": "^1.4.2",
"web-vitals": "^1.0.1"
},
"devDependencies": {
"pino-pretty": "^11.0.0"
}
}