{ "name": "@teal/amethyst", "main": "expo-router/entry", "version": "1.0.0", "scripts": { "start": "expo start", "dev": "expo start", "android": "expo run:android", "ios": "expo run:ios", "web": "expo start --web", "build": "expo export --output-dir ./build --platform all", "test": "jest --watchAll", "lexgen": "lex gen-server ./lexicons/generated/server/ ./lexicons/src/" }, "jest": { "preset": "jest-expo" }, "dependencies": { "@aquareum/atproto-oauth-client-react-native": "^0.0.1", "@atproto/api": "^0.13.18", "@atproto/lex-cli": "^0.5.3", "@atproto/oauth-client": "^0.3.5", "@babel/plugin-transform-export-namespace-from": "^7.25.9", "@expo/vector-icons": "^14.0.4", "@gorhom/bottom-sheet": "^5.0.6", "@react-native-async-storage/async-storage": "1.23.1", "@react-native-picker/picker": "^2.11.0", "@react-navigation/native": "^7.0.9", "@rn-primitives/avatar": "^1.1.0", "@rn-primitives/hover-card": "^1.1.0", "@rn-primitives/portal": "^1.1.0", "@rn-primitives/progress": "^1.1.0", "@rn-primitives/slot": "^1.1.0", "@rn-primitives/tooltip": "^1.1.0", "@rn-primitives/types": "^1.1.0", "@teal/lexicons": "workspace:*", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "eslint-plugin-react-compiler": "19.0.0-beta-37ed2a7-20241206", "expo": "~52.0.27", "expo-constants": "^17.0.3", "expo-font": "~13.0.1", "expo-image-picker": "^16.0.6", "expo-linking": "~7.0.3", "expo-router": "~4.0.1", "expo-splash-screen": "~0.29.21", "expo-sqlite": "^15.0.3", "expo-status-bar": "~2.0.0", "expo-system-ui": "~4.0.4", "expo-web-browser": "~14.0.1", "lucide-react-native": "^0.460.0", "nativewind": "^4.1.23", "react": "18.3.1", "react-compiler-runtime": "19.0.0-beta-37ed2a7-20241206", "react-dom": "18.3.1", "react-native": "0.76.6", "react-native-gesture-handler": "~2.20.2", "react-native-reanimated": "~3.16.6", "react-native-safe-area-context": "4.12.0", "react-native-screens": "~4.4.0", "react-native-svg": "15.8.0", "react-native-web": "~0.19.13", "tailwind-merge": "^2.5.5", "zustand": "^5.0.1" }, "devDependencies": { "@babel/core": "^7.26.0", "@babel/runtime": "^7.26.0", "@expo/metro-runtime": "~4.0.1", "@expo/prebuild-config": "^8.0.23", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.15", "@react-native/typescript-config": "^0.76.5", "@types/node": "^22.10.1", "@types/react": "18.3.12", "@types/react-dom": "18.3.1", "babel-plugin-module-resolver": "^5.0.2", "babel-plugin-react-compiler": "19.0.0-beta-37ed2a7-20241206", "eslint": "^8", "eslint-config-expo": "~8.0.1", "react-refresh": "^0.16.0", "tailwindcss": "^3.4.16", "tailwindcss-animate": "^1.0.7", "ts-node": "^10.9.2", "typescript": "^5.3.3" }, "private": true }