-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.67 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.67 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
{
"name": "mini-app-full-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@ant-design/web3": "^1.26.1",
"@ant-design/web3-assets": "^1.14.4",
"@ant-design/web3-icons": "^1.16.0",
"@base-org/account": "^2.5.0",
"@base-org/account-ui": "^1.0.1",
"@farcaster/auth-kit": "^0.8.1",
"@farcaster/miniapp-core": "^0.4.1",
"@farcaster/miniapp-node": "^0.1.11",
"@farcaster/miniapp-sdk": "^0.2.1",
"@farcaster/miniapp-wagmi-connector": "^1.1.0",
"@radix-ui/react-label": "^2.1.8",
"@tanstack/react-query": "^5.90.10",
"@walletconnect/ethereum-provider": "^2.23.9",
"@worldcoin/mini-apps-ui-kit-react": "^1.4.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"geist": "^1.7.0",
"iconoir-react": "^7.11.0",
"lucide-react": "^1.8.0",
"next": "16.0.7",
"next-themes": "^0.4.6",
"ox": "^0.9.4",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-nice-avatar": "^1.5.0",
"recharts": "^3.8.1",
"siwe": "^3.0.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"viem": "^2.39.3",
"wagmi": "^3.0.1"
},
"devDependencies": {
"@types/node": "^24.3.0",
"@types/react": "19.2.6",
"@types/react-dom": "19.2.3",
"eruda": "^3.4.3",
"eslint": "^9",
"eslint-config-next": "16.0.7",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"overrides": {
"electron-to-chromium": "1.5.260",
"baseline-browser-mapping": "2.8.0"
},
"packageManager": "bun@1.3.8"
}