Files
react-navigation/packages/core/package.json
Satyajit Sahoo 9b55493e76 chore: publish
- react-navigation-animated-switch@0.6.3
 - @react-navigation/core@3.7.9
 - react-navigation-drawer@2.6.0
 - react-navigation-material-bottom-tabs@2.3.3
 - @react-navigation/native@3.8.3
 - react-navigation@4.4.3
 - react-navigation-stack@2.9.0
 - react-navigation-tabs@2.10.0
2020-10-26 18:19:28 +01:00

63 lines
1.4 KiB
JSON

{
"name": "@react-navigation/core",
"version": "3.7.9",
"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.6",
"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"
]
}
}