-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 778 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 778 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": "6551-connector",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@airstack/node": "0.0.5",
"@rainbow-me/rainbowkit": "2.0.4",
"@tanstack/react-query": "5.28.14",
"@tokenbound/sdk": "0.5.1",
"@walletconnect/core": "2.12.0",
"@walletconnect/utils": "2.12.0",
"@walletconnect/web3wallet": "1.11.0",
"next": "14.1.4",
"react": "^18",
"react-dom": "^18",
"viem": "2.9.8",
"wagmi": "2.5.18"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"typescript": "^5"
}
}