pnpm migrations

This commit is contained in:
-Puter
2026-07-29 00:45:33 +05:30
parent ffecff3857
commit 601aca73c2
5 changed files with 20994 additions and 4512 deletions

1
.npmrc Normal file
View File

@@ -0,0 +1 @@
verify-deps-before-run=false

4457
bun.lock

File diff suppressed because it is too large Load Diff

View File

@@ -1,53 +1,6 @@
{
"name": "code",
"private": true,
"workspaces": {
"packages": [
"apps/web",
"packages/agents",
"packages/auth",
"packages/backend",
"packages/config",
"packages/env",
"packages/primitives",
"packages/ui"
],
"catalog": {
"@rivet-dev/agentos": "^0.2.7",
"@rivet-dev/agentos-core": "^0.2.10",
"@effect/platform-bun": "4.0.0-beta.99",
"dotenv": "^17.4.2",
"zod": "^4.4.3",
"lucide-react": "^1.23.0",
"next-themes": "^0.4.6",
"react": "19.2.8",
"react-dom": "19.2.8",
"sonner": "^2.0.7",
"convex": "^1.42.1",
"better-auth": "1.6.15",
"@convex-dev/better-auth": "^0.12.5",
"@tanstack/react-form": "^1.33.0",
"@types/react-dom": "^19.2.3",
"tailwindcss": "^4.3.2",
"tailwind-merge": "^3.6.0",
"@better-auth/expo": "1.6.15",
"effect": "4.0.0-beta.99",
"typescript": "^6",
"@types/bun": "latest",
"heroui-native": "^1.0.5",
"vite": "^7.3.6",
"vitest": "^4.1.10",
"convex-test": "^0.0.54",
"react-native": "0.86.0",
"@types/react": "^19.2.17",
"@types/node": "^22.13.14",
"hono": "^4.8.3",
"valibot": "^1.4.2",
"streamdown": "2.5.0",
"@tailwindcss/postcss": "^4.3.2",
"@tailwindcss/vite": "^4.3.2"
}
},
"type": "module",
"scripts": {
"dev": "vp run -r dev",
@@ -65,8 +18,8 @@
"dev:server": "vp run --filter @code/backend dev",
"dev:setup": "vp run --filter @code/backend dev:setup",
"build:agents": "vp run --filter @code/agents build",
"docs:update": "bun run scripts/update-docs.ts",
"subtree": "bun run scripts/subtree.ts",
"docs:update": "node scripts/update-docs.ts",
"subtree": "node scripts/subtree.ts",
"fix": "ultracite fix",
"slice1": "vp run -r dev",
"dev:zopu": "vp run --filter @code/agents dev",
@@ -92,10 +45,5 @@
"vite-plus": "0.2.2",
"vitest": "catalog:"
},
"overrides": {
"react": "19.2.8",
"react-dom": "19.2.8",
"vite": "npm:@voidzero-dev/vite-plus-core@0.2.2"
},
"packageManager": "bun@1.3.14"
"packageManager": "pnpm@11.17.0"
}

20928
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff

62
pnpm-workspace.yaml Normal file
View File

@@ -0,0 +1,62 @@
packages:
- apps/web
- packages/agents
- packages/auth
- packages/backend
- packages/config
- packages/env
- packages/primitives
- packages/ui
allowBuilds:
"@google/genai": true
"@mongodb-js/zstd": true
better-sqlite3: true
cbor-extract: true
esbuild: true
isolated-vm: true
koffi: true
msgpackr-extract: true
node-liblzma: true
protobufjs: true
workerd: true
catalog:
"@rivet-dev/agentos": "^0.2.7"
"@rivet-dev/agentos-core": "^0.2.10"
"@effect/platform-bun": "4.0.0-beta.99"
dotenv: "^17.4.2"
zod: "^4.4.3"
lucide-react: "^1.23.0"
next-themes: "^0.4.6"
react: "19.2.8"
react-dom: "19.2.8"
sonner: "^2.0.7"
convex: "^1.42.1"
better-auth: "1.6.15"
"@convex-dev/better-auth": "^0.12.5"
"@tanstack/react-form": "^1.33.0"
"@types/react-dom": "^19.2.3"
tailwindcss: "^4.3.2"
tailwind-merge: "^3.6.0"
"@better-auth/expo": "1.6.15"
effect: "4.0.0-beta.99"
typescript: "^7.0.2"
"@types/bun": "latest"
heroui-native: "^1.0.5"
vite: "^7.3.6"
vitest: "^4.1.10"
convex-test: "^0.0.54"
react-native: "0.86.0"
"@types/react": "^19.2.17"
"@types/node": "^22.13.14"
hono: "^4.8.3"
valibot: "^1.4.2"
streamdown: "2.5.0"
"@tailwindcss/postcss": "^4.3.2"
"@tailwindcss/vite": "^4.3.2"
overrides:
react: 19.2.8
react-dom: 19.2.8
vite: npm:@voidzero-dev/vite-plus-core@0.2.2