amis-rpc-design/node_modules/@react-navigation/bottom-tabs/package.json
2023-10-07 19:42:30 +08:00

79 lines
1.9 KiB
JSON

{
"name": "@react-navigation/bottom-tabs",
"description": "Bottom tab navigator following iOS design guidelines",
"version": "7.0.0-alpha.5",
"keywords": [
"react-native-component",
"react-component",
"react-native",
"react-navigation",
"ios",
"android",
"tab"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/react-navigation/react-navigation.git",
"directory": "packages/bottom-tabs"
},
"main": "lib/commonjs/index.js",
"react-native": "src/index.tsx",
"source": "src/index.tsx",
"module": "lib/module/index.js",
"types": "lib/typescript/src/index.d.ts",
"files": [
"src",
"lib",
"!**/__tests__"
],
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"scripts": {
"prepack": "bob build",
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^2.0.0-alpha.2",
"color": "^4.2.3"
},
"devDependencies": {
"@react-navigation/native": "^7.0.0-alpha.4",
"@testing-library/react-native": "^11.5.0",
"@types/color": "^3.0.3",
"@types/react": "~18.0.27",
"@types/react-native": "~0.70.8",
"del-cli": "^5.0.0",
"react": "18.2.0",
"react-native": "0.71.8",
"react-native-builder-bob": "^0.21.0",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"typescript": "^4.9.4"
},
"peerDependencies": {
"@react-navigation/native": "^6.0.0",
"react": "*",
"react-native": "*",
"react-native-safe-area-context": ">= 3.0.0",
"react-native-screens": ">= 3.0.0"
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
]
},
"gitHead": "ae0a70c2d94f77cd8ca8b8d3028f684a63f81b92"
}