-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
94 lines (81 loc) · 2.34 KB
/
pnpm-workspace.yaml
File metadata and controls
94 lines (81 loc) · 2.34 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
packages:
- "apps/*"
- "examples/*"
- "packages/*"
catalogs:
core:
"@digitalbazaar/ed25519-signature-2020": "^5.4.0"
"@digitalbazaar/ed25519-verification-key-2020": "^4.2.0"
"@digitalbazaar/vc": "^7.2.0"
"@gemwallet/api": "^3.8.0"
"@idos-network/kwil-js": "0.1.3"
"jsonld-document-loader": "^2.3.0"
"tweetnacl": "^1.0.3"
"tiny-invariant": "^1.3.3"
"web-streams-polyfill": "^4.1.0"
"zod": "4.3.4"
utils:
"@stablelib/base64": "^2.0.1"
"@stablelib/binary": "^2.0.1"
"@stablelib/bytes": "^2.0.1"
"@stablelib/hex": "^2.0.1"
"@stablelib/sha256": "^2.0.1"
"@stablelib/utf8": "^2.0.1"
"base85": "^3.1.0"
"borsh": "^2.0.0"
"bs58": "^6.0.0"
"es-toolkit": "^1.39.0"
ethereum:
"wagmi": "^2.14.16"
"@wagmi/core": "^2.16.4"
"viem": "^2.14.0"
"ethers": "^6.14.0"
reown:
"@reown/appkit": "^1.7.13"
"@reown/appkit-adapter-wagmi": "^1.7.13"
near:
"near-api-js": "4.0.3"
"@near-wallet-selector/core": "8.10.2"
"@near-wallet-selector/here-wallet": "8.10.2"
"@near-wallet-selector/meteor-wallet": "8.10.2"
"@near-wallet-selector/modal-ui": "8.10.2"
stellar:
"@stellar/stellar-sdk": "^13.3.0"
"@stellar/stellar-base": "^13.1.0"
"@creit.tech/stellar-wallets-kit": "^1.7.5"
"@stellar/freighter-api": "^4.1.0"
xrp:
"xrpl": "^4.3.0"
"xumm": "^1.8.0"
"ripple-binary-codec": "^2.4.0"
"ripple-keypairs": "^2.0.0"
build:
"vite": "^7.0.6"
"typescript": "^5.8.3"
"tsdown": "^0.18.0"
"vite-plugin-node-polyfills": "0.17.0"
testing:
"vitest": "^4.0.6"
react:
"react": "^19.1.4"
"react-dom": "^19.1.4"
"@types/react": "^19.1.4"
"@types/react-dom": "^19.1.4"
react-router:
"react-router": "^7.12.0"
"@react-router/node": "^7.12.0"
"@react-router/serve": "^7.12.0"
"@vercel/react-router": "^1.1.2"
"@react-router/dev": "^7.12.0"
"@react-router/fs-routes": "^7.5.3"
preact:
"preact": "^10.28.2"
"@preact/signals": "^2.5.1"
tanstack:
"@tanstack/react-query": "^5.72.1"
"@tanstack/react-query-devtools": "^5.72.1"
"@tanstack/react-query-persist-client": "^5.72.1"
"@tanstack/query-sync-storage-persister": "^5.72.1"
"@tanstack/react-router": "^1.115.2"
"@tanstack/react-router-devtools": "^1.115.2"
"@tanstack/router-plugin": "^1.115.2"