mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-09 09:13:32 +08:00
71 lines
1.8 KiB
JSON
71 lines
1.8 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.14",
|
|
"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.7",
|
|
"react-native-safe-area-view": "^0.14.6"
|
|
},
|
|
"devDependencies": {
|
|
"@react-native-community/bob": "^0.7.0",
|
|
"@react-native-community/masked-view": "^0.1.1",
|
|
"@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-screens": "^1.0.0-alpha.22",
|
|
"typescript": "^3.5.3"
|
|
},
|
|
"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-screens": "^1.0.0-alpha.0"
|
|
},
|
|
"@react-native-community/bob": {
|
|
"source": "src",
|
|
"output": "lib",
|
|
"targets": [
|
|
"commonjs",
|
|
"module",
|
|
"typescript"
|
|
]
|
|
}
|
|
}
|