forked from solana-foundation/framework-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
46 lines (42 loc) · 1.24 KB
/
pnpm-workspace.yaml
File metadata and controls
46 lines (42 loc) · 1.24 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
packages:
- "packages/*"
- "examples/*"
- "tests/*"
catalogs:
# Solana ecosystem packages
solana:
"@solana/compat": "^5.0.0"
"@solana/kit": "^5.0.0"
"@solana/addresses": "^5.0.0"
"@solana/codecs-core": "^5.0.0"
"@solana/codecs-strings": "^5.0.0"
"@solana/errors": "^5.0.0"
"@solana/keys": "^5.0.0"
"@solana/promises": "^5.0.0"
"@solana/signers": "^5.0.0"
"@solana/transactions": "^5.0.0"
"@solana/transaction-confirmation": "^5.0.0"
"@solana/transaction-messages": "^5.0.0"
"@solana-program/system": "^0.9.0"
"@solana-program/compute-budget": "^0.9.0"
"@solana-program/token": "^0.5.1"
"@solana-program/address-lookup-table": "^0.10.0"
"@wallet-standard/app": "^1.0.1"
"@wallet-standard/base": "^1.1.0"
"@wallet-standard/errors": "^0.1.1"
"@wallet-standard/features": "^1.0.3"
"@solana/wallet-standard-features": "^1.3.0"
"@solana/web3.js": "^1.95.3"
# Type definitions and TS ecosystem
typescript:
"typescript": "^5.6.3"
"@types/node": "^24"
"@types/react": "^19.0.0"
# UI / React ecosystem
react:
"react": "^19.0.0"
"react-dom": "^19.0.0"
# Shared utilities (only if used widely)
utils:
"bs58": "^6.0.0"
"zustand": "^5.0.0"