mirror of
https://github.com/Dvorinka/Trackeep.git
synced 2026-06-03 20:12:58 +00:00
34 lines
902 B
JSON
34 lines
902 B
JSON
{
|
|
"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
|
|
}
|