feat: add presentation sync client

This commit is contained in:
lda
2026-07-14 13:07:14 +07:00 Verified
parent a79fe8b362
commit 5b540651c3
9 changed files with 1675 additions and 1 deletions
+4
View File
@@ -3,13 +3,17 @@
"private": true,
"type": "module",
"scripts": {
"predev": "pnpm --filter @lda/presentation-sync build",
"dev": "vite --host 127.0.0.1 --port 5173 --strictPort",
"prebuild": "pnpm --filter @lda/presentation-sync build",
"build": "tsc -b && vite build",
"test": "vitest run",
"pretypecheck": "pnpm --filter @lda/presentation-sync build",
"typecheck": "tsc -b --pretty false",
"preview": "vite preview --host 127.0.0.1"
},
"dependencies": {
"@lda/presentation-sync": "workspace:*",
"@assistant-ui/react": "^0.14.26",
"@dagrejs/dagre": "3.0.0",
"@fontsource-variable/newsreader": "5.2.10",