mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-28 20:35:19 +08:00
90 lines
2.5 KiB
JSON
90 lines
2.5 KiB
JSON
{
|
|
"name": "react-navigation-material-bottom-tabs",
|
|
"version": "2.1.1",
|
|
"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": {
|
|
"typescript": "tsc --noEmit",
|
|
"lint": "eslint --ext .js,.ts,.tsx .",
|
|
"bootstrap": "yarn --cwd example && yarn",
|
|
"example": "yarn --cwd example",
|
|
"release": "yarn release-it",
|
|
"prepare": "bob build"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"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": {
|
|
"@commitlint/config-conventional": "^7.5.0",
|
|
"@expo/vector-icons": "^10.0.1",
|
|
"@react-native-community/bob": "^0.6.1",
|
|
"@release-it/conventional-changelog": "^1.1.0",
|
|
"@types/hoist-non-react-statics": "^3.3.1",
|
|
"@types/react": "^16.8.17",
|
|
"@types/react-native": "^0.57.57",
|
|
"babel-jest": "^24.5.0",
|
|
"commitlint": "^7.5.2",
|
|
"eslint": "^5.16.0",
|
|
"eslint-config-satya164": "^2.4.1",
|
|
"eslint-plugin-react-native-globals": "^0.1.0",
|
|
"husky": "^1.3.1",
|
|
"jest": "^24.5.0",
|
|
"prettier": "^1.17.1",
|
|
"react": "16.8.3",
|
|
"react-native": "~0.59.8",
|
|
"react-native-gesture-handler": "^1.4.1",
|
|
"react-native-paper": "^3.0.0-alpha.4",
|
|
"react-native-reanimated": "^1.2.0",
|
|
"react-navigation": "^4.0.4",
|
|
"release-it": "^12.3.6",
|
|
"typescript": "^3.5.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-native": "*",
|
|
"react-native-paper": "^2.2.2 || ^3.0.0-alpha.1",
|
|
"react-navigation": "^4.0.4"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
|
|
"pre-commit": "yarn lint && yarn typescript"
|
|
}
|
|
},
|
|
"@react-native-community/bob": {
|
|
"source": "src",
|
|
"output": "lib",
|
|
"targets": [
|
|
"commonjs",
|
|
"module",
|
|
"typescript"
|
|
]
|
|
}
|
|
}
|