rowboat/apps/x/apps/renderer/package.json

75 lines
2.2 KiB
JSON
Raw Normal View History

2025-12-29 15:30:57 +05:30
{
"name": "@x/renderer",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
2026-01-05 15:26:32 +05:30
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-context-menu": "^2.2.16",
2026-01-05 15:26:32 +05:30
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
2026-01-05 15:26:32 +05:30
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tooltip": "^1.2.8",
"@radix-ui/react-use-controllable-state": "^1.2.2",
2025-12-29 15:30:57 +05:30
"@tailwindcss/vite": "^4.1.18",
2026-01-21 13:23:33 +05:30
"@tiptap/extension-image": "^3.16.0",
2026-01-12 00:04:17 +05:30
"@tiptap/extension-link": "^3.15.3",
"@tiptap/extension-placeholder": "^3.15.3",
"@tiptap/extension-task-item": "^3.15.3",
"@tiptap/extension-task-list": "^3.15.3",
2026-01-12 00:04:17 +05:30
"@tiptap/pm": "^3.15.3",
"@tiptap/react": "^3.15.3",
"@tiptap/starter-kit": "^3.15.3",
2025-12-29 15:30:57 +05:30
"@x/preload": "workspace:*",
"@x/shared": "workspace:*",
2026-01-05 15:26:32 +05:30
"ai": "^5.0.117",
2025-12-29 15:30:57 +05:30
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
2026-01-05 15:26:32 +05:30
"cmdk": "^1.1.1",
2025-12-29 15:30:57 +05:30
"lucide-react": "^0.562.0",
2026-01-05 15:26:32 +05:30
"motion": "^12.23.26",
"nanoid": "^5.1.6",
2026-01-21 09:14:32 +05:30
"posthog-js": "^1.332.0",
"radix-ui": "^1.4.3",
2025-12-29 15:30:57 +05:30
"react": "^19.2.0",
"react-dom": "^19.2.0",
"recharts": "^3.8.0",
"sonner": "^2.0.7",
2026-01-05 15:26:32 +05:30
"streamdown": "^1.6.10",
2025-12-29 15:30:57 +05:30
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
2026-01-12 00:04:17 +05:30
"tiptap-markdown": "^0.9.0",
2026-01-05 15:26:32 +05:30
"tokenlens": "^1.3.1",
"use-stick-to-bottom": "^1.1.1",
2025-12-29 15:30:57 +05:30
"zod": "^4.2.1"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/node": "^24.10.1",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
2026-01-05 15:26:32 +05:30
"tw-animate-css": "^1.4.0",
2025-12-29 15:30:57 +05:30
"typescript": "~5.9.3",
"typescript-eslint": "^8.46.4",
"vite": "^7.2.4"
}
2026-01-05 15:26:32 +05:30
}