UNPKG

react-virtuoso

Version:

A virtual scroll React component for efficiently rendering large scrollable lists, grids, tables, and feeds

97 lines (96 loc) 2.57 kB
{ "name": "react-virtuoso", "description": "A virtual scroll React component for efficiently rendering large scrollable lists, grids, tables, and feeds", "author": "Petyo Ivanov", "sideEffects": false, "version": "4.13.0", "homepage": "https://virtuoso.dev/", "license": "MIT", "source": "src/index.tsx", "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "keywords": [ "react", "reactjs", "virtual", "endless", "load more", "list", "scrolling", "infinite", "virtualized", "grid", "feed", "chat" ], "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/petyosi/react-virtuoso.git" }, "scripts": { "dev": "vite build", "build": "vite build", "test": "vitest run", "test:watch": "vitest watch", "e2e": "playwright test --workers=1", "lint": "eslint", "typecheck": "tsc", "ladle": "LADLE=true ladle serve", "ci-setup": "npx playwright install --with-deps" }, "peerDependencies": { "react": ">=16 || >=17 || >= 18 || >= 19", "react-dom": ">=16 || >=17 || >= 18 || >=19" }, "devDependencies": { "@emotion/core": "^11.0.0", "@emotion/styled": "^11.10.8", "@eslint/js": "^9.19.0", "@faker-js/faker": "^7.6.0", "@ladle/react": "^5.0.1", "@playwright/test": "^1.33.0", "@tanstack/react-table": "^8.9.11", "@testing-library/react": "^14.0.0", "@types/jsdom": "^21.1.1", "@types/lodash": "^4.14.194", "@types/react": "^18.2.64", "@types/react-beautiful-dnd": "^13.1.4", "@types/react-dom": "^18.2.21", "@types/react-router-dom": "^5.3.3", "@vitejs/plugin-react-swc": "^3.7.2", "clsx": "^1.2.1", "eslint": "^9.19.0", "eslint-config-prettier": "^10.0.1", "eslint-plugin-perfectionist": "^4.7.0", "eslint-plugin-prettier": "^5.2.3", "eslint-plugin-react": "^7.37.4", "eslint-plugin-react-hooks": "^5.1.0", "globals": "^15.14.0", "immer": "^10.0.1", "jsdom": "^26.0.0", "lodash": "^4.17.21", "playwright": "^1.33.0", "prettier": "^3.4.2", "react": "18.3.1", "react-beautiful-dnd": "^13.1.1", "react-dom": "18.3.1", "react-router-dom": "^6.14.0", "tslib": "^2.5.0", "typescript": "^5.7.3", "typescript-eslint": "^8.22.0", "uuid": "^11.1.0", "vite": "^6.0.11", "vite-plugin-dts": "^4.5.0", "vitest": "^3.0.4" }, "prettier": { "printWidth": 140, "semi": false, "singleQuote": true, "trailingComma": "es5" } }