react-navigation-shared-element
Version:
react-native-shared-element bindings for React Navigation
69 lines (68 loc) • 2.19 kB
JSON
{
"name": "react-navigation-shared-element",
"version": "3.1.3",
"description": "react-native-shared-element bindings for React Navigation",
"main": "build/index.js",
"types": "build/index.d.ts",
"sideEffects": false,
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"install:5": "yarn add --dev @react-navigation/bottom-tabs@5 @react-navigation/material-top-tabs@5 @react-navigation/native@5 @react-navigation/stack@5"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"react-navigation-shared-element",
"navigation-shared-element",
"navigation",
"shared-element"
],
"repository": {
"type": "git",
"url": "git+https://github.com/IjzerenHein/react-navigation-shared-element.git"
},
"author": "IjzerenHein <hrutjes@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/IjzerenHein/react-navigation-shared-element/issues"
},
"homepage": "https://github.com/IjzerenHein/react-navigation-shared-element#readme",
"files": [
"src/",
"build/"
],
"dependencies": {
"hoist-non-react-statics": "^3.3.2"
},
"devDependencies": {
"@commitlint/config-conventional": "^13.1.0",
"@react-navigation/bottom-tabs": "^6.0.5",
"@react-navigation/material-top-tabs": "^6.0.2",
"@react-navigation/native": "^6.0.2",
"@react-navigation/stack": "^6.0.7",
"@types/react": "^17.0.15",
"@types/react-native": "^0.64.12",
"commitlint": "^13.1.0",
"conventional-changelog-cli": "^2.1.1",
"eslint": "^7.32.0",
"expo-module-scripts": "^2.0.0",
"prettier": "^2.3.2",
"react-native-shared-element": "0.8.2",
"react-navigation": "^4.4.4",
"react-navigation-stack": "^2.10.4",
"react-navigation-tabs": "^2.11.1"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-shared-element": "*"
}
}