UNPKG

@tuya-oh/react-native-swiper-flatlist

Version:

React native swiper flatlist component for harmonyOS

104 lines (103 loc) 2.62 kB
{ "name": "@tuya-oh/react-native-swiper-flatlist", "version": "3.0.14-0.0.2", "main": "index.ts", "license": "Apache-2.0", "description": "React native swiper flatlist component for harmonyOS", "scripts": { "lint": "yarn eslint index.ts src example/scripts example/src --ext .js,.ts,.tsx", "lint:fix": "yarn lint --fix", "test": "jest", "test:watch": "jest --watch", "lint-and-test": "yarn tsc && yarn lint && yarn jest", "start": "echo ----- Check example folder ----- 👻", "publish": "npm publish", "publish:beta": "npm publish --tag beta" }, "dependencies": { "react-native-swiper-flatlist":"3.0.14" }, "devDependencies": { "@react-native-community/eslint-config": "^2.0.0", "@types/jest": "^26.0.19", "@types/react": "^17.0.0", "@types/react-native": "^0.63.42", "@types/react-test-renderer": "^17.0.0", "babel-jest": "24.8.0", "eslint": "^7.16.0", "eslint-plugin-detox": "^1.0.0", "eslint-plugin-import": "^2.18.2", "jest": "24.8.0", "metro-react-native-babel-preset": "^0.55.0", "pre-commit": "^1.2.2", "prettier": "^2.2.1", "prettier-eslint": "^9.0.0", "react": "16.8.6", "react-dom": "16.8.6", "react-native": "0.60.4", "react-native-testing-library": "^1.11.1", "react-test-renderer": "16.8.6", "typescript": "^4.1.3" }, "peerDependencies": { "react-native": ">=0.59.0" }, "jest": { "preset": "react-native", "moduleFileExtensions": [ "ts", "tsx", "js", "json", "node" ], "modulePathIgnorePatterns": [ "<rootDir>/example/" ] }, "pre-commit": { "run": [ "lint-and-test" ] }, "repository": { "type": "git", "url": "https://gitee.com/rn-mi/ty-react-native-swiper-flatlist" }, "harmony":{ "alias":"react-native-swiper-flatlist" } , "bugs": { "url": "https://gitee.com/rn-mi/ty-react-native-swiper-flatlist/issues" }, "homepage": "https://gitee.com/rn-mi/ty-react-native-swiper-flatlist", "keywords": [ "react-native-swiper", "react-native-swiper-flatlist", "swiper flatlist", "swiper", "hooks", "typescript", "component", "react native", "react-native", "flatlist", "flatlist swiper", "react", "native", "carousel", "slider", "scrollview", "images", "infinite", "scroll", "scrolling", "images", "cards", "stack", "android", "ios", "harmony" ] }