58 lines
2.1 KiB
JSON
58 lines
2.1 KiB
JSON
{
|
|
"name": "@lda/console",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"predev": "pnpm --filter @lda/workflow-rpc build && pnpm --filter @lda/presentation-sync build",
|
|
"dev": "vite --host 127.0.0.1 --port 5173 --strictPort",
|
|
"pretest": "pnpm --filter @lda/workflow-rpc build && pnpm --filter @lda/presentation-sync build",
|
|
"prebuild": "pnpm --filter @lda/workflow-rpc build && pnpm --filter @lda/presentation-sync build",
|
|
"build": "tsc -b && vite build",
|
|
"test": "vitest run",
|
|
"test:presentation-sync:e2e:install": "playwright install chromium",
|
|
"test:presentation-sync:e2e": "playwright test e2e/presentation-sync.spec.ts --workers=1",
|
|
"pretypecheck": "pnpm --filter @lda/workflow-rpc build && pnpm --filter @lda/presentation-sync build",
|
|
"typecheck": "tsc -b --pretty false",
|
|
"preview": "vite preview --host 127.0.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@assistant-ui/react": "^0.14.26",
|
|
"@dagrejs/dagre": "3.0.0",
|
|
"@fontsource-variable/newsreader": "5.2.10",
|
|
"@fontsource-variable/source-sans-3": "5.2.9",
|
|
"@fontsource/barlow-condensed": "5.2.8",
|
|
"@fontsource/ibm-plex-mono": "5.2.7",
|
|
"@lda/presentation-sync": "workspace:*",
|
|
"@lda/workflow-rpc": "workspace:*",
|
|
"@use-gesture/react": "^10.3.1",
|
|
"@xyflow/react": "12.11.1",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^1.23.0",
|
|
"motion": "^12.42.2",
|
|
"radix-ui": "^1.6.2",
|
|
"react": "19.2.7",
|
|
"react-dom": "19.2.7",
|
|
"react-markdown": "10.1.0",
|
|
"react-qr-code": "2.2.0",
|
|
"react-router-dom": "^7.18.1",
|
|
"tailwind-merge": "^3.6.0",
|
|
"tw-shimmer": "^0.4.11",
|
|
"valibot": "1.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.61.1",
|
|
"@tailwindcss/vite": "4.3.2",
|
|
"@testing-library/jest-dom": "6.9.1",
|
|
"@testing-library/react": "16.3.2",
|
|
"@testing-library/user-event": "14.6.1",
|
|
"@types/react": "19.2.17",
|
|
"@types/react-dom": "19.2.3",
|
|
"@vitejs/plugin-react": "6.0.3",
|
|
"jsdom": "29.1.1",
|
|
"tailwindcss": "4.3.2",
|
|
"vite": "8.1.2",
|
|
"vitest": "4.1.9"
|
|
}
|
|
}
|