-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.59 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
{
"name": "impersonator",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.0",
"@chakra-ui/next-js": "^2.1.5",
"@chakra-ui/react": "^2.8.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@json-rpc-tools/utils": "^1.7.6",
"@rainbow-me/rainbowkit": "^2.0.5",
"@tanstack/react-query": "^5.28.14",
"@types/node": "20.2.5",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"@wagmi/core": "^2.6.15",
"@walletconnect/core": "^2.9.2",
"@walletconnect/types": "^2.9.2",
"@walletconnect/utils": "^2.9.2",
"@walletconnect/web3wallet": "^1.11.0",
"axios": "^1.5.0",
"big-integer": "^1.6.52",
"blo": "^1.0.1",
"chakra-react-select": "^4.7.6",
"critters": "^0.0.20",
"csstype": "^3.1.2",
"encoding": "^0.1.13",
"eslint": "8.41.0",
"eslint-config-next": "13.4.4",
"ethers": "^6.11.1",
"framer-motion": "^10.15.1",
"next": "13.4.13",
"react": "18.2.0",
"react-code-blocks": "^0.1.6",
"react-dom": "18.2.0",
"react-type-animation": "^3.1.0",
"typescript": "5.0.4",
"valtio": "^1.13.2",
"viem": "^2.9.9",
"wagmi": "^2.5.18"
},
"devDependencies": {
"lokijs": "^1.5.12",
"pino-pretty": "^10.1.0"
}
}