ba8224e81e
- 引入 shadcn/ui(base-nova 风格,Tailwind v4,14 个组件) - 新增 Admin 后台路由架构:/admin(总览)、/admin/bookmarks(管理) - 重写首页为纯展示书签导航(BookmarkCard + CategoryGrid) - 新增 Admin 侧边栏导航(AdminSidebar + SidebarProvider) - 书签管理页:双栏布局 + Dialog 表单 + DnD 排序 + Toast 通知 - 修复 IconPicker overflow 裁切(改用 Dialog portal) - 修复嵌套 button hydration 错误(base-ui render prop) - 删除旧组件(CategorySection/BookmarkItem/IconPicker)和旧路由 - 所有新依赖归入 root catalog - 更新 AGENTS.md 文档(目录结构、shadcn 模式、render prop 规范)
70 lines
2.1 KiB
JSON
70 lines
2.1 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.9",
|
|
"turbo": "^2.8.20",
|
|
"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-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": "1.0.0-beta.15-859cf75",
|
|
"drizzle-orm": "1.0.0-beta.15-859cf75",
|
|
"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/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"
|
|
}
|
|
}
|