{ "name": "@furtherverse/monorepo", "version": "1.0.0", "private": true, "type": "module", "workspaces": [ "apps/*", "packages/*" ], "scripts": { "build": "turbo run build", "compile": "turbo run compile --filter=@furtherverse/server", "compile:darwin": "turbo run compile:darwin --filter=@furtherverse/server", "compile:linux": "turbo run compile:linux --filter=@furtherverse/server", "compile:windows": "turbo run compile:windows --filter=@furtherverse/server", "dev": "turbo run dev", "dist": "turbo run dist --filter=@furtherverse/desktop", "dist:linux": "turbo run dist:linux --filter=@furtherverse/desktop", "dist:mac": "turbo run dist:mac --filter=@furtherverse/desktop", "dist:win": "turbo run dist:win --filter=@furtherverse/desktop", "fix": "turbo run fix", "typecheck": "turbo run typecheck" }, "devDependencies": { "@biomejs/biome": "^2.4.5", "turbo": "^2.8.13", "typescript": "^5.9.3" }, "catalog": { "@orpc/client": "^1.13.6", "@orpc/contract": "^1.13.6", "@orpc/openapi": "^1.13.6", "@orpc/server": "^1.13.6", "@orpc/tanstack-query": "^1.13.6", "@orpc/zod": "^1.13.6", "@t3-oss/env-core": "^0.13.10", "@tailwindcss/vite": "^4.2.1", "@tanstack/devtools-vite": "^0.5.3", "@tanstack/react-devtools": "^0.9.9", "@tanstack/react-query": "^5.90.21", "@tanstack/react-query-devtools": "^5.91.3", "@tanstack/react-router": "^1.166.2", "@tanstack/react-router-devtools": "^1.166.2", "@tanstack/react-router-ssr-query": "^1.166.2", "@tanstack/react-start": "^1.166.2", "@types/bun": "^1.3.10", "@types/node": "^24.11.0", "@vitejs/plugin-react": "^5.1.4", "babel-plugin-react-compiler": "^1.0.0", "drizzle-kit": "1.0.0-beta.15-859cf75", "drizzle-orm": "1.0.0-beta.15-859cf75", "electron": "^34.0.0", "electron-builder": "^26.8.1", "electron-vite": "^5.0.0", "motion": "^12.35.0", "nitro": "npm:nitro-nightly@3.0.1-20260227-181935-bfbb207c", "postgres": "^3.4.8", "react": "^19.2.4", "react-dom": "^19.2.4", "tailwindcss": "^4.2.1", "tree-kill": "^1.2.2", "uuid": "^13.0.0", "vite": "^8.0.0-beta.16", "vite-tsconfig-paths": "^6.1.1", "zod": "^4.3.6" }, "overrides": { "@types/node": "catalog:" } }