-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpnpm-workspace.yaml
57 lines (55 loc) · 1.33 KB
/
pnpm-workspace.yaml
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
packages:
- apps/*
- packages/*
- tooling/*
catalog:
"@tanstack/react-query": ^5.51.23
"@trpc/client": ^11.0.0-rc.477
"@trpc/react-query": ^11.0.0-rc.477
"@trpc/server": ^11.0.0-rc.477
"@types/node": ^20.14.15
"@tailwindcss/typography": "^0.5.15"
"@next/eslint-plugin-next": ^14.2.5
"@t3-oss/env-nextjs": ^0.10.1
"dotenv-cli": ^7.4.2
"@polkadot/api": ^14.2.3
"@polkadot/util": ^13.2.1
"@polkadot/util-crypto": ^13.2.1
"@polkadot/typegen": ^14.2.3
"@polkadot/types": ^14.2.3
"@polkadot/api-augment": ^14.2.3
"@polkadot/extension-dapp": ^0.52.3
"@polkadot/extension-inject": ^0.52.3
"@next/third-parties": ^15.2.3
"@react-three/fiber": ^9.1.2
"@react-three/drei": ^10.0.6
"three": ^0.175.0
"@types/three": ^0.175.0
"eslint": ^9.9.0
"prettier": ^3.3.3
"tailwindcss": ^3.4.10
"postcss": ^8.4.41
"typescript": ^5.5.4
"zod": ^3.23.8
"jiti": ^1.21.6
"next": ^15.3.0
"rustie": ^0.4.0
"tsafe": ^1.6.6
"multiformats": ^13.2.3
"tsx": ^4.19.1
"luxon": ^3.5.0
"lucide-react": ^0.475.0
"vitest": ^1.5.1
# Hyperlane
"viem": ^2.22.1
catalogs:
react18:
"react": "~18.2.0"
"react-dom": "~18.2.0"
"@types/react": "~18.2.0"
"@types/react-dom": "~18.2.0"
react19:
"react": "^19.0.0"
"react-dom": "^19.0.0"
"@types/react": "~19.0.12"
"@types/react-dom": "~19.0.4"