react-stablelist
Version:
A simple listview component for ReactJS that implements the concept of virtualization for effieciently rendering a huge dataset.
79 lines (78 loc) • 2.17 kB
JSON
{
"name": "react-stablelist",
"version": "1.1.5",
"description": "A simple listview component for ReactJS that implements the concept of virtualization for effieciently rendering a huge dataset.",
"keywords": [
"reactjs",
"react",
"virtualization",
"list",
"react-components",
"listview",
"virtualized-list",
"virtualized-scroll",
"virtualized",
"react-component"
],
"main": "dist/reactStableList.js",
"scripts": {
"build": "webpack",
"test": "jest",
"compile": "rm -rf build/ && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RaysOfTheSun/StableList.git"
},
"types": "./@types/react-stablelist/index.d.ts",
"author": "Carl <C.RaysOfTheSun>",
"license": "MIT",
"bugs": {
"url": "https://github.com/RaysOfTheSun/StableList/issues"
},
"homepage": "https://github.com/RaysOfTheSun/StableList#readme",
"peerDependencies": {
"react": "^16.13.1"
},
"dependencies": {
"prop-types": "^15.7.2",
"react": "^16.13.1",
"uuid": "^8.0.0"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.10.1",
"@babel/preset-typescript": "^7.10.1",
"@types/enzyme": "^3.10.5",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/jest": "^26.0.0",
"@types/react": "^16.9.38",
"@types/react-test-renderer": "^16.9.2",
"@types/uuid": "^8.0.0",
"babel-jest": "^26.0.1",
"babel-loader": "^8.1.0",
"clsx": "^1.1.1",
"css-loader": "^3.6.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.5.0",
"extract-loader": "^5.1.0",
"jest": "^26.0.1",
"jest-fetch-mock": "^3.0.3",
"node-sass": "^4.14.1",
"react-test-renderer": "^16.13.1",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"ts-jest": "^26.1.0",
"typescript": "^3.9.5",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
},
"files": [
"dist/",
"@types/react-stablelist/index.d.ts"
]
}