-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 811 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 811 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
34
{
"name": "CoinbaseSmartWallet-Create-Connect-Sign",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tanstack/react-query": "5.0.5",
"next": "13.5.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"siwe": "^2.3.2",
"styled-components": "^6.1.11",
"viem": "latest",
"wagmi": "latest"
},
"devDependencies": {
"@types/node": "^20.7.2",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.8",
"@wagmi/cli": "latest",
"bufferutil": "^4.0.7",
"encoding": "^0.1.13",
"lokijs": "^1.5.12",
"pino-pretty": "^10.2.0",
"supports-color": "^9.4.0",
"typescript": "^5.2.2",
"utf-8-validate": "^6.0.3"
}
}