This repository was archived by the owner on Dec 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.57 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.57 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
{
"name": "jpyc-purchase-sample-code",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.10.0",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.4",
"@thirdweb-dev/react": "^4.9.4",
"axios": "^1.13.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.298.0",
"next": "14.2.33",
"next-themes": "^0.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.67.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.25.76"
},
"pnpm": {
"overrides": {
"elliptic": ">=6.6.1",
"ws@>=7.0.0 <7.5.10": ">=7.5.10",
"ws@>=8.0.0 <8.17.1": ">=8.17.1",
"glob@>=10.2.0 <10.5.0": ">=10.5.0",
"axios": ">=1.7.4",
"@coinbase/wallet-sdk": ">=4.3.0",
"cookie": ">=0.7.0"
}
},
"devDependencies": {
"@types/node": "^20.19.25",
"@types/react": "^18.3.27",
"@types/react-dom": "^18.3.7",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"autoprefixer": "^10.4.22",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.33",
"eslint-config-prettier": "^9.1.2",
"eslint-plugin-prettier": "^5.5.4",
"postcss": "^8.5.6",
"prettier": "^3.7.3",
"tailwindcss": "^3.4.18",
"typescript": "^5.9.3"
}
}