@legendapp/list
Version:
Legend List is a drop-in replacement for FlatList with much better performance and supporting dynamically sized items.
35 lines • 902 B
JSON
{
"name": "@legendapp/list",
"version": "1.1.4",
"description": "Legend List is a drop-in replacement for FlatList with much better performance and supporting dynamically sized items.",
"sideEffects": false,
"private": false,
"main": "./index.js",
"module": "./index.mjs",
"types": "./index.d.ts",
"files": [
"**"
],
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"author": "Legend <contact@legendapp.com> (https://github.com/LegendApp)",
"keywords": [
"react",
"react-native",
"list"
],
"repository": "github:LegendApp/legend-list",
"license": "MIT",
"bugs": {
"url": "https://github.com/LegendApp/legend-list/issues"
},
"homepage": "https://github.com/LegendApp/legend-list#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"use-sync-external-store": "^1.5.0"
}
}