react-virtuoso
Version:
A virtual scroll React component for efficiently rendering large scrollable lists, grids, tables, and feeds
87 lines • 2.27 kB
JSON
{
"name": "react-virtuoso",
"version": "4.18.7",
"description": "A virtual scroll React component for efficiently rendering large scrollable lists, grids, tables, and feeds",
"keywords": [
"chat",
"endless",
"feed",
"grid",
"infinite",
"list",
"load more",
"react",
"reactjs",
"scrolling",
"virtual",
"virtualized"
],
"homepage": "https://virtuoso.dev/",
"license": "MIT",
"author": "Petyo Ivanov",
"repository": {
"type": "git",
"url": "git+https://github.com/petyosi/react-virtuoso.git",
"directory": "packages/react-virtuoso"
},
"source": "src/index.tsx",
"files": [
"dist"
],
"sideEffects": false,
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"default": "./dist/index.mjs"
}
},
"publishConfig": {
"provenance": true
},
"devDependencies": {
"@emotion/styled": "^11.10.8",
"@faker-js/faker": "^7.6.0",
"@ladle/react": "^5.0.1",
"@microsoft/api-extractor": "^7.55.1",
"@playwright/test": "^1.58.2",
"@testing-library/react": "^16.3.0",
"@types/jsdom": "^21.1.1",
"@types/lodash": "^4.14.194",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.7.0",
"jsdom": "^27.4.0",
"lodash": "^4.17.21",
"playwright": "^1.58.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router-dom": "^6.14.0",
"typescript": "^5.9.3",
"uuid": "^11.1.0",
"vite": "^6.4.1",
"vite-plugin-dts": "^4.5.4",
"vitest": "^4.0.16"
},
"peerDependencies": {
"react": ">=16 || >=17 || >= 18 || >= 19",
"react-dom": ">=16 || >=17 || >= 18 || >=19"
},
"scripts": {
"dev": "vite build",
"build": "vite build",
"test": "vitest run",
"test:watch": "vitest watch",
"e2e": "playwright test --workers=1",
"lint": "oxlint --type-aware --type-check",
"typecheck": "tsgo --noEmit",
"format": "oxfmt",
"format:check": "oxfmt --check",
"ladle": "LADLE=true ladle serve",
"ci-setup": "npx playwright install --with-deps chromium"
}
}