mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-01-12 22:51:18 +08:00
69 lines
1.6 KiB
JSON
69 lines
1.6 KiB
JSON
{
|
|
"name": "@react-navigation/core",
|
|
"description": "Core utilities for building navigators",
|
|
"version": "5.2.1",
|
|
"keywords": [
|
|
"react",
|
|
"react-native",
|
|
"react-navigation"
|
|
],
|
|
"license": "MIT",
|
|
"repository": "https://github.com/react-navigation/react-navigation/tree/master/packages/core",
|
|
"bugs": {
|
|
"url": "https://github.com/react-navigation/react-navigation/issues"
|
|
},
|
|
"homepage": "https://reactnavigation.org",
|
|
"main": "lib/commonjs/index.js",
|
|
"react-native": "src/index.tsx",
|
|
"module": "lib/module/index.js",
|
|
"types": "lib/typescript/src/index.d.ts",
|
|
"files": [
|
|
"src",
|
|
"lib"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"prepare": "bob build",
|
|
"clean": "del lib"
|
|
},
|
|
"dependencies": {
|
|
"@react-navigation/routers": "^5.1.0",
|
|
"escape-string-regexp": "^2.0.0",
|
|
"query-string": "^6.11.1",
|
|
"react-is": "^16.13.0",
|
|
"shortid": "^2.2.15",
|
|
"use-subscription": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@react-native-community/bob": "^0.10.0",
|
|
"@types/react": "^16.9.23",
|
|
"@types/react-is": "^16.7.1",
|
|
"@types/shortid": "^0.0.29",
|
|
"@types/use-subscription": "^1.0.0",
|
|
"del-cli": "^3.0.0",
|
|
"react": "~16.9.0",
|
|
"react-native-testing-library": "^1.12.0",
|
|
"react-test-renderer": "~16.9.0",
|
|
"typescript": "^3.7.5"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*"
|
|
},
|
|
"@react-native-community/bob": {
|
|
"source": "src",
|
|
"output": "lib",
|
|
"targets": [
|
|
"commonjs",
|
|
"module",
|
|
[
|
|
"typescript",
|
|
{
|
|
"project": "tsconfig.build.json"
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|