mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-09 22:51:57 +08:00
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "@react-navigation/compat",
|
|
"description": "Compatibility layer to write navigator definitions in static configuration format",
|
|
"version": "5.0.0-alpha.3",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/react-navigation/navigation-ex.git",
|
|
"directory": "packages/compat"
|
|
},
|
|
"main": "lib/commonjs/index.js",
|
|
"react-native": "src/index.tsx",
|
|
"module": "lib/module/index.js",
|
|
"types": "lib/typescript/compat/src/index.d.ts",
|
|
"files": [
|
|
"src",
|
|
"lib"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"prepare": "bob build",
|
|
"clean": "del lib"
|
|
},
|
|
"dependencies": {
|
|
"@react-navigation/routers": "^5.0.0-alpha.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^16.8.19",
|
|
"react": "^16.8.3",
|
|
"typescript": "^3.5.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@react-navigation/core": "^5.0.0-alpha.0",
|
|
"react": "^16.8.3"
|
|
},
|
|
"@react-native-community/bob": {
|
|
"source": "src",
|
|
"output": "lib",
|
|
"targets": [
|
|
"commonjs",
|
|
"module",
|
|
"typescript"
|
|
]
|
|
}
|
|
}
|