-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
56 lines (47 loc) · 1.08 KB
/
pnpm-workspace.yaml
File metadata and controls
56 lines (47 loc) · 1.08 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
packages:
- 'apps/*'
- 'packages/*'
- 'infra'
- 'tools/*'
catalog:
# === Build & Dev Tooling ===
typescript: 5.9.3
vite: 6.4.1
vitest: 4.1.5
tsx: 4.21.0
eslint: 8.57.1
jsdom: 29.1.0
# === Vitest Ecosystem ===
'@vitest/coverage-v8': 4.1.2
'@vitejs/plugin-react': 5.2.0
# === TypeScript ESLint ===
'@typescript-eslint/eslint-plugin': 7.18.0
'@typescript-eslint/parser': 7.18.0
# === Cloudflare ===
'@cloudflare/workers-types': 4.20260401.1
wrangler: 4.85.0
# === React Ecosystem ===
react: 19.1.0
react-dom: 19.1.0
'@types/react': 19.1.6
'@types/react-dom': 19.1.5
react-router: 7.14.2
lucide-react: 0.460.0
# === Testing ===
'@testing-library/dom': 10.4.1
'@testing-library/react': 16.3.2
'@testing-library/jest-dom': 6.9.1
# === Shared Libraries ===
better-auth: 1.4.17
zod: 3.25.76
valibot: 1.3.1
execa: 8.0.1
prism-react-renderer: 2.4.1
react-markdown: 10.1.0
react-virtuoso: 4.18.3
remark-gfm: 4.0.1
# === Terminal ===
'@xterm/xterm': 5.5.0
'@xterm/addon-fit': 0.10.0
# === Types ===
'@types/node': 22.19.7