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.
55 lines
1.7 KiB
55 lines
1.7 KiB
{
|
|
"name": "vds-quiz",
|
|
"version": "3.8.3",
|
|
"license": "MIT",
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo run:android",
|
|
"web": "expo start --web",
|
|
"build-android-old": "expo build:android -t app-bundle",
|
|
"build-android": "eas build -p android",
|
|
"build-android-local": "eas build -p android --profile preview",
|
|
"build-ios": "expo build:ios",
|
|
"ios": "expo run:ios",
|
|
"eject": "expo eject",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"@react-native-admob/admob": "^2.0.1",
|
|
"@react-native-async-storage/async-storage": "^2.2.0",
|
|
"@react-native-community/cli": "^20.0.2",
|
|
"@react-native-masked-view/masked-view": "^0.3.2",
|
|
"@react-native-picker/picker": "2.11.1",
|
|
"@react-navigation/bottom-tabs": "^7.4.7",
|
|
"@react-navigation/native": "^7.1.17",
|
|
"@react-navigation/native-stack": "^7.3.26",
|
|
"expo": "^54.0.4",
|
|
"expo-build-properties": "^1.0.8",
|
|
"expo-dev-client": "^6.0.12",
|
|
"expo-updates": "^29.0.10",
|
|
"react": "19.1.0",
|
|
"react-native": "^0.81.4",
|
|
"react-native-gesture-handler": "^2.28.0",
|
|
"react-native-google-mobile-ads": "^15.7.0",
|
|
"react-native-reanimated": "^4.1.0",
|
|
"react-native-safe-area-context": "^5.6.1",
|
|
"react-native-safe-area-view": "^1.1.1",
|
|
"react-native-screens": "^4.16.0",
|
|
"react-native-worklets": "^0.5.1",
|
|
"remove-console-logs": "^0.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"expo-modules-autolinking": "^1.1.2"
|
|
},
|
|
"rnpm": {
|
|
"assets": [
|
|
"./assets/fonts/"
|
|
]
|
|
},
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@babel/core": "^7.28.4",
|
|
"@babel/preset-env": "^7.28.3"
|
|
}
|
|
}
|