-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.07 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
{
"name": "farcaster-signer-migration",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@farcaster/hub-web": "^0.8.9",
"@noble/ed25519": "^2.1.0",
"@noble/hashes": "^1.4.0",
"@rainbow-me/rainbowkit": "^2.1.2",
"@tanstack/query-sync-storage-persister": "^5.40.0",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-query-persist-client": "^5.40.1",
"connectkit": "^1.8.0",
"encoding": "^0.1.13",
"frames.js": "^0.17.0",
"next": "14.1.4",
"pino-pretty": "^11.1.0",
"qrcode.react": "^3.1.0",
"react": "^18",
"react-dom": "^18",
"react-modal": "^3.16.1",
"react-router-dom": "^6.23.1",
"tailwind-merge": "^2.3.0",
"viem": "^2.13.7",
"wagmi": "^2.9.10"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5"
}
}