LifeRPG_v2.0/modern/mobile/package.json
dependabot[bot] 010b376ff5
build(deps): bump the npm_and_yarn group across 1 directory with 4 updates (#2)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-19 22:54:09 -04:00

43 lines
1.4 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "@liferpg/mobile",
"version": "1.0.0",
"description": "This is a lightweight scaffold to kickstart a React Native app using Expo. Its intentionally minimal: folders, placeholders, and guidance to get you moving fast.",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "expo start",
"start:tunnel": "expo start --tunnel",
"android": "expo run:android",
"lint": "eslint .",
"eas:build:android:dev": "eas build -p android --profile development --non-interactive"
},
"keywords": [],
"author": "",
"license": "ISC",
"private": "true",
"devDependencies": {
"@react-native/eslint-config": "^0.81.1",
"@types/react": "^19.1.12",
"@types/react-native": "^0.73.0",
"eslint": "^8.57.1",
"eas-cli": "^18.3.0",
"typescript": "^5.9.2"
},
"dependencies": {
"@react-navigation/native": "^7.1.17",
"@react-navigation/native-stack": "^7.3.25",
"@react-navigation/bottom-tabs": "^7.2.9",
"expo": "^53.0.20",
"expo-background-fetch": "^13.1.6",
"expo-secure-store": "^14.2.3",
"expo-sqlite": "^15.2.14",
"expo-task-manager": "^13.1.6",
"react-native-app-auth": "^8.0.3",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react": "19.0.0",
"react-native": "0.79.5"
},
"react-native": "0.76.0",
"react": "18.2.0"
}