26 lines
727 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": "^33.0.0",
"react": "16.8.3",
"react-dom": "^16.8.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-native-circular-progress": "git+https://github.com/bgryszko/react-native-circular-progress.git",
"react-native-web": "^0.11.4"
},
"devDependencies": {
"@types/react": "^16.8.19",
"@types/react-native": "^0.57.60",
"babel-preset-expo": "^5.1.1",
"typescript": "^3.4.5"
},
"private": true
}