-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.03 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.03 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
66
67
68
69
70
71
{
"name": "wagmi-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@dynamic-labs/ethereum": "^4.2.3",
"@dynamic-labs/ethereum-aa": "^4.19.1",
"@dynamic-labs/sdk-react-core": "^4.2.3",
"@dynamic-labs/wagmi-connector": "^4.2.3",
"@radix-ui/react-collapsible": "^1.1.11",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-hover-card": "^1.1.14",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-slot": "^1.2.2",
"@radix-ui/react-tabs": "^1.1.12",
"@supabase/supabase-js": "^2.47.16",
"@tanstack/react-query": "^5.36.2",
"@types/node": "^17.0.21",
"@types/react": "19.1.8",
"@upstash/ratelimit": "^2.0.5",
"@upstash/redis": "^1.34.9",
"@web3modal/wagmi": "^5.1.1",
"alchemy-sdk": "^3.5.10",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dnum": "^2.13.1",
"eslint-config-next": "15.4.8",
"framer-motion": "^6.2.8",
"immer": "^9.0.12",
"jsonwebtoken": "^9.0.2",
"jwks-rsa": "^3.2.0",
"lucide-react": "^0.508.0",
"next": "15.4.8",
"next-safe-action": "7.7.1",
"next-themes": "^0.4.6",
"pino-pretty": "^10.2.3",
"react": "19.1.2",
"react-dom": "19.1.2",
"react-icons": "^4.3.1",
"swr": "^2.2.4",
"tailwind-merge": "^3.2.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.1.6",
"viem": "^2.30.1",
"wagmi": "^2.15.4",
"zod": "^3.23.8",
"zustand": "^4.4.7"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.5",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@wagmi/cli": "^2.3.1",
"encoding": "^0.1.13",
"eslint": "^8.56.0",
"eslint-plugin-tailwindcss": "^3.8.0",
"postcss": "^8.4.12",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4.1.5",
"tw-animate-css": "^1.3.0"
},
"resolutions": {
"@types/react": "19.1.8"
}
}