2018-12-29 19:08:08 +02:00

21 lines
570 B
JSON

{
"name": "empty-project-template",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"dependencies": {
"expo": "^31.0.2",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-31.0.0.tar.gz",
"react-native-circular-progress": "git+https://github.com/bgryszko/react-native-circular-progress.git"
},
"devDependencies": {
"babel-preset-expo": "^5.0.0"
}
}