UNPKG

@redbluenat/react-native-expandable-flatlist

Version:
68 lines (67 loc) 1.63 kB
{ "name": "@redbluenat/react-native-expandable-flatlist", "author": "Natalia MS", "version": "1.0.3", "homepage": "https://github.com/redbluenat/react-native-expandable-flatlist", "description": "Animated expandable FlatList", "license": "MIT", "main": "./lib/index.js", "types": "./lib/index.d.ts", "files": [ "lib" ], "scripts": { "lint": "eslint . --ext .js,.jsx,.ts,.tsx", "build": "yarn lint && tsc --project tsconfig.json" }, "peerDependencies": { "react": ">=16.11.0", "react-native": ">=0.59.0" }, "devDependencies": { "@babel/core": "^7.19.3", "@babel/runtime": "^7.19.3", "@types/jest": "^29.1.2", "@types/react": "^18.0.21", "@types/react-native": "^0.70.4", "@types/react-test-renderer": "18.0.0", "@typescript-eslint/eslint-plugin": "^5.40.0", "@typescript-eslint/parser": "^5.40.0", "babel-jest": "^29.2.0", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.2.1", "metro-react-native-babel-preset": "^0.73.2", "prettier": "^2.7.1", "react-test-renderer": "18.2.0", "typescript": "^4.8.4" }, "jest": { "preset": "react-native", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ] }, "keywords": [ "react", "react-component", "react-native", "react-native-web", "react-native-component", "android", "ios", "list", "flatlist", "expandable", "animated", "expandable-list" ], "dependencies": { "react-native-reanimated": "^2.11.0" } }