You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.5 KiB
57 lines
1.5 KiB
{
|
|
"name": "react-navigation-header-buttons",
|
|
"version": "10.0.0",
|
|
"description": "Easily render header buttons for react-navigation.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"lint": "eslint ./src",
|
|
"typescript": "tsc --noEmit --strict index.d.ts",
|
|
"flow": "flow check"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts",
|
|
"src"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vonovak/react-navigation-header-buttons.git"
|
|
},
|
|
"dependencies": {
|
|
"invariant": ">=2"
|
|
},
|
|
"peerDependencies": {
|
|
"@react-navigation/native": ">=5",
|
|
"react-native": ">=0.65.0"
|
|
},
|
|
"keywords": [
|
|
"react-navigation",
|
|
"header",
|
|
"navbar",
|
|
"header buttons"
|
|
],
|
|
"author": "Vojtech Novak",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/vonovak/react-navigation-header-buttons/issues"
|
|
},
|
|
"homepage": "https://github.com/vonovak/react-navigation-header-buttons#readme",
|
|
"devDependencies": {
|
|
"@react-native-community/eslint-config": "^2.0.0",
|
|
"@react-navigation/native": "^5.9.3",
|
|
"@testing-library/react-native": "^7.2.0",
|
|
"eslint": "^7.11.0",
|
|
"eslint-plugin-prettier": "^3.1.2",
|
|
"flow-bin": "^0.137.0",
|
|
"jest": "^26.5.3",
|
|
"metro-react-native-babel-preset": "^0.59.0",
|
|
"prettier": "^2.1.2",
|
|
"react": "16.13.1",
|
|
"react-native": "0.63.3",
|
|
"react-native-gesture-handler": "^1.8.0",
|
|
"react-test-renderer": "16.13.1",
|
|
"typescript": "^4.0.3"
|
|
}
|
|
}
|