@virtuoso.dev/message-list
Version:
Virtualized React component for rendering human/AI chatbot conversations.
114 lines (113 loc) • 2.82 kB
JSON
{
"name": "@virtuoso.dev/message-list",
"private": false,
"description": "Virtualized React component for rendering human/AI chatbot conversations.",
"keywords": [
"react",
"virtual",
"message list",
"endless scrolling",
"list",
"scrolling",
"infinite",
"virtualized",
"chat",
"chatbot"
],
"author": "The Virtuoso team <support@virtuoso.dev>",
"license": "Commercial",
"homepage": "https://virtuoso.dev/virtuoso-message-list/",
"bugs": {
"email": "support@virtuoso.dev"
},
"version": "1.12.3",
"type": "module",
"module": "dist/index.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc && vite build",
"lint": "biome check",
"ci-lint": "biome ci",
"dev": "LADLE=true ladle serve",
"test": "vitest",
"e2e": "npx playwright test",
"typecheck": "tsc --noEmit",
"docs:build": "npx typedoc --plugin typedoc-plugin-no-inherit --watch --excludeInternal --excludePrivate --out docs --name 'Virtuoso Message list' src/index.ts",
"docs:serve": "npx serve docs"
},
"release": {
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
"main",
"next",
"next-major",
{
"name": "beta",
"prerelease": true
},
{
"name": "alpha",
"prerelease": true
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
}
],
"@semantic-release/npm",
[
"@semantic-release/git",
{
"assets": [
"CHANGELOG.md"
]
}
]
]
},
"dependencies": {
"@virtuoso.dev/gurx": "1.1.0"
},
"peerDependencies": {
"react": ">= 16 || >= 17 || >= 18 || >= 19",
"react-dom": ">= 16 || >= 17 || >= 18 || >= 19"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@ladle/react": "~5.0.1",
"@ngneat/falso": "^7.2.0",
"@playwright/test": "^1.50.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/node": "^20.11.25",
"@types/react": "18",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react-swc": "^3.6.0",
"jsdom": "^24.0.0",
"random-avatar-generator": "^2.0.0",
"react": "18",
"react-dom": "18",
"resize-observer-polyfill": "^1.5.1",
"semantic-release": "^24.2.3",
"typescript": "~5.7.2",
"vite": "^6.1.1",
"vite-plugin-dts": "^4.5.0",
"vitest": "^3.0.6"
},
"files": [
"dist",
"CHANGELOG.md"
]
}