-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·48 lines (48 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·48 lines (48 loc) · 1.27 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
{
"name": "monad-embedded-wallet-example",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build --webpack",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@privy-io/react-auth": "^3.8.0",
"@privy-io/wagmi": "^2.1.1",
"@radix-ui/react-slot": "^1.2.4",
"@solana-program/system": "^0.10.0",
"@solana-program/token": "^0.9.0",
"@solana/kit": "^5.0.0",
"@tanstack/react-query": "^5.90.11",
"@types/canvas-confetti": "^1.9.0",
"canvas-confetti": "^1.9.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.23.25",
"lucide-react": "^0.555.0",
"next": "16.0.10",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-qr-code": "^2.0.18",
"react-toastify": "^11.0.5",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"viem": "^2.40.3",
"wagmi": "^3.0.2",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.22",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9",
"eslint-config-next": "16.0.10",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.0",
"typescript": "^5"
}
}