UNPKG

@qeepsake/react-navigation-overlay

Version:

Don't we all wish that React Navigation had awesome Overlays like React Native Navigation ? Now it does 💪

58 lines (57 loc) • 1.71 kB
{ "name": "@qeepsake/react-navigation-overlay", "version": "3.0.0", "description": "Don't we all wish that React Navigation had awesome Overlays like React Native Navigation ? Now it does 💪", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "microbundle-crl --no-compress --format modern,cjs", "start": "microbundle-crl watch --no-compress --format modern,cjs", "prepare": "run-s build", "test": "jest", "prepublishOnly": "pinst --disable", "postpublish": "pinst --enable", "pre-commit": "lint-staged", "_postinstall": "husky install" }, "repository": { "type": "git", "url": "git+https://github.com/Qeepsake/react-navigation-overlay.git" }, "keywords": [ "react-navigation", "react-native", "react-native-navigation", "overlays" ], "author": "Aspect Apps Limited", "license": "MIT", "bugs": { "url": "https://github.com/Qeepsake/react-navigation-overlay/issues" }, "homepage": "https://github.com/Qeepsake/react-navigation-overlay#readme", "dependencies": { "react-native-modal": "^13.0.1" }, "peerDependencies": { "react": "*", "react-native": "*" }, "devDependencies": { "@commitlint/cli": "^12.1.4", "@commitlint/config-conventional": "^12.1.4", "@types/react": "^18.2.29", "@types/react-native": "^0.72.5", "@typescript-eslint/parser": "^4.26.1", "husky": "^6.0.0", "lint-staged": "^11.0.0", "microbundle-crl": "^0.13.10", "npm-run-all": "^4.1.5", "pinst": "^2.1.6", "prettier": "^2.3.0", "react": "18.2.0", "react-native": "0.72.4", "react-native-modal": "^13.0.1", "semantic-release": "^17.4.3" } }