mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-29 04:45:19 +08:00
- @react-navigation/bottom-tabs@5.0.0-alpha.7 - @react-navigation/drawer@5.0.0-alpha.8 - @react-navigation/example@5.0.0-alpha.4 - @react-navigation/material-bottom-tabs@5.0.0-alpha.7 - @react-navigation/material-top-tabs@5.0.0-alpha.7 - @react-navigation/routers@5.0.0-alpha.7 - @react-navigation/stack@5.0.0-alpha.10
69 lines
1.7 KiB
JSON
69 lines
1.7 KiB
JSON
{
|
|
"name": "@react-navigation/material-top-tabs",
|
|
"description": "Integration for the animated tab view component from react-native-tab-view",
|
|
"keywords": [
|
|
"react-native-component",
|
|
"react-component",
|
|
"react-native",
|
|
"react-navigation",
|
|
"ios",
|
|
"android",
|
|
"material",
|
|
"tab"
|
|
],
|
|
"version": "5.0.0-alpha.7",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/react-navigation/navigation-ex.git",
|
|
"directory": "packages/material-top-tabs"
|
|
},
|
|
"main": "lib/commonjs/index.js",
|
|
"react-native": "src/index.tsx",
|
|
"module": "lib/module/index.js",
|
|
"types": "lib/typescript/material-top-tabs/src/index.d.ts",
|
|
"files": [
|
|
"src",
|
|
"lib"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"prepare": "bob build",
|
|
"clean": "del lib"
|
|
},
|
|
"dependencies": {
|
|
"@react-navigation/routers": "^5.0.0-alpha.7"
|
|
},
|
|
"devDependencies": {
|
|
"@react-native-community/bob": "^0.7.0",
|
|
"@types/react": "^16.8.24",
|
|
"@types/react-native": "^0.60.2",
|
|
"del-cli": "^2.0.0",
|
|
"react": "16.8.3",
|
|
"react-native": "^0.59.8",
|
|
"react-native-gesture-handler": "^1.3.0",
|
|
"react-native-reanimated": "^1.1.0",
|
|
"react-native-tab-view": "^2.10.0",
|
|
"typescript": "^3.5.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@react-navigation/core": "^5.0.0-alpha.0",
|
|
"react": "*",
|
|
"react-native": "*",
|
|
"react-native-gesture-handler": "^1.0.0",
|
|
"react-native-reanimated": "^1.0.0",
|
|
"react-native-tab-view": "^2.10.0"
|
|
},
|
|
"@react-native-community/bob": {
|
|
"source": "src",
|
|
"output": "lib",
|
|
"targets": [
|
|
"commonjs",
|
|
"module",
|
|
"typescript"
|
|
]
|
|
}
|
|
}
|