mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-29 02:42:47 -04:00
* Update rspc, prisma-client-rust, axum and tanstack-query - Deleted some unused examples and fully commented out frontend code - Implement many changes required due to the updates - Update most rust dependencies * Re-enable p2p * Fix server * Auto format * Fix injected script format - Update some github actions - Update pnpm lock file * Fix devtools showing up when app opens - Fix million complaining about Sparkles component * Fix sd-server * Fix and improve thumbnails rendering - Fix core always saying a new thumbnail was generated even for files that it skiped thumbnail generation - Rewrite FileThumb and improve related components * Ignore tmp files when running prettier * Improve FileThumb component performance - Rework useExplorerDraggable and useExplorerItemData hooks due to reduce unecessary re-renders * More fixes for thumb component - A couple of minor performance improvements to frontend code * auto format * Fix Thumbnail and QuickPreview * Fix logic for when to show 'fail to load original' error message in QuickPreview - Updated prisma-client-rust, libp2p, tauri, tauri-specta, rspc and hyper * Fix type checking - Format scripts * Add script prettier config * Fix serde missing feature - Use rust-libp2p spacedrive fork again - Update rspc * Autoformat + fix pnpm lock * Fix thumbnail first load again * Autoformat * autoformat * Fix rust-libp2p fork url again? * Remove usePathsInfiniteQuery hook * Update tauri 2.0.6
91 lines
3.0 KiB
JSON
91 lines
3.0 KiB
JSON
{
|
|
"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",
|
|
"@spacedrive/rspc-client": "github:spacedriveapp/rspc#path:packages/client&6a77167495",
|
|
"@spacedrive/rspc-react": "github:spacedriveapp/rspc#path:packages/react&6a77167495",
|
|
"@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": "^5.59",
|
|
"babel-preset-solid": "^1.9.0",
|
|
"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": "^2.0",
|
|
"zod": "^3.23"
|
|
},
|
|
"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.2",
|
|
"eslint-plugin-react-native": "^4.1.0",
|
|
"react-native-svg-transformer": "^1.3.0",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|