UNPKG

@bestyled/contrib-flatlist

Version:

Implementation of FlatList for the BeStyled Design System

39 lines (38 loc) 852 B
{ "name": "@bestyled/contrib-flatlist", "version": "0.5.7", "description": "Implementation of FlatList for the BeStyled Design System", "main": "dist/index.js", "ts:main": "src/index.ts", "types": "src/index.ts", "author": "BeStyled contributors", "keywords": [ "components", "react", "react-virtualized", "react-window", "react-tiny-virtual-list" ], "license": "Apache 2.0", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/bestyled/bestyled.git" }, "scripts": { "build": "tsc", "lint": "berun-dev lint" }, "dependencies": { "@bestyled/contrib-common": "^0.5.2", "@bestyled/primitives": "^0.1.3" }, "devDependencies": { "@berun/dev-scripts": "^3.0.25" }, "peerDependencies": { "react": "^16.13.1" } }