mirror of
https://github.com/cosscom/coss.git
synced 2026-09-14 20:06:50 +08:00
e937becd2d
* feat: migrate TanStack Table to v9 * perf: optimize TanStack Table state updates * fix: restore team members table selection updates Subscribe only re-renders when its child is a function, so static JSX left checkboxes stale until a sort. Match the members table: subscribe with a render function and toggle rows on click. Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: Cursor <cursoragent@cursor.com>
74 lines
2.1 KiB
JSON
74 lines
2.1 KiB
JSON
{
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@headless-tree/core": "^1.5.1",
|
|
"@headless-tree/react": "^1.5.1",
|
|
"@internationalized/date": "^3.10.0",
|
|
"@origin-space/image-cropper": "^0.1.9",
|
|
"@radix-ui/react-icons": "^1.3.2",
|
|
"@remixicon/react": "^4.7.0",
|
|
"@tanstack/react-table": "^9.2.4",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "1.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"emblor": "^1.4.8",
|
|
"hast-util-to-jsx-runtime": "^2.3.6",
|
|
"input-otp": "^1.4.2",
|
|
"jotai": "^2.15.1",
|
|
"lodash": "^4.17.21",
|
|
"lucide-react": "^0.539.0",
|
|
"next": "16.2.5",
|
|
"next-themes": "^0.4.4",
|
|
"radix-ui": "1.4.4-rc.1762291353631",
|
|
"react": "^19.2.6",
|
|
"react-aria": "^3.44.0",
|
|
"react-aria-components": "^1.13.0",
|
|
"react-day-picker": "^9.11.1",
|
|
"react-dom": "^19.2.6",
|
|
"react-intersection-observer": "^9.16.0",
|
|
"react-payment-inputs": "^1.2.0",
|
|
"react-phone-number-input": "^3.4.13",
|
|
"react-resizable-panels": "^3.0.6",
|
|
"shadcn": "^2.10.0",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.4.0",
|
|
"ts-morph": "^26.0.0",
|
|
"tsx": "^4.20.6",
|
|
"use-mask-input": "^3.5.2",
|
|
"zod": "^4.1.12"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.17",
|
|
"@types/node": "^24.10.1",
|
|
"@types/react": "^19.2.6",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@types/react-payment-inputs": "^1.1.4",
|
|
"postcss": "^8.5.6",
|
|
"rimraf": "^6.1.0",
|
|
"shiki": "^3.15.0",
|
|
"tailwindcss": "^4.1.17",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"license": "MIT",
|
|
"name": "origin",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "bun run --bun format:write && next build",
|
|
"clean": "rm -rf node_modules && rm -rf .turbo && rm -rf .next",
|
|
"dev": "next dev --port 4001",
|
|
"format:check": "biome format --check .",
|
|
"format:write": "biome format --write .",
|
|
"lint": "biome lint .",
|
|
"registry:build": "shadcn build",
|
|
"start": "next start",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"type": "module",
|
|
"version": "0.1.0"
|
|
}
|