mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-08-06 15:25:34 +00:00
38 lines
1,017 B
JSON
38 lines
1,017 B
JSON
{
|
|
"name": "@craft-agent/viewer",
|
|
"version": "0.0.1",
|
|
"license": "Apache-2.0",
|
|
"description": "Web viewer for Qwen Code sessions - upload and share session transcripts",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@craft-agent/core": "workspace:*",
|
|
"@craft-agent/ui": "workspace:*",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-i18next": "^17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@tailwindcss/vite": "^4.0.0",
|
|
"@vitejs/plugin-react": "^4.4.1",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.501.0",
|
|
"motion": "^12.0.0",
|
|
"react-markdown": "^9.0.3",
|
|
"rehype-raw": "^7.0.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"shiki": "^3.0.0",
|
|
"tailwind-merge": "^2.6.0",
|
|
"tailwindcss": "^4.0.0",
|
|
"typescript": "^5.7.3",
|
|
"vite": "^6.2.5"
|
|
}
|
|
}
|