mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-01-12 22:51:18 +08:00
- @react-navigation/bottom-tabs@5.6.1 - @react-navigation/compat@5.1.28 - @react-navigation/core@5.11.1 - @react-navigation/devtools@5.1.1 - @react-navigation/drawer@5.8.4 - @react-navigation/material-bottom-tabs@5.2.12 - @react-navigation/material-top-tabs@5.2.12 - @react-navigation/native@5.6.1 - @react-navigation/stack@5.6.2
85 lines
2.2 KiB
JSON
85 lines
2.2 KiB
JSON
{
|
|
"name": "@react-navigation/stack",
|
|
"description": "Stack navigator component for iOS and Android with animated transitions and gestures",
|
|
"version": "5.6.2",
|
|
"keywords": [
|
|
"react-native-component",
|
|
"react-component",
|
|
"react-native",
|
|
"react-navigation",
|
|
"ios",
|
|
"android",
|
|
"stack"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/react-navigation/react-navigation.git",
|
|
"directory": "packages/stack"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/react-navigation/react-navigation/issues"
|
|
},
|
|
"homepage": "https://reactnavigation.org/docs/stack-navigator.html",
|
|
"main": "lib/commonjs/index.js",
|
|
"react-native": "src/index.tsx",
|
|
"source": "src/index.tsx",
|
|
"module": "lib/module/index.js",
|
|
"types": "lib/typescript/src/index.d.ts",
|
|
"files": [
|
|
"src",
|
|
"lib",
|
|
"!**/__tests__"
|
|
],
|
|
"sideEffects": false,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"prepare": "bob build",
|
|
"clean": "del lib"
|
|
},
|
|
"dependencies": {
|
|
"color": "^3.1.2",
|
|
"react-native-iphone-x-helper": "^1.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@react-native-community/bob": "^0.15.1",
|
|
"@react-native-community/masked-view": "^0.1.10",
|
|
"@react-navigation/native": "^5.6.1",
|
|
"@types/color": "^3.0.1",
|
|
"@types/react": "^16.9.36",
|
|
"@types/react-native": "^0.62.7",
|
|
"del-cli": "^3.0.1",
|
|
"react": "~16.9.0",
|
|
"react-native": "~0.61.5",
|
|
"react-native-gesture-handler": "^1.6.0",
|
|
"react-native-safe-area-context": "^1.0.0",
|
|
"react-native-screens": "^2.7.0",
|
|
"typescript": "^3.9.5"
|
|
},
|
|
"peerDependencies": {
|
|
"@react-native-community/masked-view": ">= 0.1.0",
|
|
"@react-navigation/native": "^5.0.5",
|
|
"react": "*",
|
|
"react-native": "*",
|
|
"react-native-gesture-handler": ">= 1.0.0",
|
|
"react-native-safe-area-context": ">= 0.6.0",
|
|
"react-native-screens": ">= 2.0.0-alpha.0 || >= 2.0.0-beta.0 || >= 2.0.0"
|
|
},
|
|
"@react-native-community/bob": {
|
|
"source": "src",
|
|
"output": "lib",
|
|
"targets": [
|
|
"commonjs",
|
|
"module",
|
|
[
|
|
"typescript",
|
|
{
|
|
"project": "tsconfig.build.json"
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|