mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-12 09:21:09 +08:00
36 lines
984 B
JSON
36 lines
984 B
JSON
{
|
|
"name": "drawerexample",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"eject": "expo eject",
|
|
"test": "node ./node_modules/jest/bin/jest.js --watchAll"
|
|
},
|
|
"dependencies": {
|
|
"react": "16.3.1",
|
|
"react-native": "~0.55.0",
|
|
"react-native-paper": "^2.1.3",
|
|
"react-navigation-stack": "^1.0.0-alpha",
|
|
"@react-navigation/core": "^3.0.0-alpha",
|
|
"@react-navigation/native": "^3.0.0-alpha",
|
|
"expo": "~30.0.0",
|
|
"hoist-non-react-statics": "^2.5.0",
|
|
"prop-types": "^15.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-module-resolver": "^3.0.0",
|
|
"babel-preset-expo": "^4.0.0",
|
|
"glob-to-regexp": "^0.3.0",
|
|
"react-native-scripts": "1.8.1"
|
|
},
|
|
"resolutions": {
|
|
"**/prop-types": "15.6.0",
|
|
"**/react-lifecycles-compat": "3.0.4",
|
|
"**/hoist-non-react-statics": "2.5.0"
|
|
}
|
|
}
|