this string has no description
package.json edited
61 lines 1.9 kB view raw
1{ 2 "name": "app", 3 "main": "expo-router/entry", 4 "version": "1.0.0", 5 "scripts": { 6 "start": "expo start", 7 "reset-project": "node ./scripts/reset-project.js", 8 "android": "expo run:android", 9 "ios": "expo run:ios", 10 "web": "expo start --web", 11 "lint": "expo lint" 12 }, 13 "dependencies": { 14 "@atproto/api": "^0.18.8", 15 "@atproto/lexicon": "^0.5.2", 16 "@atproto/oauth-client-expo": "^0.0.8", 17 "@atproto/xrpc": "^0.7.7", 18 "@expo/vector-icons": "^15.0.3", 19 "@luxray/lexicons": "workspace:*", 20 "@react-native-community/datetimepicker": "^8.4.4", 21 "@react-navigation/bottom-tabs": "^7.4.0", 22 "@react-navigation/elements": "^2.9.3", 23 "@react-navigation/native": "^7.1.8", 24 "@tanstack/react-query": "^5.90.15", 25 "expo": "~54.0.33", 26 "expo-constants": "~18.0.13", 27 "expo-dev-client": "~6.0.20", 28 "expo-font": "~14.0.11", 29 "expo-haptics": "~15.0.8", 30 "expo-image": "~3.0.11", 31 "expo-linear-gradient": "~15.0.8", 32 "expo-linking": "~8.0.11", 33 "expo-router": "~6.0.23", 34 "expo-secure-store": "^15.0.8", 35 "expo-splash-screen": "~31.0.13", 36 "expo-status-bar": "~3.0.9", 37 "expo-symbols": "~1.0.8", 38 "expo-system-ui": "~6.0.9", 39 "expo-web-browser": "~15.0.10", 40 "lucide-react": "^0.482.0", 41 "react": "19.1.0", 42 "react-dom": "19.1.0", 43 "react-native-gesture-handler": "~2.28.0", 44 "react-native-get-random-values": "^1.11.0", 45 "react-native-reanimated": "~4.1.6", 46 "react-native-safe-area-context": "~5.6.2", 47 "react-native-screens": "~4.16.0", 48 "react-native-url-polyfill": "^2.0.0", 49 "react-native-web": "~0.21.2", 50 "react-native-worklets": "0.5.1", 51 "react-native": "0.81.5" 52 }, 53 "devDependencies": { 54 "@expo/cli": "^54.0.20", 55 "@types/react": "~19.1.17", 56 "eslint": "^9.39.2", 57 "eslint-config-expo": "~10.0.0", 58 "typescript": "~5.9.3" 59 }, 60 "private": true 61}