-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.84 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.84 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
{
"name": "tl-api",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@auth/prisma-adapter": "^2.9.1",
"@aws-sdk/client-s3": "^3.873.0",
"@coinbase/x402": "^0.7.3",
"@heroicons/react": "^2.0.18",
"@prisma/client": "^6.15.0",
"@scure/base": "^2.0.0",
"@solana/kit": "^5.0.0",
"@solana/spl-token": "^0.4.14",
"@solana/web3.js": "^1.98.4",
"@tailwindcss/forms": "^0.5.10",
"@tanstack/react-query": "^5.90.12",
"@types/jsonwebtoken": "^9.0.10",
"@visx/axis": "^3.12.0",
"@visx/curve": "^3.12.0",
"@visx/event": "^3.12.0",
"@visx/gradient": "^3.12.0",
"@visx/grid": "^3.12.0",
"@visx/group": "^3.12.0",
"@visx/legend": "^3.12.0",
"@visx/responsive": "^3.12.0",
"@visx/scale": "^3.12.0",
"@visx/shape": "^3.12.0",
"@visx/tooltip": "^3.12.0",
"@web3modal/wagmi": "^5.1.11",
"autoprefixer": "^10.4.21",
"clsx": "^2.0.0",
"date-fns": "^3.0.0",
"ethers": "^5.8.0",
"google-auth-library": "^10.1.0",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.454.0",
"next": "15.3.8",
"next-auth": "^4.24.11",
"pg": "^8.16.3",
"pino-pretty": "^13.1.1",
"prisma": "^6.15.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.48.2",
"recharts": "^2.15.4",
"tailwind-merge": "^2.2.0",
"tailwindcss": "^3.4.17",
"viem": "^2.41.2",
"wagmi": "^3.1.0",
"x402-next": "^0.7.3",
"zustand": "^4.4.7"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^9",
"eslint-config-next": "15.3.3",
"typescript": "^5"
}
}