|
@ -1,8 +1,11 @@ |
|
|
{ |
|
|
{ |
|
|
|
|
|
"name": "vds-quiz", |
|
|
|
|
|
"version": "3.7.0", |
|
|
"main": "node_modules/expo/AppEntry.js", |
|
|
"main": "node_modules/expo/AppEntry.js", |
|
|
"scripts": { |
|
|
"scripts": { |
|
|
"start": "expo start", |
|
|
"start": "expo start", |
|
|
"android": "expo start --android", |
|
|
"android": "expo start --android", |
|
|
|
|
|
"web": "expo start --web", |
|
|
"build-android": "expo build:android -t app-bundle", |
|
|
"build-android": "expo build:android -t app-bundle", |
|
|
"build-ios": "expo build:ios", |
|
|
"build-ios": "expo build:ios", |
|
|
"ios": "expo start --ios", |
|
|
"ios": "expo start --ios", |
|
@ -10,23 +13,29 @@ |
|
|
"lint": "eslint ." |
|
|
"lint": "eslint ." |
|
|
}, |
|
|
}, |
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
"expo": "^38.0.0", |
|
|
|
|
|
"expo-ads-admob": "~8.2.1", |
|
|
|
|
|
"expo-permissions": "~9.0.1", |
|
|
|
|
|
"react": "16.11.0", |
|
|
|
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz", |
|
|
|
|
|
"react-native-admob": "^1.3.2", |
|
|
|
|
|
"react-native-gesture-handler": "~1.6.0", |
|
|
|
|
|
"react-native-reanimated": "~1.9.0", |
|
|
|
|
|
"react-native-screens": "~2.9.0", |
|
|
|
|
|
"react-navigation": "^3.6.1", |
|
|
|
|
|
|
|
|
"@expo/config-plugins": "^6.0.1", |
|
|
|
|
|
"@react-native-community/async-storage": "^1.12.1", |
|
|
|
|
|
"@react-native-picker/picker": "^2.4.9", |
|
|
|
|
|
"expo": "^48.0.8", |
|
|
|
|
|
"expo-permissions": "^14.1.1", |
|
|
|
|
|
"react": "^18.2.0", |
|
|
|
|
|
"react-native": "0.71.3", |
|
|
|
|
|
"react-native-gesture-handler": "^2.9.0", |
|
|
|
|
|
"react-native-google-mobile-ads": "^10.0.0", |
|
|
|
|
|
"react-native-reanimated": "~2.14.4", |
|
|
|
|
|
"react-native-safe-area-context": "^4.5.0", |
|
|
|
|
|
"react-native-safe-area-view": "^1.1.1", |
|
|
|
|
|
"react-native-screens": "^3.20.0", |
|
|
|
|
|
"react-navigation": "^4.4.4", |
|
|
|
|
|
"react-navigation-stack": "^2.10.4", |
|
|
"remove-console-logs": "^0.1.0" |
|
|
"remove-console-logs": "^0.1.0" |
|
|
}, |
|
|
}, |
|
|
"devDependencies": { |
|
|
"devDependencies": { |
|
|
"babel-preset-expo": "^8.2.3", |
|
|
|
|
|
"eslint": "^5.16.0", |
|
|
|
|
|
"eslint-config-handlebarlabs": "^0.0.3", |
|
|
|
|
|
"prettier": "^1.16.4" |
|
|
|
|
|
|
|
|
"@babel/core": "^7.20.0", |
|
|
|
|
|
"babel-preset-expo": "^9.3.0", |
|
|
|
|
|
"eslint": "^8.36.0", |
|
|
|
|
|
"eslint-config-handlebarlabs": "^0.0.6", |
|
|
|
|
|
"prettier": "^2.8.6" |
|
|
}, |
|
|
}, |
|
|
"private": true |
|
|
"private": true |
|
|
} |
|
|
} |
|
|