mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-09 09:13:32 +08:00
- react-navigation-animated-switch@0.5.12 - @react-navigation/core@3.7.6 - react-navigation-drawer@2.4.13 - react-navigation-material-bottom-tabs@2.2.12 - @react-navigation/native@3.7.13 - react-navigation@4.3.9 - react-navigation-stack@2.4.0 - react-navigation-tabs@2.8.13
55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"name": "react-navigation-animated-switch",
|
|
"version": "0.5.12",
|
|
"description": "Animated switch for React Navigation",
|
|
"main": "lib/commonjs/index.js",
|
|
"react-native": "lib/module/index.js",
|
|
"module": "lib/module/index.js",
|
|
"types": "lib/typescript/src/index.d.ts",
|
|
"author": "",
|
|
"license": "MIT",
|
|
"files": [
|
|
"src",
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"prepare": "bob build",
|
|
"clean": "del lib"
|
|
},
|
|
"sideEffects": false,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"@react-native-community/bob": "0.10.0",
|
|
"@types/react": "16.9.23",
|
|
"@types/react-native": "0.61.22",
|
|
"del-cli": "^3.0.0",
|
|
"react": "~16.9.0",
|
|
"react-native": "~0.61.5",
|
|
"react-native-reanimated": "~1.7.0",
|
|
"react-navigation": "^4.3.9",
|
|
"typescript": "~3.8.3"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-native": "*",
|
|
"react-native-reanimated": "^1.0.0",
|
|
"react-navigation": "^4.1.1"
|
|
},
|
|
"@react-native-community/bob": {
|
|
"source": "src",
|
|
"output": "lib",
|
|
"targets": [
|
|
"commonjs",
|
|
"module",
|
|
[
|
|
"typescript",
|
|
{
|
|
"project": "tsconfig.build.json"
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|