-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpnpm-workspace.yaml
58 lines (56 loc) · 1.34 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
58
packages:
- apps/*
- packages/*
- tooling/*
catalog:
"@tanstack/react-query": ^5.59.15
"@trpc/client": ^11.0.0-rc.477
"@trpc/react-query": ^11.0.0-rc.477
"@trpc/server": ^11.0.0-rc.477
eslint: ^9.13.0
prettier: ^3.3.3
tailwindcss: ^3.4.14
typescript: ^5.6.3
zod: ^3.23.8
catalogs:
node20:
"@types/node": "^20.16.11"
react18:
react: 18.3.1
react-dom: 18.3.1
"@types/react": ^18.3.11
"@types/react-dom": ^18.3.1
next14:
"next": "^14.2.15"
env:
"dotenv-cli": "^7.4.2"
"@t3-oss/env-nextjs": "^0.11.1"
"@t3-oss/env-core": "^0.11.1"
prisma:
"prisma": "^5.22.0"
"@prisma/client": "^5.22.0"
"@prisma/nextjs-monorepo-workaround-plugin": "^5.22.0"
vitest:
"vitest": "^2.0.5"
"@vitejs/plugin-react": "^4.2.1"
"@vitest/coverage-v8": "^2.0.5"
"@vitest/ui": "^2.0.5"
rtl:
"jsdom": "^24.0.0"
"@testing-library/jest-dom": "^6.4.5"
"@testing-library/react": "^16.0.0"
"@testing-library/user-event": "^14.5.2"
ui:
"lucide-react": "^0.456.0"
"next-themes": "^0.3.0"
"react-hook-form": "^7.53.0"
"sonner": "^1.5.0"
"@hookform/resolvers": "^3.9.0"
uuid:
"uuid": "^10.0.0"
"@types/uuid": "^10.0.0"
liveblocks:
"@liveblocks/client": "^2.8.2"
"@liveblocks/node": "^2.8.2"
"@liveblocks/react": "^2.8.2"
"@liveblocks/yjs": "^2.8.2"