{
"name": "react-native-tab-view",
"version": "1.4.1",
"description": "Tab view component for React Native",
"main": "src/index.js",
"files": [
"src/"
],
"scripts": {
"test": "jest",
"flow": "flow",
"lint": "eslint .",
"precommit": "yarn lint && yarn flow && yarn test",
"release": "release-it"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"react-native-component",
"react-component",
"react-native",
"ios",
"android",
"tab",
"swipe",
"scrollable",
"coverflow"
],
"repository": {
"type": "git",
"url": "git+https://github.com/react-native-community/react-native-tab-view.git"
},
"author": "Satyajit Sahoo <satyajit.happy@gmail.com> (https://github.com/satya164/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/react-native-community/react-native-tab-view/issues"
},
"homepage": "https://github.com/react-native-community/react-native-tab-view#readme",
"dependencies": {
"prop-types": "^15.6.1"
},
"devDependencies": {
"@expo/vector-icons": "^6.3.1",
"babel-jest": "^22.4.4",
"babel-preset-react-native": "^4.0.0",
"conventional-changelog-cli": "^2.0.5",
"enzyme": "3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.4",
"eslint": "^4.19.1",
"eslint-config-satya164": "^1.0.2",
"eslint-plugin-react-native-globals": "^0.1.2",
"flow-bin": "~0.67.1",
"husky": "^0.14.3",
"jest": "^22.4.4",
"prettier": "^1.13.4",
"react": "16.3.1",
"react-dom": "16.3.1",
"react-native": "~0.55.4",
"react-test-renderer": "16.3.1",
"release-it": "^7.6.1"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"jest": {
"preset": "react-native",
"setupFiles": [
"<rootDir>/__setup__/enzyme.js"
],
"modulePathIgnorePatterns": [
"<rootDir>/example/node_modules"
],
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
}
}