2019-11-28 14:03:46 +00:00
|
|
|
{
|
|
|
|
"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": {
|
2021-11-09 20:21:42 +00:00
|
|
|
"expo": "^43.0.0",
|
|
|
|
"react": "17.0.1",
|
|
|
|
"react-dom": "17.0.1",
|
|
|
|
"react-native": "0.64.2",
|
|
|
|
"react-native-web": "0.17.1"
|
2019-11-28 14:03:46 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-11-09 20:21:42 +00:00
|
|
|
"@types/react": "~17.0.21",
|
|
|
|
"@types/react-native": "~0.64.12",
|
|
|
|
"babel-preset-expo": "8.5.1",
|
|
|
|
"typescript": "~4.3.5"
|
2019-11-28 14:03:46 +00:00
|
|
|
},
|
|
|
|
"private": true
|
|
|
|
}
|