mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-01-12 22:51:18 +08:00
46 lines
1.4 KiB
JSON
46 lines
1.4 KiB
JSON
{
|
|
"name": "@react-navigation/example",
|
|
"description": "Demo app to showcase various functionality of React Navigation",
|
|
"version": "5.0.0-alpha.23",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"web": "expo start --web",
|
|
"native": "react-native start",
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "^10.0.0",
|
|
"@react-native-community/masked-view": "0.1.5",
|
|
"color": "^3.1.2",
|
|
"expo": "^36.0.2",
|
|
"expo-asset": "~8.0.0",
|
|
"query-string": "^6.9.0",
|
|
"react": "~16.9.0",
|
|
"react-dom": "~16.9.0",
|
|
"react-native": "~0.61.5",
|
|
"react-native-gesture-handler": "~1.5.3",
|
|
"react-native-iphone-x-helper": "^1.2.1",
|
|
"react-native-paper": "^3.4.0",
|
|
"react-native-reanimated": "^1.4.0",
|
|
"react-native-safe-area-context": "^0.6.2",
|
|
"react-native-screens": "^2.0.0-alpha.22",
|
|
"react-native-tab-view": "2.11.0",
|
|
"react-native-unimodules": "^0.7.0",
|
|
"react-native-web": "^0.11.7",
|
|
"scheduler": "^0.18.0",
|
|
"shortid": "^2.2.15",
|
|
"use-subscription": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.7.7",
|
|
"@expo/webpack-config": "^0.10.9",
|
|
"@types/react": "^16.9.17",
|
|
"@types/react-native": "^0.60.30",
|
|
"babel-preset-expo": "^8.0.0",
|
|
"expo-cli": "^3.11.5",
|
|
"typescript": "^3.7.4"
|
|
}
|
|
}
|