feat: monorepo
This commit is contained in:
22
pnpm-workspace.yaml
Normal file
22
pnpm-workspace.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
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.12.0
|
||||
prettier: ^3.3.3
|
||||
tailwindcss: ^3.4.14
|
||||
typescript: ^5.6.3
|
||||
zod: ^3.23.8
|
||||
|
||||
catalogs:
|
||||
react18:
|
||||
react: 18.3.1
|
||||
react-dom: 18.3.1
|
||||
"@types/react": ^18.3.11
|
||||
"@types/react-dom": ^18.3.1
|
||||
Reference in New Issue
Block a user