@react-navigation/drawer
Version:
Integration for the drawer component from react-native-drawer-layout
111 lines (110 loc) • 2.73 kB
JSON
{
"name": "@react-navigation/drawer",
"description": "Integration for the drawer component from react-native-drawer-layout",
"version": "7.1.2",
"keywords": [
"react-native-component",
"react-component",
"react-native",
"react-navigation",
"ios",
"android",
"material",
"drawer"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/react-navigation/react-navigation.git",
"directory": "packages/drawer"
},
"bugs": {
"url": "https://github.com/react-navigation/react-navigation/issues"
},
"homepage": "https://reactnavigation.org/docs/drawer-navigator/",
"source": "./src/index.tsx",
"main": "./lib/commonjs/index.js",
"module": "./lib/module/index.js",
"types": "./lib/typescript/commonjs/src/index.d.ts",
"exports": {
".": {
"import": {
"types": "./lib/typescript/module/src/index.d.ts",
"default": "./lib/module/index.js"
},
"require": {
"types": "./lib/typescript/commonjs/src/index.d.ts",
"default": "./lib/commonjs/index.js"
}
}
},
"files": [
"src",
"lib",
"!**/__tests__"
],
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"scripts": {
"prepack": "bob build",
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^2.2.6",
"color": "^4.2.3",
"react-native-drawer-layout": "^4.1.1",
"use-latest-callback": "^0.2.1"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@react-navigation/native": "^7.0.15",
"@testing-library/react-native": "^12.8.1",
"@types/react": "~18.3.12",
"del-cli": "^5.1.0",
"react": "18.3.1",
"react-native": "0.76.2",
"react-native-builder-bob": "^0.33.2",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "^4.3.0",
"typescript": "^5.5.2"
},
"peerDependencies": {
"@react-navigation/native": "^7.0.15",
"react": ">= 18.2.0",
"react-native": "*",
"react-native-gesture-handler": ">= 2.0.0",
"react-native-reanimated": ">= 2.0.0",
"react-native-safe-area-context": ">= 4.0.0",
"react-native-screens": ">= 4.0.0"
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
[
"commonjs",
{
"esm": true
}
],
[
"module",
{
"esm": true
}
],
[
"typescript",
{
"project": "tsconfig.build.json",
"esm": true
}
]
]
},
"gitHead": "2dc0ec3eaca7aa010d9934cabaa64562b265271a"
}