init commit
This commit is contained in:
42
pnpm-workspace.yaml
Normal file
42
pnpm-workspace.yaml
Normal file
@@ -0,0 +1,42 @@
|
||||
packages:
|
||||
- apps/*
|
||||
- packages/*
|
||||
- tooling/*
|
||||
|
||||
catalog:
|
||||
'@convex-dev/auth': '^0.0.81'
|
||||
'@eslint/js': ^9.38.0
|
||||
'@tailwindcss/postcss': ^4.1.16
|
||||
'@tailwindcss/vite': ^4.1.16
|
||||
'@types/node': ^22.18.12
|
||||
'@vitejs/plugin-react': 5.1.0
|
||||
convex: '^1.28.0'
|
||||
eslint: ^9.38.0
|
||||
prettier: ^3.6.2
|
||||
tailwindcss: ^4.1.16
|
||||
typescript: ^5.9.3
|
||||
vite: 7.1.12
|
||||
zod: ^4.1.12
|
||||
|
||||
catalogs:
|
||||
react19:
|
||||
'@types/react': ^19.1.12
|
||||
'@types/react-dom': ^19.1.9
|
||||
react: 19.1.1
|
||||
react-dom: 19.1.1
|
||||
|
||||
linkWorkspacePackages: true
|
||||
|
||||
onlyBuiltDependencies:
|
||||
- '@tailwindcss/oxide'
|
||||
- core-js-pure
|
||||
- esbuild
|
||||
- sharp
|
||||
|
||||
overrides:
|
||||
'@types/minimatch': 5.1.2
|
||||
vite: 7.1.12
|
||||
|
||||
publicHoistPattern:
|
||||
- '@ianvs/prettier-plugin-sort-imports'
|
||||
- prettier-plugin-tailwindcss
|
||||
Reference in New Issue
Block a user