mirror of
https://github.com/zhigang1992/examples.git
synced 2026-01-12 17:13:21 +08:00
17 lines
394 B
JSON
17 lines
394 B
JSON
{
|
|
"dependencies": {
|
|
"expo": "~38.0.0",
|
|
"expo-image-picker": "~8.3.0",
|
|
"expo-permissions": "~9.0.1",
|
|
"firebase": "7.8.1",
|
|
"react": "~16.11.0",
|
|
"react-dom": "~16.11.0",
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",
|
|
"react-native-web": "0.11.7",
|
|
"uuid": "3.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.9.0"
|
|
}
|
|
}
|