small fix, don't worry about it

This commit is contained in:
Tomas Dvorak
2026-04-10 12:06:01 +02:00
parent 954a1a1080
commit c6a99c7e21
214 changed files with 40237 additions and 2828 deletions
+33
View File
@@ -0,0 +1,33 @@
{
"name": "trackeep-mobile",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"start:dev-client": "expo start --dev-client",
"android": "expo start --android",
"ios": "expo start --ios",
"android:run": "expo run:android",
"ios:run": "expo run:ios",
"prebuild:clean": "expo prebuild --clean",
"web": "expo start --web",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@react-native-async-storage/async-storage": "2.2.0",
"expo": "~55.0.5",
"expo-document-picker": "~14.0.7",
"expo-linking": "~55.0.7",
"expo-secure-store": "~15.0.7",
"expo-share-intent": "~6.0.0",
"expo-status-bar": "~55.0.4",
"react": "19.2.0",
"react-native": "0.83.2",
"react-native-webview": "~13.16.1"
},
"devDependencies": {
"@types/react": "~19.2.2",
"typescript": "~5.9.2"
},
"private": true
}