spacedrive/apps/mobile/package.json
2022-11-02 00:31:56 -07:00

66 lines
2.1 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",
"xcode": "open ios/spacedrive.xcworkspace",
"android-studio": "open -a '/Applications/Android Studio.app' ./android",
"lint": "eslint src/**/*.{ts,tsx} && tsc --noEmit",
"postinstall": "node scripts/postinstall.js"
},
"dependencies": {
"@gorhom/bottom-sheet": "^4.4.5",
"@react-native-async-storage/async-storage": "~1.17.10",
"@react-native-masked-view/masked-view": "0.2.8",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/drawer": "^6.5.0",
"@react-navigation/native": "^6.0.13",
"@react-navigation/stack": "^6.3.2",
"@rspc/client": "^0.0.0-main-7c0a67c1",
"@rspc/react": "^0.0.0-main-7c0a67c1",
"@sd/assets": "workspace:*",
"@sd/client": "workspace:*",
"@shopify/flash-list": "^1.3.1",
"@tanstack/react-query": "^4.12.0",
"byte-size": "^8.1.0",
"class-variance-authority": "^0.2.3",
"dayjs": "^1.11.6",
"expo": "~46.0.15",
"expo-linking": "~3.2.2",
"expo-media-library": "~14.2.0",
"expo-splash-screen": "~0.16.2",
"expo-status-bar": "~1.4.0",
"intl": "^1.2.5",
"lottie-react-native": "^5.1.4",
"moti": "^0.20.0",
"phosphor-react-native": "^1.1.2",
"react": "18.0.0",
"react-native": "0.69.6",
"react-native-document-picker": "^8.1.1",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "~2.5.0",
"react-native-reanimated": "~2.10.0",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-svg": "13.0.0",
"twrnc": "^3.4.1",
"use-count-up": "^3.0.1",
"valtio": "^1.7.1"
},
"devDependencies": {
"@rnx-kit/metro-config": "^1.3.2",
"@types/react": "~18.0.0",
"@types/react-native": "~0.69.5",
"babel-plugin-module-resolver": "^4.1.0",
"eslint-plugin-react-native": "^4.0.0",
"metro-minify-terser": "^0.73.1",
"react-native-svg-transformer": "^1.0.0",
"typescript": "^4.8.4"
}
}