mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 02:00:10 +02:00
Co-authored-by: Alf Eaton <alf.eaton@overleaf.com> GitOrigin-RevId: 79bb329932b1e6fcc88f648bca9cc4bee215cd41
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"name": "@overleaf/ai",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "AI UI",
|
|
"main": "index.ts",
|
|
"license": "AGPL-3.0-only",
|
|
"dependencies": {
|
|
"@ai-sdk/react": "^3.0.0-beta.93",
|
|
"@radix-ui/react-avatar": "^1.1.10",
|
|
"@radix-ui/react-collapsible": "^1.1.12",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
"@radix-ui/react-hover-card": "^1.1.15",
|
|
"@radix-ui/react-select": "^2.2.6",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@radix-ui/react-use-controllable-state": "^1.2.2",
|
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
"@valibot/to-json-schema": "^1.3.0",
|
|
"ai": "^6.0.0-beta.84",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"effect": "^3.19.0",
|
|
"lucide-react": "^0.548.0",
|
|
"motion": "^12.23.24",
|
|
"nanoid": "^4.0.2",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"streamdown": "^1.4.0",
|
|
"tailwind-merge": "^3.3.1",
|
|
"use-stick-to-bottom": "^1.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"type": "commonjs"
|
|
}
|