2019-11-28 15:03:46 +01: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": {
|
2019-12-02 10:13:16 +01:00
|
|
|
"expo": "35.0.1",
|
|
|
|
|
"react": "16.12.0",
|
|
|
|
|
"react-dom": "16.12.0",
|
2020-01-03 11:07:35 +01:00
|
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz",
|
2019-12-02 10:13:16 +01:00
|
|
|
"react-native-web": "0.11.7"
|
2019-11-28 15:03:46 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2019-12-02 10:13:16 +01:00
|
|
|
"@types/react": "16.9.13",
|
|
|
|
|
"@types/react-native": "0.60.23",
|
|
|
|
|
"babel-preset-expo": "7.1.0",
|
|
|
|
|
"typescript": "3.7.2"
|
2019-11-28 15:03:46 +01:00
|
|
|
},
|
|
|
|
|
"private": true
|
|
|
|
|
}
|