UNPKG

react-native-tab-view

Version:
73 lines (72 loc) 1.64 kB
{ "name": "react-native-tab-view", "description": "Tab view component for React Native", "version": "3.5.2", "keywords": [ "react-native-component", "react-component", "react-native", "ios", "android", "tab", "swipe", "scrollable", "coverflow" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/react-navigation/react-navigation.git", "directory": "packages/react-native-tab-view" }, "bugs": { "url": "https://github.com/react-navigation/react-navigation/issues" }, "homepage": "https://reactnavigation.org/docs/tab-view/", "main": "lib/commonjs/index.js", "react-native": "src/index.tsx", "source": "src/index.tsx", "module": "lib/module/index.js", "types": "lib/typescript/src/index.d.ts", "files": [ "src", "lib", "!**/__tests__" ], "sideEffects": false, "scripts": { "prepack": "bob build", "clean": "del lib" }, "dependencies": { "use-latest-callback": "^0.1.5" }, "devDependencies": { "del-cli": "^5.0.0", "react": "18.2.0", "react-native": "0.71.8", "react-native-builder-bob": "^0.20.4", "react-native-pager-view": "6.1.2", "typescript": "^4.9.4" }, "peerDependencies": { "react": "*", "react-native": "*", "react-native-pager-view": "*" }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", [ "typescript", { "project": "tsconfig.build.json" } ] ] }, "gitHead": "36c8f091556157dab74d3483651bbcbd340762ff" }