mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-01-12 22:51:18 +08:00
72 lines
1.9 KiB
JSON
72 lines
1.9 KiB
JSON
{
|
|
"name": "@react-navigation/stack",
|
|
"description": "Stack navigator component for iOS and Android with animated transitions and gestures",
|
|
"keywords": [
|
|
"react-native-component",
|
|
"react-component",
|
|
"react-native",
|
|
"react-navigation",
|
|
"ios",
|
|
"android",
|
|
"stack"
|
|
],
|
|
"version": "5.0.0-alpha.34",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/react-navigation/navigation-ex.git",
|
|
"directory": "packages/stack"
|
|
},
|
|
"main": "lib/commonjs/index.js",
|
|
"react-native": "src/index.tsx",
|
|
"module": "lib/module/index.js",
|
|
"types": "lib/typescript/stack/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.12"
|
|
},
|
|
"devDependencies": {
|
|
"@react-native-community/bob": "^0.7.0",
|
|
"@react-native-community/masked-view": "^0.1.1",
|
|
"@types/react": "^16.9.4",
|
|
"@types/react-native": "^0.60.17",
|
|
"del-cli": "^3.0.0",
|
|
"react": "~16.8.3",
|
|
"react-native": "~0.59.10",
|
|
"react-native-gesture-handler": "^1.3.0",
|
|
"react-native-reanimated": "^1.3.0",
|
|
"react-native-safe-area-context": "^0.3.6",
|
|
"react-native-screens": "^2.0.0-alpha.7",
|
|
"typescript": "^3.7.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@react-native-community/masked-view": "^0.1.1",
|
|
"@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-safe-area-context": "^0.3.6",
|
|
"react-native-screens": "^1.0.0-alpha.0 || ^2.0.0-alpha.0"
|
|
},
|
|
"@react-native-community/bob": {
|
|
"source": "src",
|
|
"output": "lib",
|
|
"targets": [
|
|
"commonjs",
|
|
"module",
|
|
"typescript"
|
|
]
|
|
}
|
|
}
|