UNPKG

react-native-speedy-list

Version:

A performance focused list component for React Native.

60 lines (59 loc) 1.46 kB
{ "name": "react-native-speedy-list", "version": "0.4.0", "description": "A performance focused list component for React Native.", "homepage": "https://github.com/FSPinho/react-native-speedy-list", "main": "lib/index.js", "types": "lib/index.d.ts", "author": "Felipe Pinho <felipepinhodev@gmail.com>", "keywords": [ "react-native", "list", "list-view", "performance" ], "license": "MIT", "files": [ "lib" ], "scripts": { "compile": "rm -rf lib && tsc -p .", "lint": "eslint . --ext .js,.jsx,.ts,.tsx", "prepare": "yarn compile", "test": "jest" }, "dependencies": {}, "devDependencies": { "@babel/core": "^7.15.0", "@babel/runtime": "^7.15.3", "@react-native-community/eslint-config": "^3.0.0", "@types/jest": "^27.0.1", "@types/react-native": "^0.64.13", "@types/react-test-renderer": "^17.0.1", "babel-jest": "^27.0.6", "eslint": "^7.32.0", "eslint-plugin-simple-import-sort": "^7.0.0", "jest": "^27.0.6", "metro-react-native-babel-preset": "^0.66.2", "react": "^17.0.2", "react-native": "^0.65.0", "react-native-codegen": "^0.0.7", "react-test-renderer": "^17.0.2", "typescript": "^4.3.5" }, "peerDependencies": { "react": "*", "react-native": "*" }, "jest": { "preset": "react-native", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ] } }