mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-10 17:23:42 +08:00
22 lines
466 B
JSON
22 lines
466 B
JSON
{
|
|
"name": "@navigation-ex/core",
|
|
"version": "0.0.1",
|
|
"main": "src/index",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"shortid": "^2.2.14",
|
|
"use-subscription": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.4.5",
|
|
"@types/react": "^16.8.19",
|
|
"@types/shortid": "^0.0.29",
|
|
"react": "^16.8.3",
|
|
"react-native-testing-library": "^1.9.1",
|
|
"react-test-renderer": "^16.8.3"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.3"
|
|
}
|
|
}
|