mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-29 04:45:19 +08:00
- @react-navigation/bottom-tabs@5.4.0 - @react-navigation/compat@5.1.16 - @react-navigation/core@5.5.1 - @react-navigation/drawer@5.7.0 - @react-navigation/material-bottom-tabs@5.2.0 - @react-navigation/material-top-tabs@5.2.0 - @react-navigation/native@5.2.5 - @react-navigation/routers@5.4.3 - @react-navigation/stack@5.3.0
76 lines
1.9 KiB
JSON
76 lines
1.9 KiB
JSON
{
|
|
"name": "@react-navigation/material-top-tabs",
|
|
"description": "Integration for the animated tab view component from react-native-tab-view",
|
|
"version": "5.2.0",
|
|
"keywords": [
|
|
"react-native-component",
|
|
"react-component",
|
|
"react-native",
|
|
"react-navigation",
|
|
"ios",
|
|
"android",
|
|
"material",
|
|
"tab"
|
|
],
|
|
"license": "MIT",
|
|
"repository": "https://github.com/react-navigation/react-navigation/tree/master/packages/material-top-tabs",
|
|
"bugs": {
|
|
"url": "https://github.com/react-navigation/react-navigation/issues"
|
|
},
|
|
"homepage": "https://reactnavigation.org/docs/material-top-tab-navigator.html",
|
|
"main": "lib/commonjs/index.js",
|
|
"react-native": "src/index.tsx",
|
|
"module": "lib/module/index.js",
|
|
"types": "lib/typescript/src/index.d.ts",
|
|
"files": [
|
|
"src",
|
|
"lib"
|
|
],
|
|
"sideEffects": false,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"prepare": "bob build",
|
|
"clean": "del lib"
|
|
},
|
|
"dependencies": {
|
|
"color": "^3.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@react-native-community/bob": "^0.13.0",
|
|
"@react-navigation/native": "^5.2.5",
|
|
"@types/react": "^16.9.34",
|
|
"@types/react-native": "^0.62.7",
|
|
"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.8.0",
|
|
"react-native-tab-view": "^2.14.0",
|
|
"typescript": "^3.8.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@react-navigation/native": "^5.0.5",
|
|
"react": "*",
|
|
"react-native": "*",
|
|
"react-native-gesture-handler": ">= 1.0.0",
|
|
"react-native-reanimated": ">= 1.0.0",
|
|
"react-native-tab-view": ">= 2.0.0"
|
|
},
|
|
"@react-native-community/bob": {
|
|
"source": "src",
|
|
"output": "lib",
|
|
"targets": [
|
|
"commonjs",
|
|
"module",
|
|
[
|
|
"typescript",
|
|
{
|
|
"project": "tsconfig.build.json"
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|