GT2/Ejectable/node_modules/@react-navigation/bottom-tabs/package.json

109 lines
3.0 KiB
JSON
Raw Normal View History

2021-08-16 00:14:59 +00:00
{
"@react-native-community/bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
]
},
"_from": "@react-navigation/bottom-tabs@5.11.2",
"_id": "@react-navigation/bottom-tabs@5.11.2",
"_inBundle": false,
"_integrity": "sha512-7+hH00N9Ze74VcX8uYWVyXFXZ0Fwid+lG+SSLtmnJjk1Y6oIQpQ17EPqKO0UZlKKjhsvMlAnL5fdgFtoqnSjcA==",
"_location": "/@react-navigation/bottom-tabs",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@react-navigation/bottom-tabs@5.11.2",
"name": "@react-navigation/bottom-tabs",
"escapedName": "@react-navigation%2fbottom-tabs",
"scope": "@react-navigation",
"rawSpec": "5.11.2",
"saveSpec": null,
"fetchSpec": "5.11.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/@react-navigation/bottom-tabs/-/bottom-tabs-5.11.2.tgz",
"_shasum": "5b541612fcecdea2a5024a4028da35e4a727bde6",
"_spec": "@react-navigation/bottom-tabs@5.11.2",
"_where": "/jd/work/GT2/newMaster/Ejectable",
"bugs": {
"url": "https://github.com/react-navigation/react-navigation/issues"
},
"bundleDependencies": false,
"dependencies": {
"color": "^3.1.3",
"react-native-iphone-x-helper": "^1.3.0"
},
"deprecated": false,
"description": "Bottom tab navigator following iOS design guidelines",
"devDependencies": {
"@react-native-community/bob": "^0.16.2",
"@react-navigation/native": "^5.8.10",
"@testing-library/react-native": "^7.1.0",
"@types/color": "^3.0.1",
"@types/react": "^16.9.53",
"@types/react-native": "^0.63.30",
"del-cli": "^3.0.1",
"react": "~16.13.1",
"react-native": "~0.63.2",
"react-native-safe-area-context": "3.1.4",
"react-native-screens": "~2.10.1",
"typescript": "^4.0.3"
},
"files": [
"src",
"lib",
"!**/__tests__"
],
"gitHead": "7754eb450f28139990f45be13c17681d1a89bcc9",
"homepage": "https://github.com/react-navigation/react-navigation#readme",
"keywords": [
"react-native-component",
"react-component",
"react-native",
"react-navigation",
"ios",
"android",
"tab"
],
"license": "MIT",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
"name": "@react-navigation/bottom-tabs",
"peerDependencies": {
"@react-navigation/native": "^5.0.5",
"react": "*",
"react-native": "*",
"react-native-safe-area-context": ">= 0.6.0",
"react-native-screens": ">= 2.0.0-alpha.0 || >= 2.0.0-beta.0 || >= 2.0.0"
},
"publishConfig": {
"access": "public"
},
"react-native": "src/index.tsx",
"repository": {
"type": "git",
"url": "git+https://github.com/react-navigation/react-navigation.git",
"directory": "packages/bottom-tabs"
},
"scripts": {
"clean": "del lib",
"prepare": "bob build"
},
"sideEffects": false,
"source": "src/index.tsx",
"types": "lib/typescript/src/index.d.ts",
"version": "5.11.2"
}