Files
react-navigation/packages/example/package.json
2019-10-10 23:39:04 +02:00

49 lines
1.3 KiB
JSON

{
"name": "@react-navigation/example",
"description": "Demo app to showcase various functionality of React Navigation",
"version": "5.0.0-alpha.12",
"private": true,
"workspaces": {
"nohoist": [
"*",
"*/**"
]
},
"scripts": {
"start": "expo start",
"native": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"postinstall": "jetify"
},
"dependencies": {
"@expo/vector-icons": "^10.0.0",
"@react-native-community/masked-view": "^0.1.1",
"expo": "^35.0.0",
"expo-asset": "~7.0.0",
"query-string": "^6.8.3",
"react": "~16.8.3",
"react-dom": "~16.8.3",
"react-native": "~0.59.10",
"react-native-gesture-handler": "~1.3.0",
"react-native-paper": "^3.0.0-alpha.3",
"react-native-reanimated": "~1.2.0",
"react-native-safe-area-context": "~0.3.6",
"react-native-screens": "2.0.0-alpha.3",
"react-native-tab-view": "2.10.0",
"react-native-unimodules": "^0.7.0-rc.1",
"scheduler": "^0.16.1",
"shortid": "^2.2.15",
"use-subscription": "^1.1.1"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@types/react": "^16.9.4",
"@types/react-native": "^0.60.17",
"babel-preset-expo": "^7.0.0",
"expo-cli": "^3.1.2",
"jetifier": "^1.6.4",
"typescript": "^3.6.3"
}
}