You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.2 KiB
41 lines
1.2 KiB
{
|
|
"name": "vds-quiz",
|
|
"version": "3.7.0",
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"web": "expo start --web",
|
|
"build-android": "expo build:android -t app-bundle",
|
|
"build-ios": "expo build:ios",
|
|
"ios": "expo start --ios",
|
|
"eject": "expo eject",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"@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"
|
|
},
|
|
"devDependencies": {
|
|
"@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
|
|
}
|