mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-09 17:23:18 +08:00
- react-navigation-animated-switch@0.5.5 - react-navigation-drawer@2.4.6 - react-navigation-material-bottom-tabs@2.2.5 - @react-navigation/native@3.7.6 - react-navigation@4.3.2 - react-navigation-stack@2.3.4 - react-navigation-tabs@2.8.6
59 lines
1.4 KiB
JSON
59 lines
1.4 KiB
JSON
{
|
|
"name": "@react-navigation/native",
|
|
"version": "3.7.6",
|
|
"description": "React Native support for React Navigation",
|
|
"main": "lib/commonjs/index.js",
|
|
"react-native": "lib/module/index.js",
|
|
"module": "lib/module/index.js",
|
|
"files": [
|
|
"src",
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"prepare": "bob build",
|
|
"clean": "del lib"
|
|
},
|
|
"sideEffects": false,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keywords": [
|
|
"react-native",
|
|
"react-navigation",
|
|
"ios",
|
|
"android"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/react-navigation/react-navigation-native.git"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/react-navigation/react-navigation-native/issues"
|
|
},
|
|
"homepage": "https://github.com/react-navigation/react-navigation-native#readme",
|
|
"dependencies": {
|
|
"hoist-non-react-statics": "^3.3.2",
|
|
"react-native-safe-area-view": "^0.14.8"
|
|
},
|
|
"devDependencies": {
|
|
"@react-native-community/bob": "^0.10.0",
|
|
"@react-navigation/core": "^3.7.0",
|
|
"@types/react-test-renderer": "^16.9.2",
|
|
"del-cli": "^3.0.0",
|
|
"react": "~16.9.0",
|
|
"react-native": "~0.61.5",
|
|
"react-native-gesture-handler": "^1.6.0",
|
|
"react-test-renderer": "^16.9.2"
|
|
},
|
|
"@react-native-community/bob": {
|
|
"source": "src",
|
|
"output": "lib",
|
|
"targets": [
|
|
"commonjs",
|
|
"module"
|
|
]
|
|
}
|
|
}
|