mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-09 22:51:57 +08:00
20 lines
386 B
JSON
20 lines
386 B
JSON
{
|
|
"name": "@navigation-ex/native",
|
|
"version": "0.0.1",
|
|
"main": "src/index",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@navigation-ex/core": "^0.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^16.8.24",
|
|
"@types/react-native": "^0.60.2",
|
|
"react": "16.8.3",
|
|
"react-native": "^0.59.8"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-native": "*"
|
|
}
|
|
}
|