forked from thenamespace/namespace-offchain-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.09 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint:fix": "yarn biome check --write ./src",
"email": "email dev --dir src/emails"
},
"dependencies": {
"@ensdomains/ensjs": "^4.0.1-alpha.0",
"@hookform/resolvers": "^3.9.1",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@react-email/components": "0.0.32",
"@scalar/api-reference-react": "^0.4.8",
"@tanstack/react-query": "^5.59.15",
"@vercel/functions": "^1.4.2",
"@web3modal/siwe": "^5.1.11",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"connectkit": "^1.8.2",
"crypto": "^1.0.1",
"ethers": "^6.13.4",
"lucide-react": "^0.453.0",
"next": "15.0.0-rc.1",
"next-auth": "^4.24.10",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.53.2",
"react-i18next": "^15.1.1",
"resend": "^4.1.1",
"siwe": "^2.3.2",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"viem": "2.22.1",
"wagmi": "^2.14.6",
"zod": "^3.23.8",
"zustand": "^5.0.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@prisma/client": "^5.21.1",
"@types/node": "^20",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"postcss": "^8",
"prisma": "^5.21.1",
"react-email": "3.0.6",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"resolutions": {
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
}
}