{ "name": "@sd/mobile", "version": "1.0.0", "main": "index.js", "license": "GPL-3.0-only", "private": true, "scripts": { "start": "expo start --dev-client", "android": "expo run:android", "ios": "expo run:ios", "prebuild": "expo prebuild", "xcode": "open ios/Spacedrive.xcworkspace", "android-studio": "open -a '/Applications/Android Studio.app' ./android", "lint": "eslint src --cache", "test": "cd ../.. && ./apps/mobile/scripts/run-maestro-tests ios", "export": "expo export", "typecheck": "tsc -b" }, "dependencies": { "@gorhom/bottom-sheet": "^4.4.7", "@hookform/resolvers": "^3.1.0", "@oscartbeaumont-sd/rspc-client": "=0.0.0-main-dc31e5b2", "@oscartbeaumont-sd/rspc-react": "=0.0.0-main-dc31e5b2", "@react-native-async-storage/async-storage": "~1.18.2", "@react-native-masked-view/masked-view": "^0.3.1", "@react-navigation/bottom-tabs": "^6.5.8", "@react-navigation/drawer": "^6.6.3", "@react-navigation/native": "^6.1.7", "@react-navigation/stack": "^6.3.17", "@sd/assets": "workspace:*", "@sd/client": "workspace:*", "@shopify/flash-list": "1.4.3", "@tanstack/react-query": "^4.36.1", "babel-preset-solid": "^1.8.9", "class-variance-authority": "^0.7.0", "dayjs": "^1.11.10", "event-target-polyfill": "^0.0.3", "expo": "~49.0.8", "expo-blur": "^12.6.0", "expo-build-properties": "~0.8.3", "expo-linking": "~5.0.2", "expo-media-library": "~15.4.1", "expo-splash-screen": "~0.20.5", "expo-status-bar": "~1.6.0", "intl": "^1.2.5", "lottie-react-native": "5.1.6", "moti": "^0.26.0", "phosphor-react-native": "^2.0.0", "react": "^18.2.0", "react-hook-form": "^7.47.0", "react-native": "0.72.6", "react-native-circular-progress": "^1.3.9", "react-native-document-picker": "^9.0.1", "react-native-fs": "^2.20.0", "react-native-gesture-handler": "~2.12.1", "react-native-linear-gradient": "^2.8.3", "react-native-popup-menu": "^0.16.1", "react-native-reanimated": "~3.3.0", "react-native-safe-area-context": "4.6.3", "react-native-screens": "~3.22.1", "react-native-svg": "14.1.0", "react-native-wheel-color-picker": "^1.2.0", "solid-js": "^1.8.8", "twrnc": "^3.6.4", "use-count-up": "^3.0.1", "use-debounce": "^9.0.4", "valtio": "^1.11.2", "zod": "~3.22.4" }, "devDependencies": { "@babel/core": "^7.23.2", "@rnx-kit/metro-config": "^1.3.12", "@sd/config": "workspace:*", "@types/react": "^18.2.34", "babel-plugin-module-resolver": "^5.0.0", "eslint-plugin-react-native": "^4.1.0", "react-native-svg-transformer": "^1.1.0", "typescript": "^5.2.2" } }