Files
spacedrive/apps/mobile/package.json
StarbirdTech abedb6a6e6 chore: fix package exports, hoist types, remove stale lockfiles
Clean up package.json files: hoist @types/react to root devDependencies
with overrides, add proper exports and type declarations to @sd/assets,
improve @sd/ts-client exports and move react/@tanstack/react-query to
peer dependencies. Fix i64/u64 type mismatch in location manager.

Delete stale lockfiles from packages/interface, packages/ts-client, and
apps/mobile/modules/sd-mobile-core that shouldn't exist in a monorepo
managed by the root lockfile.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 02:19:00 -05:00

78 lines
2.6 KiB
JSON

{
"name": "@sd/mobile",
"version": "0.1.0",
"private": true,
"main": "expo-router/entry",
"scripts": {
"start": "bunx expo start",
"android": "bunx expo run:android",
"ios": "bunx expo run:ios",
"patch": "./scripts/patch-svg.sh",
"prebuild": "bun run patch && bunx expo prebuild",
"prebuild:clean": "bun run patch && bunx expo prebuild --clean",
"xcode": "open ios/Spacedrive.xcworkspace",
"android-studio": "open -a '/Applications/Android Studio.app' ./android",
"data": "open \"$(xcrun simctl get_app_container booted com.spacedrive.app data)\"",
"lint": "eslint src --cache",
"typecheck": "tsc -b"
},
"dependencies": {
"@callstack/liquid-glass": "^0.7.0",
"@dev-plugins/react-query": "^0.4.0",
"@gorhom/bottom-sheet": "^5.0.6",
"@react-native-async-storage/async-storage": "^2.1.0",
"@react-native-clipboard/clipboard": "^1.16.3",
"@react-native-community/slider": "^5.1.1",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/drawer": "^7.1.1",
"@react-navigation/native": "^7.0.14",
"@react-navigation/native-stack": "^7.2.0",
"@sd/assets": "workspace:*",
"@sd/ts-client": "workspace:*",
"@sd/ui": "workspace:*",
"@shopify/flash-list": "2.0.2",
"@tanstack/react-query": "^5.59.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"expo": "~54.0.0",
"expo-asset": "~12.0.10",
"expo-blur": "^15.0.8",
"expo-build-properties": "~1.0.9",
"expo-camera": "^17.0.10",
"expo-constants": "~18.0.10",
"expo-dev-client": "~6.0.19",
"expo-document-picker": "~14.0.7",
"expo-file-system": "~19.0.19",
"expo-haptics": "~15.0.7",
"expo-image": "~3.0.10",
"expo-linking": "~8.0.9",
"expo-router": "~6.0.0",
"expo-splash-screen": "~31.0.11",
"expo-status-bar": "~3.0.8",
"nativewind": "^4.1.23",
"phosphor-react-native": "^2.1.0",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-gesture-handler": "~2.28.0",
"react-native-qrcode-svg": "^6.3.21",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-worklets": "^0.7.1",
"sd-mobile-core": "file:./modules/sd-mobile-core",
"zustand": "^5.0.2"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-transform-runtime": "^7.28.5",
"@babel/runtime": "^7.28.4",
"babel-preset-expo": "~54.0.0",
"eslint": "^9.15.0",
"prettier": "^3.3.3",
"react-native-svg-transformer": "^1.5.0",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3"
}
}