An application to use Bluesky lexicons in a slightly different way
at main 1.7 kB view raw
1{ 2 "name": "rabbit", 3 "main": "expo-router/entry", 4 "version": "1.0.0", 5 "scripts": { 6 "start": "expo start", 7 "android": "expo start --android", 8 "ios": "expo start --ios", 9 "web": "expo start --web", 10 "lint": "expo lint", 11 "format": "prettier --write ." 12 }, 13 "prettier": { 14 "semi": false, 15 "singleQuote": true, 16 "trailingComma": "all", 17 "arrowParens": "always" 18 }, 19 "dependencies": { 20 "@atproto/api": "^0.17.3", 21 "@atproto/lexicon": "^0.5.1", 22 "@atproto/syntax": "^0.4.1", 23 "@expo/vector-icons": "^15.0.3", 24 "@react-navigation/bottom-tabs": "^7.4.0", 25 "@react-navigation/elements": "^2.6.3", 26 "@react-navigation/native": "^7.1.8", 27 "expo": "~54.0.21", 28 "expo-constants": "~18.0.10", 29 "expo-font": "~14.0.9", 30 "expo-haptics": "~15.0.7", 31 "expo-image": "~3.0.10", 32 "expo-linking": "~8.0.8", 33 "expo-router": "~6.0.14", 34 "expo-splash-screen": "~31.0.10", 35 "expo-status-bar": "~3.0.8", 36 "expo-symbols": "~1.0.7", 37 "expo-system-ui": "~6.0.8", 38 "expo-web-browser": "~15.0.8", 39 "react": "19.1.0", 40 "react-dom": "19.1.0", 41 "react-native": "0.81.5", 42 "react-native-gesture-handler": "~2.28.0", 43 "react-native-reanimated": "~4.1.1", 44 "react-native-safe-area-context": "~5.6.0", 45 "react-native-screens": "~4.16.0", 46 "react-native-web": "~0.21.0", 47 "react-native-worklets": "0.5.1" 48 }, 49 "devDependencies": { 50 "@types/react": "~19.1.0", 51 "eslint": "^9.25.0", 52 "eslint-config-expo": "~10.0.0", 53 "prettier": "^3.6.2", 54 "typescript": "~5.9.2" 55 }, 56 "private": true, 57 "optionalDependencies": { 58 "unrs-resolver": "^1.11.1" 59 } 60}