Files
react-navigation/packages/material-bottom-tabs/package.json
Satyajit Sahoo 7656b35ee8 chore: publish
- react-navigation-animated-switch@0.5.6
 - @react-navigation/core@3.7.1
 - react-navigation-drawer@2.4.7
 - react-navigation-material-bottom-tabs@2.2.6
 - @react-navigation/native@3.7.7
 - react-navigation@4.3.3
 - react-navigation-stack@2.3.5
 - react-navigation-tabs@2.8.7
2020-03-23 00:09:22 +01:00

75 lines
1.9 KiB
JSON

{
"name": "react-navigation-material-bottom-tabs",
"version": "2.2.6",
"description": "Material Bottom Tab Navigation component for React Navigation",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
"react-native": "src/index.tsx",
"types": "lib/typescript/src/index.d.ts",
"files": [
"src",
"lib"
],
"scripts": {
"prepare": "bob build",
"clean": "del lib"
},
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"keywords": [
"react-native-component",
"react-component",
"react-native",
"ios",
"android",
"tab",
"material"
],
"repository": {
"type": "git",
"url": "git+https://github.com/react-navigation/react-navigation-material-bottom-tabs.git"
},
"author": "Satyajit Sahoo <satyajit.happy@gmail.com> (https://github.com/satya164/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/react-navigation/react-navigation-material-bottom-tabs/issues"
},
"homepage": "https://github.com/react-navigation/react-navigation-material-bottom-tabs#readme",
"devDependencies": {
"@react-native-community/bob": "^0.10.0",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/react": "^16.9.23",
"@types/react-native": "^0.61.22",
"del-cli": "^3.0.0",
"react": "~16.9.0",
"react-native": "~0.61.5",
"react-native-gesture-handler": "^1.6.0",
"react-native-paper": "^3.1.1",
"react-native-reanimated": "^1.2.0",
"react-navigation": "^4.3.3",
"typescript": "~3.7.5"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-paper": "^2.2.2 || ^3.0.0",
"react-navigation": "^4.1.1"
},
"@react-native-community/bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
]
}
}