Workspaces FE (#1733)

This commit is contained in:
Louis Knight-Webb
2026-01-08 22:14:38 +00:00
committed by GitHub
parent fe2215ba85
commit 527febdc52
291 changed files with 23770 additions and 880 deletions

View File

@@ -30,9 +30,13 @@
"@lexical/markdown": "^0.36.2",
"@lexical/react": "^0.36.2",
"@lexical/rich-text": "^0.36.2",
"@lexical/table": "^0.36.2",
"@phosphor-icons/react": "^2.1.10",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.1.11",
@@ -46,14 +50,18 @@
"@tanstack/react-query": "^5.85.5",
"@uiw/react-codemirror": "^4.25.1",
"@virtuoso.dev/message-list": "^1.13.3",
"allotment": "^1.20.5",
"class-variance-authority": "^0.7.0",
"click-to-react-component": "^1.1.2",
"clsx": "^2.0.0",
"cmdk": "^1.1.1",
"developer-icons": "^6.0.4",
"embla-carousel-react": "^8.6.0",
"fancy-ansi": "^0.1.3",
"framer-motion": "^12.23.24",
"i18next": "^25.5.2",
"i18next-browser-languagedetector": "^8.2.0",
"immer": "^11.1.3",
"lexical": "^0.36.2",
"lodash": "^4.17.21",
"lucide-react": "^0.539.0",
@@ -63,12 +71,13 @@
"react-dropzone": "^14.3.8",
"react-hotkeys-hook": "^5.1.0",
"react-i18next": "^15.7.3",
"react-resizable-panels": "^3.0.6",
"react-resizable-panels": "^4.0.13",
"react-router-dom": "^6.8.1",
"react-virtuoso": "^4.14.0",
"rfc6902": "^5.1.2",
"simple-icons": "^15.16.0",
"tailwind-merge": "^2.2.0",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss-animate": "^1.0.7",
"vibe-kanban-web-companion": "^0.0.4",
"wa-sqlite": "^1.0.0",
@@ -89,6 +98,7 @@
"eslint": "^8.55.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-check-file": "^2.8.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-i18next": "^6.1.3",
"eslint-plugin-prettier": "^5.5.0",
@@ -101,4 +111,4 @@
"typescript": "^5.9.2",
"vite": "^5.0.8"
}
}
}