mirror of
https://github.com/zhigang1992/react-navigation-scrollable-modal.git
synced 2026-01-12 17:43:09 +08:00
26 lines
647 B
JSON
26 lines
647 B
JSON
{
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web",
|
|
"eject": "expo eject"
|
|
},
|
|
"dependencies": {
|
|
"expo": "~42.0.1",
|
|
"expo-status-bar": "~1.0.4",
|
|
"react": "16.13.1",
|
|
"react-dom": "16.13.1",
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
|
|
"react-native-web": "~0.13.12"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.9.0",
|
|
"@types/react": "~16.9.35",
|
|
"@types/react-native": "~0.63.2",
|
|
"typescript": "~4.0.0"
|
|
},
|
|
"private": true
|
|
}
|