{ "name": "@react-navigation/native", "version": "3.6.2", "description": "React Native support for React Navigation", "main": "dist/index.js", "files": [ "dist/", "src/", "LICENSE.md", "README.md" ], "react-native": "src/index.js", "scripts": { "test": "jest", "lint": "eslint .", "format": "eslint . --fix", "babel": "babel --no-babelrc --plugins=syntax-jsx,syntax-class-properties,syntax-object-rest-spread,transform-flow-strip-types src --copy-files --ignore '**/__tests__/**'", "build": "yarn babel --out-dir dist", "dev": "yarn babel --watch src --out-dir example/node_modules/@react-navigation/native/dist", "prepare": "yarn build", "release": "release-it" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "keywords": [ "react-native", "react-navigation", "ios", "android" ], "repository": { "type": "git", "url": "git+https://github.com/react-navigation/react-navigation-native.git" }, "author": "", "license": "MIT", "bugs": { "url": "https://github.com/react-navigation/react-navigation-native/issues" }, "homepage": "https://github.com/react-navigation/react-navigation-native#readme", "devDependencies": { "@expo/vector-icons": "^6.2.0", "@react-navigation/core": "^3.5.0-alpha.4", "babel-cli": "^6.26.0", "babel-jest": "^22.4.1", "babel-plugin-syntax-class-properties": "^6.13.0", "babel-plugin-syntax-jsx": "^6.18.0", "babel-plugin-syntax-object-rest-spread": "^6.13.0", "babel-plugin-transform-flow-strip-types": "^6.22.0", "babel-preset-react-native": "^4.0.0", "del-cli": "^1.1.0", "eslint": "^4.12.1", "eslint-config-satya164": "^1.0.1", "eslint-plugin-react-native-globals": "^0.1.0", "husky": "^0.14.3", "jest": "^23.6.0", "prettier": "^1.8.2", "react": "16.6.3", "react-dom": "16.3.2", "react-native": "^0.57.7", "react-navigation": "^2.11.2", "react-test-renderer": "16.6.3", "release-it": "^7.6.1" }, "peerDependencies": { "@react-navigation/core": "^3.0.0", "react": "*", "react-native": "*", "react-native-gesture-handler": "*" }, "jest": { "preset": "react-native", "testRegex": "/__tests__/[^/]+-test\\.js$", "setupFiles": [ "<rootDir>/jest-setup.js" ], "coveragePathIgnorePatterns": [ "jest-setup.js" ], "modulePathIgnorePatterns": [ "<rootDir>/example/" ], "transformIgnorePatterns": [ "node_modules/(?!(jest-)?react-native|react-clone-referenced-element|react-navigation-deprecated-tab-navigator|react-navigation|@react-navigation/core)" ] }, "prettier": { "trailingComma": "es5", "singleQuote": true }, "dependencies": { "hoist-non-react-statics": "^3.0.1", "react-native-safe-area-view": "^0.14.1", "react-native-screens": "^1.0.0 || ^1.0.0-alpha" } }