UNPKG

react-native-drawer-layout

Version:
86 lines (85 loc) 2 kB
{ "name": "react-native-drawer-layout", "description": "Drawer component for React Native", "version": "4.2.2", "keywords": [ "react-native-component", "react-component", "react-native", "ios", "android", "drawer", "swipe" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/react-navigation/react-navigation.git", "directory": "packages/react-native-drawer-layout" }, "bugs": { "url": "https://github.com/react-navigation/react-navigation/issues" }, "homepage": "https://reactnavigation.org/docs/drawer-layout/", "main": "./lib/module/index.js", "types": "./lib/typescript/src/index.d.ts", "exports": { ".": { "source": "./src/index.tsx", "types": "./lib/typescript/src/index.d.ts", "default": "./lib/module/index.js" }, "./package.json": "./package.json" }, "files": [ "src", "lib", "!**/__tests__" ], "sideEffects": false, "scripts": { "prepack": "bob build", "clean": "del lib" }, "dependencies": { "color": "^4.2.3", "use-latest-callback": "^0.2.4" }, "devDependencies": { "@jest/globals": "^30.0.0", "@testing-library/react-native": "^13.2.1", "@types/color": "^4.2.0", "@types/react": "~19.0.10", "del-cli": "^6.0.0", "react": "19.1.0", "react-native": "0.81.5", "react-native-builder-bob": "^0.40.17", "react-native-reanimated": "^3.19.4", "typescript": "^5.9.2" }, "peerDependencies": { "react": ">= 18.2.0", "react-native": "*", "react-native-gesture-handler": ">= 2.0.0", "react-native-reanimated": ">= 2.0.0" }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ [ "module", { "esm": true } ], [ "typescript", { "project": "tsconfig.build.json" } ] ] }, "gitHead": "b64841d9e23d091fa4a7dc2f7d7f4967d7c0f67c" }