{ "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": "./apps/mobile/scripts/run-maestro-tests.sh ios", "export": "expo export", "typecheck": "tsc -b", "format": "prettier --write ." }, "dependencies": { "@dr.pogodin/react-native-fs": "^2.24.1", "@gorhom/bottom-sheet": "^4.6.1", "@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.23.1", "@react-native-masked-view/masked-view": "^0.3.1", "@react-navigation/bottom-tabs": "^6.5.19", "@react-navigation/drawer": "^6.6.14", "@react-navigation/native": "^6.1.16", "@react-navigation/native-stack": "^6.9.25", "@sd/assets": "workspace:*", "@sd/client": "workspace:*", "@shopify/flash-list": "1.6.4", "@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.4", "expo": "~51.0.28", "expo-av": "^14.0.6", "expo-blur": "^13.0.2", "expo-build-properties": "~0.12.5", "expo-haptics": "~13.0.1", "expo-image": "^1.12.13", "expo-linking": "~6.3.1", "expo-media-library": "~16.0.4", "expo-splash-screen": "~0.27.5", "expo-status-bar": "~1.12.1", "intl": "^1.2.5", "lottie-react-native": "6.7.0", "manage-external-storage": "^0.1.3", "metro-react-native-babel-transformer": "^0.77.0", "moti": "^0.29.0", "phosphor-react-native": "^2.0.0", "react": "^18.2.0", "react-hook-form": "^7.47.0", "react-native": "0.74.5", "react-native-circular-progress": "^1.3.9", "react-native-device-info": "^10.13.1", "react-native-document-picker": "^9.0.1", "react-native-file-viewer": "^2.1.5", "react-native-gesture-handler": "~2.16.2", "react-native-linear-gradient": "^2.8.3", "react-native-popup-menu": "^0.16.1", "react-native-reanimated": "~3.10.1", "react-native-safe-area-context": "4.10.5", "react-native-screens": "~3.31.1", "react-native-svg": "15.2.0", "react-native-toast-message": "^2.2.0", "react-native-wheel-color-picker": "^1.2.0", "rive-react-native": "^6.2.3", "solid-js": "^1.8.8", "twrnc": "^4.1.0", "use-count-up": "^3.0.1", "use-debounce": "^9.0.4", "valtio": "^1.11.2", "zod": "~3.22.4" }, "devDependencies": { "@babel/core": "^7.24.0", "@rnx-kit/metro-config": "^1.3.15", "@sd/config": "workspace:*", "@types/react": "^18.2.79", "babel-plugin-module-resolver": "^5.0.0", "eslint-plugin-react-native": "^4.1.0", "react-native-svg-transformer": "^1.3.0", "typescript": "^5.3.3" } }