6bedc1d60d
- drizzle-orm 1.0.0-beta.15 → 0.45.2, drizzle-kit → 0.31.10 - RQBv2 defineRelations() → 旧版 relations() 回调语法 - drizzle-orm/zod → drizzle-zod 独立包 - auth/schema.ts 改由 Better Auth CLI 生成(bun run db:auth) - db/schema/index.ts 选择性导出表(不导出生成文件中的旧版 relations) - 删除 db:push script,强制 db:generate → db:migrate 工作流 - 重建迁移基线(删除旧迁移目录,全新生成初始迁移)
74 lines
2.2 KiB
JSON
74 lines
2.2 KiB
JSON
{
|
|
"name": "@furtherverse/monorepo",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"workspaces": [
|
|
"apps/*",
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"compile": "turbo run compile",
|
|
"compile:darwin": "turbo run compile:darwin",
|
|
"compile:linux": "turbo run compile:linux",
|
|
"compile:windows": "turbo run compile:windows",
|
|
"dev": "turbo run dev",
|
|
"fix": "turbo run fix",
|
|
"typecheck": "turbo run typecheck"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.4.10",
|
|
"turbo": "^2.9.1",
|
|
"typescript": "^6.0.2"
|
|
},
|
|
"catalog": {
|
|
"@orpc/client": "^1.13.11",
|
|
"@orpc/contract": "^1.13.11",
|
|
"@orpc/openapi": "^1.13.11",
|
|
"@orpc/server": "^1.13.11",
|
|
"@orpc/tanstack-query": "^1.13.11",
|
|
"@orpc/zod": "^1.13.11",
|
|
"@rolldown/plugin-babel": "^0.2.2",
|
|
"@t3-oss/env-core": "^0.13.11",
|
|
"@tailwindcss/vite": "^4.2.2",
|
|
"@tanstack/devtools-vite": "^0.6.0",
|
|
"@tanstack/react-devtools": "^0.10.0",
|
|
"@tanstack/react-query": "^5.95.2",
|
|
"@tanstack/react-query-devtools": "^5.95.2",
|
|
"@tanstack/react-virtual": "^3.13.6",
|
|
"@tanstack/react-router": "^1.168.3",
|
|
"@tanstack/react-router-devtools": "^1.166.11",
|
|
"@tanstack/react-router-ssr-query": "^1.166.10",
|
|
"@tanstack/react-start": "^1.167.6",
|
|
"@types/bun": "^1.3.11",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"drizzle-kit": "^0.31.10",
|
|
"drizzle-orm": "^0.45.2",
|
|
"drizzle-zod": "^0.7.1",
|
|
"nitro": "npm:nitro-nightly@3.0.1-20260324-103046-9ce219ca",
|
|
"postgres": "^3.4.8",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"tailwindcss": "^4.2.2",
|
|
"@dnd-kit/dom": "^0.3.2",
|
|
"@dnd-kit/helpers": "^0.3.2",
|
|
"@dnd-kit/react": "^0.3.2",
|
|
"better-auth": "^1.2.8",
|
|
"lucide-react": "^1.7.0",
|
|
"uuid": "^13.0.0",
|
|
"vite": "^8.0.2",
|
|
"zod": "^4.3.6",
|
|
"@base-ui/react": "^1.3.0",
|
|
"@fontsource-variable/geist": "^5.2.8",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"next-themes": "^0.4.6",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tw-animate-css": "^1.4.0",
|
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
"citty": "^0.2.1"
|
|
}
|
|
}
|