GT2/Ejectable/node_modules/@react-navigation/stack/package.json

113 lines
3.2 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/stack@~5.12.8",
"_id": "@react-navigation/stack@5.12.8",
"_inBundle": false,
"_integrity": "sha512-wUJFbU0v606RBXOUxHToCXJNmiwxtFYhN2TFvjxCZ3PJU+OWWx8HTmn99pT3rVH4Ax2cfO5BDUy9v+r74ZrIWw==",
"_location": "/@react-navigation/stack",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@react-navigation/stack@~5.12.8",
"name": "@react-navigation/stack",
"escapedName": "@react-navigation%2fstack",
"scope": "@react-navigation",
"rawSpec": "~5.12.8",
"saveSpec": null,
"fetchSpec": "~5.12.8"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/@react-navigation/stack/-/stack-5.12.8.tgz",
"_shasum": "31e54e05d8a3ffaaa3e39a1a9b7969f8316a35bf",
"_spec": "@react-navigation/stack@~5.12.8",
"_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": "Stack navigator component for iOS and Android with animated transitions and gestures",
"devDependencies": {
"@react-native-community/bob": "^0.16.2",
"@react-native-community/masked-view": "^0.1.10",
"@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-gesture-handler": "~1.7.0",
"react-native-safe-area-context": "3.1.4",
"react-native-screens": "~2.10.1",
"typescript": "^4.0.3"
},
"files": [
"src",
"lib",
"!**/__tests__"
],
"gitHead": "1406eb83edfe9f93d74758f473076a12ce4d1297",
"homepage": "https://reactnavigation.org/docs/stack-navigator/",
"keywords": [
"react-native-component",
"react-component",
"react-native",
"react-navigation",
"ios",
"android",
"stack"
],
"license": "MIT",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
"name": "@react-navigation/stack",
"peerDependencies": {
"@react-native-community/masked-view": ">= 0.1.0",
"@react-navigation/native": "^5.0.5",
"react": "*",
"react-native": "*",
"react-native-gesture-handler": ">= 1.0.0",
"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/stack"
},
"scripts": {
"clean": "del lib",
"prepare": "bob build"
},
"sideEffects": false,
"source": "src/index.tsx",
"types": "lib/typescript/src/index.d.ts",
"version": "5.12.8"
}