-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.71 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.71 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
{
"name": "mini-app-full-demo",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@base-org/account": "^2.5.1",
"@base-org/account-ui": "^1.0.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@farcaster/auth-kit": "^0.8.1",
"@farcaster/frame-sdk": "^0.1.12",
"@farcaster/frame-wagmi-connector": "^1.0.0",
"@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",
"@mui/icons-material": "^7.3.6",
"@mui/material": "^7.3.6",
"@radix-ui/react-label": "^2.1.8",
"@tanstack/react-query": "^5.90.16",
"@worldcoin/mini-apps-ui-kit-react": "^1.4.0",
"canvas-confetti": "^1.9.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.24.0",
"iconoir-react": "^7.11.0",
"lucide-react": "^0.542.0",
"next": "16.0.7",
"ox": "^0.9.4",
"react": "19.2.1",
"react-dom": "19.2.1",
"siwe": "^3.0.0",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"viem": "^2.43.5",
"wagmi": "^3.1.4"
},
"devDependencies": {
"@types/canvas-confetti": "^1.9.0",
"@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": "npm@11.5.2"
}