react-navigation-stack/example/package.json

30 lines
882 B
JSON
Raw Normal View History

2018-08-03 21:59:12 +00:00
{
2018-09-14 13:27:58 +00:00
"name": "stackexample",
2018-08-03 21:59:12 +00:00
"version": "0.0.1",
"private": true,
2019-01-17 05:37:06 +00:00
"main": "node_modules/expo/AppEntry.js",
2018-08-03 21:59:12 +00:00
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
2019-01-17 05:37:06 +00:00
"postinstall": "rm -rf node_modules/react-navigation-stack/{.git,node_modules,example}"
2018-08-03 21:59:12 +00:00
},
"dependencies": {
2019-01-17 05:37:06 +00:00
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",
"react-native-paper": "^2.2.0",
"react-navigation-stack": "../",
"react-navigation-drawer": "^1.1.0",
"react-navigation-tabs": "*",
"@react-navigation/core": "^3.0.0",
"@react-navigation/native": "^3.1.1",
"expo": "32.0.0",
2018-08-03 21:59:12 +00:00
"hoist-non-react-statics": "^2.5.0",
2019-01-17 05:37:06 +00:00
"prop-types": "^15.6.0"
2018-08-03 21:59:12 +00:00
},
"devDependencies": {
"babel-plugin-module-resolver": "^3.0.0",
"glob-to-regexp": "^0.3.0"
}
}