-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.77 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.77 KB
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
58
59
60
61
62
63
64
65
{
"name": "myu",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 6969 -H 84.32.129.52",
"build": "next build",
"start": "next start -p 6969 -H 0.0.0.0",
"lint": "next lint",
"clean": "rm package-lock.json && rm node_modules"
},
"dependencies": {
"@coinbase/onchainkit": "^0.38.14",
"@eslint/config-array": "^0.21.0",
"@eslint/object-schema": "^2.1.6",
"@farcaster/miniapp-node": "^0.1.2",
"@farcaster/miniapp-sdk": "^0.2.3",
"@farcaster/miniapp-wagmi-connector": "^1.1.1",
"@farcaster/quick-auth": "^0.0.8",
"@reown/appkit": "^1.7.12",
"@reown/appkit-adapter-wagmi": "^1.7.12",
"@storacha/cli": "^2.1.3",
"@tanstack/react-query": "^5.81.5",
"@upstash/redis": "^1.35.1",
"@vercel/og": "^0.6.8",
"@web3-storage/w3cli": "^7.12.0",
"create-onchain": "^0.0.22",
"deps": "^1.0.0",
"glob": "^13.0.6",
"lru-cache": "^11.1.0",
"next": "15.5.15",
"peer": "^1.0.2",
"qr": "^0.5.0",
"qrcode.react": "^4.2.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hot-toast": "^2.5.2",
"rimraf": "^6.0.1",
"viem": "^2.31.6",
"wagmi": "^2.15.6"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.11",
"@types/node": "^24.0.10",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"eslint": "^9.30.1",
"eslint-config-next": "^15.5.15",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-prettier": "^5.5.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.2.0",
"pino-pretty": "^13.0.0",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"tailwindcss": "^4.1.11",
"typescript": "^5"
},
"pnpm": {
"overrides": {
"axios": "^1.15.0",
"tmp": "^=0.2.4"
}
}
}