mirror of
https://github.com/vercel/ai-elements.git
synced 2026-09-14 19:48:26 +08:00
5003504aef
Bumps [use-stick-to-bottom](https://github.com/stackblitz/use-stick-to-bottom) from 1.1.1 to 1.1.2. - [Changelog](https://github.com/stackblitz-labs/use-stick-to-bottom/blob/main/CHANGELOG.md) - [Commits](https://github.com/stackblitz/use-stick-to-bottom/commits) --- updated-dependencies: - dependency-name: use-stick-to-bottom dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
57 lines
1.7 KiB
JSON
57 lines
1.7 KiB
JSON
{
|
|
"name": "@repo/elements",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "AI components including message, conversation, input, response, suggestion, sources, context, tool and branch components for building chat interfaces.",
|
|
"exports": {
|
|
"./*": "./src/*.tsx"
|
|
},
|
|
"scripts": {
|
|
"test": "vitest run",
|
|
"test:watch": "vitest --watch",
|
|
"test:coverage": "vitest run --coverage"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-use-controllable-state": "^1.2.2",
|
|
"@repo/shadcn-ui": "workspace:*",
|
|
"@rive-app/react-webgl2": "^4.26.1",
|
|
"@streamdown/cjk": "^1.0.2",
|
|
"@streamdown/code": "^1.1.0",
|
|
"@streamdown/math": "^1.0.2",
|
|
"@streamdown/mermaid": "^1.0.2",
|
|
"@xyflow/react": "^12.10.0",
|
|
"ai": "^6.0.105",
|
|
"ansi-to-react": "^6.2.6",
|
|
"class-variance-authority": "^0.7.1",
|
|
"katex": "^0.16.28",
|
|
"lucide-react": "^0.577.0",
|
|
"media-chrome": "^4.17.2",
|
|
"motion": "^12.26.2",
|
|
"nanoid": "^5.1.6",
|
|
"react": "19.2.3",
|
|
"react-dom": "19.2.3",
|
|
"react-jsx-parser": "^2.2.0",
|
|
"shiki": "3.22.0",
|
|
"streamdown": "^2.4.0",
|
|
"tokenlens": "^1.3.1",
|
|
"use-stick-to-bottom": "^1.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@ai-sdk/react": "^3.0.41",
|
|
"@repo/typescript-config": "workspace:*",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/react": "19.2.8",
|
|
"@vitejs/plugin-react": "^5.1.2",
|
|
"@vitest/browser": "^4.0.18",
|
|
"@vitest/browser-playwright": "^4.0.17",
|
|
"@vitest/coverage-v8": "^4.0.18",
|
|
"playwright": "^1.58.1",
|
|
"typescript": "^5.9.3",
|
|
"vitest": "^4.0.17",
|
|
"vitest-fail-on-console": "^0.10.1",
|
|
"zod": "^4.3.6"
|
|
}
|
|
}
|