-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
107 lines (107 loc) · 3.48 KB
/
package.json
File metadata and controls
107 lines (107 loc) · 3.48 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "keep",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"**/*.{ts,tsx,json}\""
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@rainbow-me/rainbowkit": "^2.1.5",
"@tanstack/react-query": "^5.53.1",
"@vercel/blob": "^0.27.0",
"@vercel/og": "^0.0.27",
"@vercel/postgres": "^0.10.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dotenv": "^16.4.7",
"drizzle-orm": "^0.38.2",
"lucide-react": "^0.437.0",
"next": "14.2.7",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.53.0",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"viem": "2.x",
"wagmi": "2.12.8",
"zod": "^3.23.8",
"zustand": "^4.3.7"
},
"pnpm": {
"overrides": {
"@babel/helpers@<7.26.10": ">=7.26.10",
"@babel/runtime@<7.26.10": ">=7.26.10",
"@babel/traverse@<7.23.2": ">=7.23.2",
"@metamask/sdk-communication-layer@>=0.16.0 <=0.33.0": ">=0.33.1",
"@metamask/sdk@>=0.16.0 <=0.33.0": ">=0.33.1",
"brace-expansion@>=1.0.0 <=1.1.11": ">=1.1.12",
"brace-expansion@>=2.0.0 <=2.0.1": ">=2.0.2",
"braces@<3.0.3": ">=3.0.3",
"cross-spawn@<6.0.6": ">=6.0.6",
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
"diff@<4.0.4": ">=4.0.4",
"elliptic@<6.6.0": ">=6.6.0",
"elliptic@<=6.6.0": ">=6.6.1",
"esbuild@<=0.24.2": ">=0.25.0",
"fast-xml-parser@>=4.1.3 <4.2.4": ">=4.2.4",
"glob@>=10.2.0 <10.5.0": ">=10.5.0",
"h3@<=1.15.4": ">=1.15.5",
"ip@<1.1.9": ">=1.1.9",
"js-yaml@<3.14.2": ">=3.14.2",
"js-yaml@>=4.0.0 <4.1.1": ">=4.1.1",
"micromatch@<4.0.8": ">=4.0.8",
"nanoid@<3.3.8": ">=3.3.8",
"next@>=0.9.9 <14.2.24": ">=14.2.24",
"next@>=0.9.9 <14.2.31": ">=14.2.31",
"next@>=0.9.9 <14.2.32": ">=14.2.32",
"next@>=13.0 <14.2.30": ">=14.2.30",
"next@>=13.3.0 <14.2.34": ">=14.2.34",
"next@>=13.3.1-canary.0 <14.2.35": ">=14.2.35",
"next@>=14.0.0 <14.2.10": ">=14.2.10",
"next@>=14.0.0 <14.2.21": ">=14.2.21",
"next@>=14.0.0 <14.2.25": ">=14.2.25",
"next@>=9.5.5 <14.2.15": ">=14.2.15",
"node-forge@<1.3.2": ">=1.3.2",
"on-headers@<1.1.0": ">=1.1.0",
"react-devtools-core@<4.28.4": ">=4.28.4",
"secp256k1@=5.0.0": ">=5.0.1",
"semver@<5.7.2": ">=5.7.2",
"semver@>=6.0.0 <6.3.1": ">=6.3.1",
"semver@>=7.0.0 <7.5.2": ">=7.5.2",
"send@<0.19.0": ">=0.19.0",
"serve-static@<1.16.0": ">=1.16.0",
"undici@<5.29.0": ">=5.29.0",
"undici@<6.23.0": ">=6.23.0",
"undici@>=4.5.0 <5.28.5": ">=5.28.5",
"word-wrap@<1.2.4": ">=1.2.4",
"ws@>=6.0.0 <6.2.3": ">=6.2.3",
"ws@>=7.0.0 <7.5.10": ">=7.5.10"
}
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^3.7.1",
"@types/node": "22.5.1",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"autoprefixer": "^10.4.20",
"drizzle-kit": "^0.30.1",
"eslint": "8.35.0",
"eslint-config-next": "13.2.1",
"postcss": "^8.4.41",
"prettier": "^2.8.4",
"tailwindcss": "^3.4.10",
"tsx": "^4.19.2",
"typescript": "5.0.4"
}
}