mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-11 17:30:51 +08:00
63 lines
1.4 KiB
JSON
63 lines
1.4 KiB
JSON
{
|
|
"name": "@react-navigation/core",
|
|
"version": "3.7.6",
|
|
"description": "Core utilities for the react-navigation framework",
|
|
"main": "lib/commonjs/index.js",
|
|
"react-native": "lib/module/index.js",
|
|
"module": "lib/module/index.js",
|
|
"files": [
|
|
"src",
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"prepare": "bob build",
|
|
"clean": "del lib"
|
|
},
|
|
"sideEffects": false,
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"tag": "4.x"
|
|
},
|
|
"keywords": [
|
|
"react-navigation",
|
|
"routing",
|
|
"ios",
|
|
"android"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/react-navigation/react-navigation-core.git"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/react-navigation/react-navigation-core/issues"
|
|
},
|
|
"homepage": "https://github.com/react-navigation/react-navigation-core#readme",
|
|
"dependencies": {
|
|
"hoist-non-react-statics": "^3.3.2",
|
|
"path-to-regexp": "^1.8.0",
|
|
"query-string": "^6.13.1",
|
|
"react-is": "^16.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"@react-native-community/bob": "^0.16.2",
|
|
"del-cli": "^3.0.1",
|
|
"react": "~16.13.1",
|
|
"react-native": "~0.63.2",
|
|
"react-native-testing-library": "^6.0.0",
|
|
"react-test-renderer": "~16.13.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*"
|
|
},
|
|
"@react-native-community/bob": {
|
|
"source": "src",
|
|
"output": "lib",
|
|
"targets": [
|
|
"commonjs",
|
|
"module"
|
|
]
|
|
}
|
|
}
|