Files
2026-08-31 14:16:08 +08:00

46 lines
1.2 KiB
JSON

{
"name": "cdsl-cad-agent-studio",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --webpack",
"build": "next build --webpack",
"start": "next start",
"test": "node --test --import tsx src/test.ts"
},
"dependencies": {
"@ai-sdk/react": "^4.0.40",
"@assistant-ui/react": "0.14.28",
"@assistant-ui/react-ai-sdk": "1.4.0",
"@radix-ui/react-collapsible": "^1.1.20",
"@radix-ui/react-dropdown-menu": "^2.1.24",
"@radix-ui/react-slider": "^1.4.7",
"@types/react-syntax-highlighter": "^15.5.13",
"ai": "7.0.37",
"animejs": "^4.5.0",
"clsx": "^2.1.1",
"lucide-react": "^1.14.0",
"next": "16.2.6",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-json-view-lite": "^2.5.0",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^16.1.1",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.6.0",
"three": "0.160.0",
"three-mesh-bvh": "^0.8.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/three": "^0.185.4",
"tailwindcss": "^4",
"tsx": "^4.20.6",
"typescript": "^5"
}
}