{ "name": "@rocksky/app", "main": "index.js", "version": "1.0.0", "scripts": { "start": "expo start", "reset-project": "node ./scripts/reset-project.js", "android": "expo run:android", "ios": "expo run:ios", "web": "expo start --web", "lint": "biome lint src", "storybook-generate": "sb-rn-get-stories", "storybook": "STORYBOOK_ENABLED='true' expo start", "storybook:android": "STORYBOOK_ENABLED='true' expo run:android", "test": "jest", "adb:reverse": "adb reverse tcp:8081 tcp:8081", "format": "biome format src" }, "jest": { "preset": "react-native" }, "dependencies": { "@atproto/api": "^0.15.6", "@expo/vector-icons": "^14.1.0", "@hookform/resolvers": "^5.0.1", "@ipld/dag-cbor": "^9.2.2", "@react-native-async-storage/async-storage": "^2.1.2", "@react-native-menu/menu": "^1.2.3", "@react-navigation/bottom-tabs": "^7.3.12", "@react-navigation/drawer": "^7.3.11", "@react-navigation/elements": "^2.3.8", "@react-navigation/native": "^7.1.8", "@react-navigation/native-stack": "^7.3.12", "@sentry/react-native": "^6.13.1", "@tanstack/react-query": "^5.75.7", "@types/numeral": "^2.0.5", "axios": "^1.9.0", "dayjs": "^1.11.13", "effect": "^3.14.22", "expo": "~53.0.8", "expo-blur": "~14.1.4", "expo-constants": "~17.1.6", "expo-font": "~13.3.1", "expo-haptics": "~14.1.4", "expo-image": "~2.1.7", "expo-linking": "~7.1.4", "expo-router": "~5.0.6", "expo-splash-screen": "~0.30.8", "expo-status-bar": "~2.2.3", "expo-symbols": "~0.4.4", "expo-system-ui": "~5.0.7", "expo-web-browser": "~14.1.6", "i18next": "^25.1.2", "jotai": "^2.12.4", "nativewind": "^4.1.23", "numeral": "^2.0.6", "ramda": "^0.30.1", "react": "19.0.0", "react-content-loader": "^7.0.2", "react-dom": "19.0.0", "react-hook-form": "^7.56.4", "react-i18next": "^15.5.1", "react-native": "0.79.2", "react-native-gesture-handler": "~2.24.0", "react-native-pager-view": "6.7.1", "react-native-reanimated": "~3.17.4", "react-native-safe-area-context": "^5.4.0", "react-native-screens": "~4.10.0", "react-native-svg": "^15.12.0", "react-native-tab-view": "^4.0.12", "react-native-web": "~0.20.0", "react-native-webview": "13.13.5", "swr": "^2.3.3", "tailwindcss": "^3.4.17", "zod": "^3.24.4" }, "devDependencies": { "@babel/core": "^7.25.2", "@biomejs/biome": "^2.2.3", "@gorhom/bottom-sheet": "^5.1.4", "@react-native-community/datetimepicker": "^8.3.0", "@react-native-community/slider": "^4.5.6", "@storybook/addon-ondevice-actions": "^8.6.2", "@storybook/addon-ondevice-controls": "^8.6.2", "@storybook/react-native": "^8.6.2", "@testing-library/react-native": "^13.2.0", "@types/lodash": "^4.17.16", "@types/ramda": "^0.30.2", "@types/react": "~19.0.10", "babel-loader": "^8.4.1", "eslint": "^9.25.0", "eslint-config-expo": "~9.2.0", "eslint-plugin-testing-library": "^7.1.1", "jest": "^29.7.0", "lodash": "^4.17.21", "prettier": "^3.5.3", "svgo": "^3.3.2", "typescript": "~5.8.3", "vitest": "^3.1.3" }, "private": true }