Files
EMI-ExpoAPP/package.json
2022-03-06 20:31:50 -08:00

29 lines
700 B
JSON

{
"name": "app",
"version": "1.0.0",
"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": "~43.0.2",
"expo-status-bar": "~1.1.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-google-material-icons": "^1.0.4",
"react-native": "0.64.3",
"react-native-autoheight-webview": "^1.6.1",
"react-native-paper": "^4.11.2",
"react-native-web": "0.17.1",
"react-native-webview": "^11.17.2"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}