{
"name": "react-navigation-tabs",
"version": "1.2.0",
"description": "Tab Navigation components for React Navigation",
"main": "src/index.js",
"files": [
"src/"
],
"scripts": {
"test": "jest",
"flow": "flow",
"lint": "eslint .",
"bootstrap": "yarn && yarn --cwd example",
"example": "yarn --cwd example",
"release": "yarn release-it"
},
"keywords": [
"react-native-component",
"react-component",
"react-native",
"ios",
"android",
"tab",
"swipe",
"scrollable",
"coverflow"
],
"repository": {
"type": "git",
"url": "git+https://github.com/react-navigation/react-navigation-tabs.git"
},
"author": "Satyajit Sahoo <satyajit.happy@gmail.com> (https://github.com/satya164/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/react-navigation/react-navigation-tabs/issues"
},
"homepage": "https://github.com/react-navigation/react-navigation-tabs#readme",
"dependencies": {
"hoist-non-react-statics": "^2.5.0",
"prop-types": "^15.6.1",
"react-native-tab-view": "^1.4.1"
},
"devDependencies": {
"@commitlint/config-conventional": "^7.5.0",
"@expo/vector-icons": "^6.2.0",
"@react-navigation/core": "^3.5.0-alpha.7",
"@react-navigation/native": "^3.6.0-alpha.1",
"babel-jest": "^21.2.0",
"commitlint": "^7.5.2",
"conventional-changelog-cli": "^2.0.12",
"enzyme": "3.2.0",
"enzyme-adapter-react-16": "^1.1.0",
"enzyme-to-json": "^3.2.2",
"eslint": "^4.12.1",
"eslint-config-satya164": "^1.0.1",
"eslint-plugin-react-native-globals": "^0.1.0",
"flow-bin": "~0.78.0",
"husky": "^1.3.1",
"jest": "^21.2.1",
"prettier": "^1.8.2",
"react": "16.8.3",
"react-dom": "16.8.6",
"react-native": "~0.59.8",
"react-native-reanimated": "^1.0.0-alpha.12",
"react-test-renderer": "16.5.0",
"release-it": "^10.2.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-screens": "^1.0.0 || ^1.0.0-alpha"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"jest": {
"preset": "react-native",
"setupFiles": [
"<rootDir>/__setup__/enzyme.js"
],
"modulePathIgnorePatterns": [
"<rootDir>/example/node_modules"
],
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
}
}