-
Notifications
You must be signed in to change notification settings - Fork 217
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
92 lines (90 loc) · 2.38 KB
/
pnpm-workspace.yaml
File metadata and controls
92 lines (90 loc) · 2.38 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
packages:
- 'apps/**'
- 'sync/*'
- 'configurations/*'
- 'packages/**'
- 'examples/**'
catalog:
'@types/node': ^20.19.27
date-fns: 4.1.0
eslint: ^9.39.2
lucide-react: ^0.556.0
motion: ^12.24.10
server-only: ^0.0.1
superjson: ^2.2.6
typescript: ^5.9.3
zod: ^4.3.5
tsx: ^4.21.0
tsup: ^8.5.1
viem: ^2.47.0
siwe: ^3.0.0
vitest: ^4.0.16
rimraf: ^5.0.5
catalogs:
env:
'@t3-oss/env-nextjs': ^0.13.10
dotenv: ^17.2.3
next:
next: &NEXT_VERSION ^16.1.5
eslint-config-next: *NEXT_VERSION
'@next/mdx': *NEXT_VERSION
next-themes: ^0.4.6
prisma:
prisma: &PRISMA_VERSION ^7.3.0
'@prisma/client': *PRISMA_VERSION
'@prisma/adapter-neon': *PRISMA_VERSION
ws: ^8.18.3
'@types/ws': ^8.18.1
'@neondatabase/serverless': ^1.0.2
react:
'@types/react': &REACT_VERSION 19.2.2
'@types/react-dom': *REACT_VERSION
react: *REACT_VERSION
react-dom: *REACT_VERSION
react-error-boundary: ^6.0.2
coinbase:
'@coinbase/cdp-core': &CDP_CORE_VERSION ^0.0.74
'@coinbase/cdp-hooks': *CDP_CORE_VERSION
'@coinbase/cdp-solana-standard-wallet': *CDP_CORE_VERSION
'@coinbase/cdp-wagmi': *CDP_CORE_VERSION
'@coinbase/cdp-sdk': ^1.40.1
solana:
'@solana/kit': &SOLANA_VERSION ^5.0.0
'@solana/react': *SOLANA_VERSION
'@solana/transaction-messages': *SOLANA_VERSION
'@solana/transactions': *SOLANA_VERSION
trpc:
'@trpc/client': &TRPC_VERSION ^11.8.1
'@trpc/react-query': *TRPC_VERSION
'@trpc/server': *TRPC_VERSION
x402-v1:
'x402': &X402_VERSION ^0.7.1
'x402-express': *X402_VERSION
'x402-hono': *X402_VERSION
x402:
'@x402/core': &X402_CORE_VERSION ^2.9.0
'@x402/evm': *X402_CORE_VERSION
'@x402/extensions': *X402_CORE_VERSION
'@x402/fetch': *X402_CORE_VERSION
'@x402/svm': *X402_CORE_VERSION
tailwind:
'@tailwindcss/postcss': &TAILWIND_VERSION ^4
tailwindcss: *TAILWIND_VERSION
hono:
'@hono/node-server': ^1.13.8
hono: ^4.7.1
express:
express: ^5.2.1
'@types/express': ^5.0.1
clickhouse:
'@clickhouse/client': ^1.12.1
react-query:
'@tanstack/react-query': ^5.90.16
'@tanstack/react-query-devtools': ^5.91.2
trigger:
'@trigger.dev/sdk': &TRIGGER_SDK_VERSION ^4.3.2
'@trigger.dev/build': *TRIGGER_SDK_VERSION
trigger.dev: *TRIGGER_SDK_VERSION
mdx:
'@mdx-js/loader': &MDX_VERSION ^3.1.1
'@mdx-js/react': *MDX_VERSION