{ "name": "expo-example", "main": "index.ts", "private": true, "version": "1.0.0", "scripts": { "clean": "git clean -xdf .cache .expo .turbo android ios node_modules", "start": "expo start", "dev": "expo run:android", "ios": "expo run:ios", "web": "expo start --web", "test": "jest --watchAll", "lint": "expo lint", "android": "expo run:android" }, "dependencies": { "@better-auth/expo": "workspace:*", "@expo/vector-icons": "^14.0.2", "@nanostores/react": "^0.8.0", "@react-native-async-storage/async-storage": "1.23.1", "@react-navigation/native": "^6.0.2", "@rn-primitives/avatar": "^1.1.0", "@rn-primitives/separator": "^1.1.0", "@rn-primitives/slot": "^1.1.0", "@rn-primitives/types": "^1.1.0", "@types/better-sqlite3": "^7.6.11", "babel-plugin-transform-import-meta": "^2.2.1", "better-sqlite3": "^11.5.0", "better-auth": "workspace:*", "expo": "~51.0.38", "expo-constants": "~16.0.2", "expo-font": "~12.0.9", "expo-linking": "~6.3.1", "expo-router": "~3.5.23", "expo-secure-store": "~13.0.2", "expo-splash-screen": "~0.27.5", "expo-status-bar": "~1.12.1", "expo-system-ui": "~3.0.7", "expo-web-browser": "~13.0.3", "nanostores": "^0.11.2", "nativewind": "^4.1.21", "pg": "^8.13.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-native": "~0.74.6", "react-native-gesture-handler": "~2.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.8.0", "react-native-web": "~0.19.10", "tailwindcss": "^3.4.14" }, "devDependencies": { "@babel/core": "^7.25.8", "@babel/preset-env": "^7.25.8", "@babel/runtime": "^7.25.7", "@types/babel__core": "^7.20.5", "@types/jest": "^29.5.12", "@types/react": "^18.3.1", "@types/react-test-renderer": "^18.0.7", "typescript": "~5.3.3" } }