mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-01-12 22:51:18 +08:00
- @react-navigation/bottom-tabs@6.0.0-next.15 - @react-navigation/core@6.0.0-next.11 - @react-navigation/devtools@6.0.0-next.12 - @react-navigation/drawer@6.0.0-next.14 - @react-navigation/elements@1.0.0-next.14 - flipper-plugin-react-navigation@1.1.2 - @react-navigation/material-bottom-tabs@6.0.0-next.11 - @react-navigation/material-top-tabs@6.0.0-next.12 - @react-navigation/native-stack@6.0.0-next.4 - @react-navigation/native@6.0.0-next.11 - @react-navigation/routers@6.0.0-next.4 - @react-navigation/stack@6.0.0-next.22
61 lines
1.3 KiB
JSON
61 lines
1.3 KiB
JSON
{
|
|
"name": "@react-navigation/routers",
|
|
"description": "Routers to help build custom navigators",
|
|
"version": "6.0.0-next.4",
|
|
"keywords": [
|
|
"react",
|
|
"react-native",
|
|
"react-navigation"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/react-navigation/react-navigation.git",
|
|
"directory": "packages/routers"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/react-navigation/react-navigation/issues"
|
|
},
|
|
"homepage": "https://reactnavigation.org/docs/custom-routers/",
|
|
"main": "lib/commonjs/index.js",
|
|
"react-native": "src/index.tsx",
|
|
"source": "src/index.tsx",
|
|
"module": "lib/module/index.js",
|
|
"types": "lib/typescript/src/index.d.ts",
|
|
"files": [
|
|
"src",
|
|
"lib",
|
|
"!**/__tests__"
|
|
],
|
|
"sideEffects": false,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"prepare": "bob build",
|
|
"clean": "del lib"
|
|
},
|
|
"dependencies": {
|
|
"nanoid": "^3.1.22"
|
|
},
|
|
"devDependencies": {
|
|
"del-cli": "^3.0.1",
|
|
"react-native-builder-bob": "^0.18.1",
|
|
"typescript": "^4.2.3"
|
|
},
|
|
"react-native-builder-bob": {
|
|
"source": "src",
|
|
"output": "lib",
|
|
"targets": [
|
|
"commonjs",
|
|
"module",
|
|
[
|
|
"typescript",
|
|
{
|
|
"project": "tsconfig.build.json"
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|