react-native-tab-view
Version:
Tab view component for React Native
85 lines (84 loc) • 1.92 kB
JSON
{
"name": "react-native-tab-view",
"description": "Tab view component for React Native",
"version": "4.0.11",
"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/",
"source": "./src/index.tsx",
"main": "./lib/module/index.js",
"types": "./lib/typescript/src/index.d.ts",
"exports": {
".": {
"types": "./lib/typescript/src/index.d.ts",
"default": "./lib/module/index.js"
},
"./package.json": "./package.json"
},
"files": [
"src",
"lib",
"!**/__tests__"
],
"sideEffects": false,
"scripts": {
"prepack": "bob build",
"clean": "del lib"
},
"dependencies": {
"use-latest-callback": "^0.2.3"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@testing-library/react-native": "^13.2.0",
"del-cli": "^6.0.0",
"react": "19.0.0",
"react-native": "0.79.2",
"react-native-builder-bob": "^0.40.7",
"react-native-pager-view": "6.7.1",
"react-test-renderer": "19.0.0",
"typescript": "^5.8.3"
},
"peerDependencies": {
"react": ">= 18.2.0",
"react-native": "0.79.2",
"react-native-pager-view": ">= 6.0.0"
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
[
"module",
{
"esm": true
}
],
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
]
},
"gitHead": "8a2451457b7fc2a0b58be3323693af617a16dab0"
}