-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
44 lines (43 loc) · 1.08 KB
/
pnpm-workspace.yaml
File metadata and controls
44 lines (43 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
packages:
- apps/*
- packages/*
- configs/*
catalog:
# TypeScript & tooling
# UI utilities
"@icons-pack/react-simple-icons": "^13.13.0"
# Prisma
"@prisma/client": "^7.8.0"
# Radix (shared by web + design-system)
"@radix-ui/react-checkbox": "^1.3.3"
"@radix-ui/react-dialog": "^1.1.15"
"@radix-ui/react-dropdown-menu": "^2.1.16"
"@radix-ui/react-progress": "^1.1.8"
"@radix-ui/react-select": "^2.2.6"
"@radix-ui/react-slot": "^1.2.4"
"@radix-ui/react-switch": "^1.2.6"
"@radix-ui/react-tabs": "^1.1.13"
"@radix-ui/react-tooltip": "^1.2.8"
# TanStack
"@tanstack/react-query": "^5.100.14"
# Testing
"@testing-library/react": "^16.3.2"
"@types/jest": "^30.0.0"
"@types/node": "^25.9.1"
"@types/react": "^19.2.15"
"@types/react-dom": "^19.2.3"
"class-variance-authority": "^0.7.1"
"framer-motion": "^12.40.0"
jest: "^30.4.2"
# Next
next: "^16.2.6"
prisma: "^7.8.0"
# React
react: "^19.2.6"
react-dom: "^19.2.6"
"tailwind-merge": "^3.6.0"
ts-jest: "^29.4.11"
tsx: "^4.22.3"
typescript: "^6.0.3"
# Validation & data
zod: "^4.4.3"