rcx-virtual-list
Version:
Maximum performance for extremely large lists.<br/> Animation of elements is supported.
91 lines (90 loc) • 2.45 kB
JSON
{
"name": "rcx-virtual-list",
"version": "1.1.0",
"author": {
"name": "Evgenii Grebennikov",
"email": "djonnyx@gmail.com"
},
"license": "MIT",
"homepage": "https://github.com/DjonnyX/rcx-virtual-list/tree/main/src/lib",
"keywords": [
"rc",
"react",
"virtual",
"virtualized",
"list",
"group",
"grouped",
"scroll",
"scrolling",
"scroller"
],
"main": "src/index.ts",
"scripts": {
"build": "webpack --mode=production",
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "yarn lint --fix",
"test": "jest"
},
"peerDependencies": {
"react": ">= 16.8 <= 19",
"react-dom": ">= 16.8 <= 19"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "7.12.9",
"@babel/plugin-proposal-class-properties": "7.12.1",
"@babel/plugin-proposal-object-rest-spread": "7.12.1",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/preset-env": "7.12.7",
"@babel/preset-react": "7.12.7",
"@babel/preset-typescript": "7.12.7",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.126",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@typescript-eslint/eslint-plugin": "4.8.2",
"@typescript-eslint/parser": "4.8.2",
"babel-loader": "8.2.2",
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "^13.0.0",
"css-loader": "^7.1.2",
"eslint": "7.14.0",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.21.5",
"eslint-webpack-plugin": "2.4.0",
"jest": "^30.0.4",
"mini-css-extract-plugin": "^2.9.2",
"postcss-loader": "^8.1.1",
"prettier": "2.2.1",
"style-loader": "^4.0.0",
"ts-jest": "^29.4.0",
"ts-loader": "^9.5.2",
"typescript": "^4.9.5",
"webpack": "^5.100.1",
"webpack-cli": "4.2.0"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"sideEffects": false
}