Spaces:
Running
Running
| { | |
| "name": "@workspace/agente-ai", | |
| "version": "0.0.0", | |
| "private": true, | |
| "type": "module", | |
| "scripts": { | |
| "dev": "vite --config vite.config.ts --host 0.0.0.0", | |
| "build": "vite build --config vite.config.ts", | |
| "serve": "vite preview --config vite.config.ts --host 0.0.0.0", | |
| "typecheck": "tsc -p tsconfig.json --noEmit", | |
| "test": "vitest run", | |
| "test:e2e": "playwright test" | |
| }, | |
| "devDependencies": { | |
| "@hookform/resolvers": "^3.10.0", | |
| "@orama/orama": "^2.1.0", | |
| "@playwright/test": "^1.50.0", | |
| "@radix-ui/react-accordion": "^1.2.4", | |
| "@radix-ui/react-alert-dialog": "^1.1.7", | |
| "@radix-ui/react-aspect-ratio": "^1.1.3", | |
| "@radix-ui/react-avatar": "^1.1.4", | |
| "@radix-ui/react-checkbox": "^1.1.5", | |
| "@radix-ui/react-collapsible": "^1.1.4", | |
| "@radix-ui/react-context-menu": "^2.2.7", | |
| "@radix-ui/react-dialog": "^1.1.7", | |
| "@radix-ui/react-dropdown-menu": "^2.1.7", | |
| "@radix-ui/react-hover-card": "^1.1.7", | |
| "@radix-ui/react-label": "^2.1.3", | |
| "@radix-ui/react-menubar": "^1.1.7", | |
| "@radix-ui/react-navigation-menu": "^1.2.6", | |
| "@radix-ui/react-popover": "^1.1.7", | |
| "@radix-ui/react-progress": "^1.1.3", | |
| "@radix-ui/react-radio-group": "^1.2.4", | |
| "@radix-ui/react-scroll-area": "^1.2.4", | |
| "@radix-ui/react-select": "^2.1.7", | |
| "@radix-ui/react-separator": "^1.1.3", | |
| "@radix-ui/react-slider": "^1.2.4", | |
| "@radix-ui/react-slot": "^1.2.0", | |
| "@radix-ui/react-switch": "^1.1.4", | |
| "@radix-ui/react-tabs": "^1.1.4", | |
| "@radix-ui/react-toast": "^1.2.7", | |
| "@radix-ui/react-toggle": "^1.1.3", | |
| "@radix-ui/react-toggle-group": "^1.1.3", | |
| "@radix-ui/react-tooltip": "^1.2.0", | |
| "@supabase/supabase-js": "catalog:", | |
| "@tailwindcss/typography": "^0.5.15", | |
| "@tailwindcss/vite": "catalog:", | |
| "@tanstack/react-query": "catalog:", | |
| "@tanstack/react-virtual": "^3.13.7", | |
| "@types/diff-match-patch": "^1.0.36", | |
| "@types/node": "catalog:", | |
| "@types/qrcode": "^1.5.5", | |
| "@types/react": "catalog:", | |
| "@types/react-dom": "catalog:", | |
| "@vitejs/plugin-react": "catalog:", | |
| "@webcontainer/api": "^1.6.4", | |
| "@xterm/addon-attach": "^0.11.0", | |
| "@xterm/addon-fit": "^0.10.0", | |
| "@xterm/xterm": "^5.5.0", | |
| "class-variance-authority": "catalog:", | |
| "clsx": "catalog:", | |
| "cmdk": "^1.1.1", | |
| "date-fns": "^3.6.0", | |
| "dexie": "^4.4.2", | |
| "diff-match-patch": "^1.0.5", | |
| "embla-carousel-react": "^8.6.0", | |
| "fflate": "^0.8.2", | |
| "framer-motion": "catalog:", | |
| "input-otp": "^1.4.2", | |
| "jszip": "^3.10.1", | |
| "katex": "^0.16.47", | |
| "lucide-react": "catalog:", | |
| "mammoth": "^1.12.0", | |
| "mermaid": "^11.15.0", | |
| "next-themes": "^0.4.6", | |
| "pdfjs-dist": "^4.10.38", | |
| "qrcode": "^1.5.4", | |
| "react": "catalog:", | |
| "react-day-picker": "^9.11.1", | |
| "react-dom": "catalog:", | |
| "react-hook-form": "^7.76.0", | |
| "react-icons": "^5.6.0", | |
| "react-markdown": "^9.0.1", | |
| "react-resizable-panels": "^2.1.7", | |
| "recharts": "^2.15.2", | |
| "remark-gfm": "^4.0.0", | |
| "sonner": "^2.0.7", | |
| "tailwind-merge": "catalog:", | |
| "tailwindcss": "catalog:", | |
| "tw-animate-css": "^1.4.0", | |
| "vaul": "^1.1.2", | |
| "vite": "catalog:", | |
| "vitest": "^3.2.4", | |
| "wouter": "^3.9.0", | |
| "xlsx": "^0.18.5", | |
| "zod": "catalog:", | |
| "zustand": "^5.0.13" | |
| }, | |
| "dependencies": { | |
| "@imgly/background-removal": "^1.7.0", | |
| "onnxruntime-web": "1.21.0" | |
| } | |
| } | |