{ "name": "react-navigation-tabs", "version": "2.8.7", "description": "Tab Navigation components for React Navigation", "main": "lib/commonjs/index.js", "module": "lib/module/index.js", "react-native": "lib/module/index.js", "types": "lib/typescript/src/index.d.ts", "files": [ "src", "lib" ], "scripts": { "prepare": "bob build", "clean": "del lib" }, "sideEffects": false, "publishConfig": { "access": "public" }, "keywords": [ "react-native-component", "react-component", "react-native", "ios", "android", "tab", "swipe", "scrollable", "coverflow" ], "repository": { "type": "git", "url": "git+https://github.com/react-navigation/tabs.git" }, "author": "Satyajit Sahoo (https://github.com/satya164/)", "license": "MIT", "bugs": { "url": "https://github.com/react-navigation/tabs/issues" }, "homepage": "https://github.com/react-navigation/tabs#readme", "dependencies": { "hoist-non-react-statics": "^3.3.2", "react-lifecycles-compat": "^3.0.4", "react-native-safe-area-view": "^0.14.8", "react-native-tab-view": "^2.11.0" }, "devDependencies": { "@react-native-community/bob": "^0.10.0", "@types/hoist-non-react-statics": "^3.3.1", "@types/react": "^16.9.23", "@types/react-native": "^0.61.22", "del-cli": "^3.0.0", "react": "~16.9.0", "react-native": "~0.61.5", "react-native-gesture-handler": "^1.6.0", "react-native-reanimated": "^1.2.0", "react-native-tab-view": "^2.13.0", "react-navigation": "^4.3.3", "typescript": "~3.7.5" }, "peerDependencies": { "react": "*", "react-native": "*", "react-native-gesture-handler": "^1.0.0", "react-native-reanimated": "^1.0.0-alpha", "react-native-screens": ">=1.0.0 || >= 2.0.0-alpha.0 || >= 2.0.0-beta.0 || >= 2.0.0", "react-navigation": "^4.1.1" }, "@react-native-community/bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", [ "typescript", { "project": "tsconfig.build.json" } ] ] } }