Clean up some monorepo stuff
This commit is contained in:
@@ -15,9 +15,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@acme/backend": "workspace:*",
|
||||
"@convex-dev/auth": "workspace:*",
|
||||
"@convex-dev/auth": "catalog:convex",
|
||||
"@legendapp/list": "^2.0.14",
|
||||
"convex": "workspace:*",
|
||||
"convex": "catalog:convex",
|
||||
"expo": "~54.0.20",
|
||||
"expo-constants": "~18.0.10",
|
||||
"expo-dev-client": "~6.0.16",
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
"build": "pnpm with-env next build",
|
||||
"clean": "git clean -xdf .cache .next .turbo node_modules",
|
||||
"dev": "pnpm with-env next dev",
|
||||
"dev:tunnel": "pnpm with-env next dev",
|
||||
"format": "prettier --check . --ignore-path ../../.gitignore",
|
||||
"lint": "eslint --flag unstable_native_nodejs_ts_config",
|
||||
"start": "pnpm with-env next start",
|
||||
@@ -15,12 +16,15 @@
|
||||
"dependencies": {
|
||||
"@acme/backend": "workspace:*",
|
||||
"@acme/ui": "workspace:*",
|
||||
"@convex-dev/auth": "workspace:*",
|
||||
"@convex-dev/auth": "catalog:convex",
|
||||
"@sentry/nextjs": "^10.22.0",
|
||||
"@t3-oss/env-nextjs": "^0.13.8",
|
||||
"convex": "workspace:*",
|
||||
"convex": "catalog:convex",
|
||||
"next": "^16.0.0",
|
||||
"next-plausible": "^3.12.4",
|
||||
"react": "catalog:react19",
|
||||
"react-dom": "catalog:react19",
|
||||
"require-in-the-middle": "^7.5.2",
|
||||
"superjson": "2.2.3",
|
||||
"zod": "catalog:"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user