Spaces:
Runtime error
Runtime error
Đào Minh Tú
feat: 10+ features — voice/dragdrop/shortcuts, Ollama+RAG citations, workflows+scheduled, share password+TTL, auto-memory, export-md
70e3124 | { | |
| "name": "tans-agents", | |
| "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev", | |
| "prebuild": "node -e \"require('fs').rmSync('.next',{recursive:true,force:true})\"", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "next lint" | |
| }, | |
| "dependencies": { | |
| "@ai-sdk/google": "^1.0.0", | |
| "@ai-sdk/groq": "^1.0.0", | |
| "@ai-sdk/mistral": "^1.2.8", | |
| "@ai-sdk/openai": "^1.0.0", | |
| "@radix-ui/react-avatar": "^1.1.1", | |
| "@radix-ui/react-collapsible": "^1.1.1", | |
| "@radix-ui/react-dialog": "^1.1.2", | |
| "@radix-ui/react-dropdown-menu": "^2.1.2", | |
| "@radix-ui/react-label": "^2.1.0", | |
| "@radix-ui/react-scroll-area": "^1.2.1", | |
| "@radix-ui/react-select": "^2.1.2", | |
| "@radix-ui/react-separator": "^1.1.0", | |
| "@radix-ui/react-slot": "^1.1.0", | |
| "@radix-ui/react-tooltip": "^1.1.4", | |
| "@tiptap/pm": "^3.23.5", | |
| "@tiptap/react": "^3.23.5", | |
| "@tiptap/starter-kit": "^3.23.5", | |
| "@upstash/redis": "^1.38.0", | |
| "ai": "^4.0.0", | |
| "alasql": "^4.17.2", | |
| "class-variance-authority": "^0.7.0", | |
| "clsx": "^2.1.1", | |
| "geist": "^1.3.1", | |
| "gpt-tokenizer": "^3.4.0", | |
| "katex": "^0.16.47", | |
| "lucide-react": "^0.460.0", | |
| "next": "^15.0.3", | |
| "next-auth": "^4.24.14", | |
| "next-themes": "^0.4.6", | |
| "pdfjs-dist": "^5.7.284", | |
| "react": "^19.0.0", | |
| "react-dom": "^19.0.0", | |
| "react-markdown": "^9.0.1", | |
| "react-syntax-highlighter": "^15.6.1", | |
| "rehype-katex": "^7.0.1", | |
| "remark-gfm": "^4.0.0", | |
| "remark-math": "^6.0.0", | |
| "sonner": "^2.0.7", | |
| "tailwind-merge": "^2.5.4", | |
| "zod": "^3.23.8" | |
| }, | |
| "devDependencies": { | |
| "@types/node": "^22.9.0", | |
| "@types/react": "^19.0.0", | |
| "@types/react-dom": "^19.0.0", | |
| "@types/react-syntax-highlighter": "^15.5.13", | |
| "autoprefixer": "^10.4.20", | |
| "eslint": "^9.15.0", | |
| "eslint-config-next": "^15.0.3", | |
| "postcss": "^8.4.49", | |
| "tailwindcss": "^3.4.14", | |
| "tailwindcss-animate": "^1.0.7", | |
| "typescript": "^5.6.3" | |
| } | |
| } | |