-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
70 lines (67 loc) · 1.9 KB
/
pnpm-workspace.yaml
File metadata and controls
70 lines (67 loc) · 1.9 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
packages:
- apps/*
- packages/*
- tooling/*
catalog:
"@babel/core": ^7.29.0
"@base-ui/react": ^1.4.1
"@better-auth/drizzle-adapter": https://pkg.pr.new/better-auth/better-auth/@better-auth/drizzle-adapter@6913
"@fontsource-variable/inter": ^5.2.8
"@icons-pack/react-simple-icons": ^13.13.0
"@rolldown/plugin-babel": ^0.2.3
"@tailwindcss/vite": ^4.2.4
"@tanstack/devtools-a11y": ^0.1.2
"@tanstack/devtools-vite": ^0.6.0
"@tanstack/eslint-plugin-query": ^5.100.6
"@tanstack/eslint-plugin-router": ^1.161.6
"@tanstack/react-devtools": ^0.10.2
"@tanstack/react-form-devtools": ^0.2.22
"@tanstack/react-form-start": ^1.29.1
"@tanstack/react-query": ^5.100.6
"@tanstack/react-query-devtools": ^5.100.6
"@tanstack/react-router": ^1.169.0
"@tanstack/react-router-devtools": ^1.166.13
"@tanstack/react-router-ssr-query": ^1.166.12
"@tanstack/react-start": ^1.167.56
"@types/babel__core": ^7.20.5
"@types/node": ^24.12.2
"@types/react": ^19.2.14
"@types/react-dom": ^19.2.3
"@vitejs/plugin-react": ^6.0.1
babel-plugin-react-compiler: ^1.0.0
better-auth: ^1.6.9
class-variance-authority: ^0.7.1
clsx: ^2.1.1
date-fns: ^4.1.0
drizzle-kit: beta
drizzle-orm: beta
eslint-plugin-react-hooks: ^7.1.1
lucide-react: ^1.14.0
motion: ^12.38.0
nanoid: ^5.1.11
nitro: ^3.0.260429-beta
postgres: ^3.4.9
react: ^19.2.5
react-dom: ^19.2.5
shadcn: ^4.6.0
sonner: ^2.0.7
tailwind-merge: ^3.5.0
tailwindcss: ^4.2.4
tw-animate-css: ^1.4.0
typescript: ^6.0.3
vite: npm:@voidzero-dev/vite-plus-core@latest
vite-plus: latest
vitest: npm:@voidzero-dev/vite-plus-test@latest
zod: ^4.4.1
catalogMode: prefer
overrides:
"@better-auth/drizzle-adapter": https://pkg.pr.new/better-auth/better-auth/@better-auth/drizzle-adapter@6913
vite: "catalog:"
vitest: "catalog:"
peerDependencyRules:
allowAny:
- vite
- vitest
allowedVersions:
vite: "*"
vitest: "*"