-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.62 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "@se-2/nextjs",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"start": "next dev",
"build": "next build",
"serve": "next start",
"lint": "next lint",
"format": "prettier --write . '!(node_modules|.next|contracts)/**/*'",
"check-types": "tsc --noEmit --incremental",
"vercel": "vercel",
"vercel:yolo": "vercel --build-env NEXT_PUBLIC_IGNORE_BUILD_ERROR=true",
"postinstall": "patch-package"
},
"dependencies": {
"@dynamic-labs/ethereum": "^2.3.1",
"@dynamic-labs/ethers-v5": "^2.3.1",
"@dynamic-labs/sdk-react-core": "^2.3.1",
"@dynamic-labs/viem-utils": "3.0.0-alpha.13",
"@dynamic-labs/wagmi-connector": "^3.0.0-alpha.13",
"@heroicons/react": "^2.0.11",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@safe-global/api-kit": "^2.4.2",
"@safe-global/protocol-kit": "^4.0.2",
"@safe-global/safe-core-sdk-types": "^5.0.2",
"@tanstack/react-query": "^5.28.6",
"@turnkey/solana": "^0.3.6",
"@uniswap/sdk-core": "^4.0.1",
"@uniswap/v2-sdk": "^3.0.1",
"axios": "^1.7.2",
"@worldcoin/idkit": "^1.2.2",
"blo": "^1.2.0",
"burner-connector": "^0.0.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"daisyui": "4.5.0",
"ethers": "^5.7.2",
"form-data": "^4.0.0",
"lucide-react": "^0.408.0",
"next": "^14.0.4",
"next-auth": "^4.24.7",
"next-themes": "^0.2.1",
"nprogress": "^0.2.0",
"patch-package": "^8.0.0",
"permissionless": "0.1.22",
"postinstall-postinstall": "^2.1.0",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"use-debounce": "^8.0.4",
"usehooks-ts": "^2.13.0",
"viem": "^2.17.3",
"wagmi": "2.9.8",
"zustand": "^4.1.2"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/node": "^17.0.35",
"@types/nprogress": "^0",
"@types/react": "^18.0.9",
"@types/react-copy-to-clipboard": "^5.0.4",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"abitype": "1.0.2",
"autoprefixer": "^10.4.12",
"eslint": "^8.15.0",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"postcss": "^8.4.16",
"prettier": "^2.8.4",
"tailwindcss": "^3.4.3",
"type-fest": "^4.6.0",
"typescript": "5.1.6",
"vercel": "^32.4.1"
}
}