mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-11 22:33:32 +08:00
- react-navigation-animated-switch@0.5.1 - @react-navigation/core@3.6.1 - react-navigation-drawer@2.4.1 - react-navigation-material-bottom-tabs@2.2.1 - @react-navigation/native@3.7.3 - react-navigation@4.2.1 - react-navigation-stack@2.2.1 - react-navigation-tabs@2.8.1
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "react-navigation",
|
|
"version": "4.2.1",
|
|
"description": "Routing and navigation for your React Native apps",
|
|
"main": "src/index.js",
|
|
"types": "typescript/react-navigation.d.ts",
|
|
"repository": {
|
|
"url": "git@github.com:react-navigation/react-navigation.git",
|
|
"type": "git"
|
|
},
|
|
"author": "Adam Miskiewicz <adam@sk3vy.com>, Eric Vicenti <ericvicenti@gmail.com>, Brent Vatne <brent@expo.io>, Satyajit Sahoo <satyajit.happy@gmail.com>",
|
|
"license": "MIT",
|
|
"sideEffects": false,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"NavigationTestUtils.js",
|
|
"typescript"
|
|
],
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-native": "*"
|
|
},
|
|
"dependencies": {
|
|
"@react-navigation/core": "^3.6.1",
|
|
"@react-navigation/native": "^3.7.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^16.9.22",
|
|
"@types/react-native": "^0.61.17",
|
|
"@types/react-test-renderer": "^16.9.2",
|
|
"react": "~16.9.0",
|
|
"react-native": "~0.61.5",
|
|
"react-test-renderer": "^16.9.2",
|
|
"typescript": "~3.7.5"
|
|
}
|
|
}
|