-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
84 lines (81 loc) · 2.05 KB
/
pnpm-workspace.yaml
File metadata and controls
84 lines (81 loc) · 2.05 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
packages:
- apps/*
- packages/*
- tools/*
catalog:
'@eslint/js': ^10.0.1
'@hono/node-server': ^1.19.14
'@orpc/client': ^1.13.14
'@orpc/contract': ^1.13.14
'@orpc/openapi': ^1.13.14
'@orpc/openapi-client': ^1.13.14
'@orpc/server': ^1.13.14
'@orpc/tanstack-query': ^1.13.14
'@orpc/valibot': ^1.13.14
'@radix-ui/react-avatar': ^1.1.11
'@radix-ui/react-dialog': ^1.1.15
'@radix-ui/react-dropdown-menu': ^2.1.16
'@radix-ui/react-icons': ^1.3.2
'@radix-ui/react-label': ^2.1.8
'@radix-ui/react-slot': ^1.2.4
'@radix-ui/react-toast': ^1.2.15
'@radix-ui/react-tooltip': ^1.2.8
'@tailwindcss/vite': ^4.2.2
'@tanstack/react-form': ^1.29.0
'@tanstack/react-query': ^5.99.0
'@tanstack/react-router': ^1.168.22
'@tanstack/router-devtools': ^1.166.13
'@tanstack/router-plugin': ^1.167.22
'@types/eslint-config-prettier': ^6.11.3
'@types/node': ^25.6.0
'@types/pg': ^8.20.0
'@types/react': ^19.2.14
'@types/react-dom': ^19.2.3
'@vitejs/plugin-react-swc': ^4.3.0
better-auth: ^1.6.5
class-variance-authority: ^0.7.1
dotenv-cli: ^11.0.0
drizzle-kit: ^0.31.10
drizzle-orm: ^0.45.2
drizzle-valibot: ^0.4.2
eslint: ^10.2.0
eslint-config-prettier: ^10.1.8
eslint-config-turbo: ^2.9.6
eslint-plugin-only-warn: ^1.2.1
eslint-plugin-react: ^7.37.5
eslint-plugin-react-hooks: ^7.1.0
eslint-plugin-turbo: ^2.9.6
globals: ^17.5.0
hono: ^4.12.14
next-themes: ^0.4.6
pg: ^8.20.0
prettier: ^3.8.3
radix-ui: ^1.4.3
react: ^19.2.5
react-dom: ^19.2.5
shx: ^0.4.0
sonner: ^2.0.7
tailwind-merge: ^3.5.0
tailwindcss: ^4.2.2
tailwindcss-animate: ^1.0.7
tsdown: ^0.21.9
tsx: ^4.21.0
turbo: ^2.9.6
typescript: ^6.0.3
typescript-eslint: ^8.58.2
url-join: ^5.0.0
valibot: ^1.3.1
vite: ^8.0.8
ignoredBuiltDependencies:
- '@prisma/engines'
- '@swc/core'
- '@tailwindcss/oxide'
- esbuild
- prisma
overrides:
'@hono/node-server@<1.19.13': '>=1.19.13'
effect@<3.20.0: '>=3.20.0'
esbuild@<=0.24.2: '>=0.25.0'
hono@<4.12.14: '>=4.12.14'
lodash@<=4.17.23: '>=4.18.0'
seroval@<=1.4.0: '>=1.4.1'