mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-01-12 22:51:18 +08:00
79 lines
2.0 KiB
JSON
79 lines
2.0 KiB
JSON
{
|
|
"name": "@react-navigation/drawer",
|
|
"description": "Drawer navigator component with animated transitions and gesturess",
|
|
"version": "5.1.1",
|
|
"keywords": [
|
|
"react-native-component",
|
|
"react-component",
|
|
"react-native",
|
|
"react-navigation",
|
|
"ios",
|
|
"android",
|
|
"material",
|
|
"drawer"
|
|
],
|
|
"license": "MIT",
|
|
"repository": "https://github.com/react-navigation/react-navigation/tree/master/packages/drawer",
|
|
"bugs": {
|
|
"url": "https://github.com/react-navigation/react-navigation/issues"
|
|
},
|
|
"homepage": "https://reactnavigation.org/docs/drawer-navigator.html",
|
|
"main": "lib/commonjs/index.js",
|
|
"react-native": "src/index.tsx",
|
|
"module": "lib/module/index.js",
|
|
"types": "lib/typescript/src/index.d.ts",
|
|
"files": [
|
|
"src",
|
|
"lib"
|
|
],
|
|
"sideEffects": false,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"prepare": "bob build",
|
|
"clean": "del lib"
|
|
},
|
|
"dependencies": {
|
|
"color": "^3.1.2",
|
|
"react-native-iphone-x-helper": "^1.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@react-native-community/bob": "^0.10.0",
|
|
"@react-navigation/native": "^5.0.9",
|
|
"@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-gesture-handler": "^1.6.0",
|
|
"react-native-reanimated": "^1.7.0",
|
|
"react-native-safe-area-context": "^0.7.3",
|
|
"react-native-screens": "^2.3.0",
|
|
"typescript": "^3.7.5"
|
|
},
|
|
"peerDependencies": {
|
|
"@react-navigation/native": "^5.0.5",
|
|
"react": "*",
|
|
"react-native": "*",
|
|
"react-native-gesture-handler": ">= 1.0.0",
|
|
"react-native-reanimated": ">= 1.0.0",
|
|
"react-native-safe-area-context": ">= 0.6.0",
|
|
"react-native-screens": ">= 2.0.0-alpha.0 || >= 2.0.0-beta.0 || >= 2.0.0"
|
|
},
|
|
"@react-native-community/bob": {
|
|
"source": "src",
|
|
"output": "lib",
|
|
"targets": [
|
|
"commonjs",
|
|
"module",
|
|
[
|
|
"typescript",
|
|
{
|
|
"project": "tsconfig.build.json"
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|