Spaces:
Sleeping
Sleeping
File size: 1,128 Bytes
250bf31 d00443e 42116e8 ecbf6f1 d00443e 250bf31 d00443e 250bf31 |
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 |
{
"name": "qwen3-claude-opus-chat",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 7860"
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.25.0",
"@radix-ui/react-collapsible": "1.1.3",
"@radix-ui/react-slot": "1.1.2",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"framer-motion": "11.15.0",
"lucide-react": "0.469.0",
"next": "15.5.9",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-markdown": "9.0.3",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"rehype-katex": "^7.0.0",
"katex": "^0.16.11",
"rehype-prism-plus": "^2.0.0",
"prismjs": "^1.29.0",
"tailwind-merge": "2.6.0"
},
"devDependencies": {
"@types/node": "22.10.2",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"autoprefixer": "10.4.20",
"postcss": "8.4.49",
"tailwindcss": "3.4.17",
"typescript": "5.7.2"
}
}
|