Spaces:
Runtime error
Runtime error
File size: 1,992 Bytes
77ce963 70e3124 77ce963 d50829b 77ce963 3e306e5 77ce963 3e306e5 77ce963 3e306e5 6545560 f102ffd e58a028 3e306e5 f4e061f 3e306e5 6fc648c 747e7c5 3e306e5 e58a028 3e306e5 ea2a8ac 3e306e5 77ce963 6545560 747e7c5 3e306e5 747e7c5 adb9e89 3e306e5 77ce963 6545560 77ce963 3e306e5 77ce963 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | {
"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"
}
}
|