Last active
January 20, 2026 09:50
-
-
Save vvv-sss/cbb86f57817a93c4a9c947582ce62532 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "make-it-animated", | |
| "main": "expo-router/entry", | |
| "version": "2.1.0", | |
| "scripts": { | |
| "dev": "expo start -c", | |
| "ios": "expo run:ios --device", | |
| "android": "expo run:android --device" | |
| }, | |
| "jest": { | |
| "preset": "jest-expo" | |
| }, | |
| "dependencies": { | |
| "@expo-google-fonts/bangers": "^0.4.1", | |
| "@expo-google-fonts/libre-baskerville": "^0.4.0", | |
| "@expo-google-fonts/outfit": "^0.4.3", | |
| "@expo/vector-icons": "^15.0.2", | |
| "@gorhom/bottom-sheet": "^5.2.6", | |
| "@legendapp/list": "^2.0.15", | |
| "@react-native-masked-view/masked-view": "^0.3.2", | |
| "@react-navigation/drawer": "^7.5.0", | |
| "@react-navigation/material-top-tabs": "^7.4.11", | |
| "@sentry/react-native": "~7.2.0", | |
| "@shopify/flash-list": "2.0.2", | |
| "@shopify/react-native-skia": "2.2.12", | |
| "algoliasearch": "^5.44.0", | |
| "clsx": "^2.1.1", | |
| "expo": "^54.0.10", | |
| "expo-blur": "~15.0.7", | |
| "expo-build-properties": "~1.0.9", | |
| "expo-camera": "~17.0.8", | |
| "expo-constants": "~18.0.9", | |
| "expo-dev-client": "~6.0.12", | |
| "expo-device": "~8.0.8", | |
| "expo-font": "~14.0.8", | |
| "expo-glass-effect": "~0.1.7", | |
| "expo-haptics": "~15.0.7", | |
| "expo-image": "~3.0.8", | |
| "expo-linear-gradient": "~15.0.7", | |
| "expo-linking": "~8.0.8", | |
| "expo-notifications": "~0.32.11", | |
| "expo-router": "^6.0.21", | |
| "expo-splash-screen": "~31.0.10", | |
| "expo-status-bar": "~3.0.8", | |
| "expo-system-ui": "~6.0.7", | |
| "expo-updates": "~29.0.11", | |
| "expo-web-browser": "~15.0.7", | |
| "lottie-react-native": "^7.3.4", | |
| "lucide-react-native": "^0.544.0", | |
| "onesignal-expo-plugin": "^2.0.3", | |
| "react": "19.1.0", | |
| "react-dom": "19.1.0", | |
| "react-instantsearch-core": "^7.19.0", | |
| "react-native": "0.81.5", | |
| "react-native-collapsible-tab-view": "^8.0.1", | |
| "react-native-gesture-handler": "~2.28.0", | |
| "react-native-keyboard-controller": "1.18.5", | |
| "react-native-onesignal": "^5.2.13", | |
| "react-native-pager-view": "^8.0.0", | |
| "react-native-reanimated": "~4.1.1", | |
| "react-native-redash": "^18.1.4", | |
| "react-native-safe-area-context": "~5.6.0", | |
| "react-native-screen-transitions": "^3.2.0", | |
| "react-native-screens": "^4.20.0", | |
| "react-native-svg": "15.12.1", | |
| "react-native-theme-switch-animation": "^0.8.0", | |
| "react-native-video": "^6.17.0", | |
| "react-native-web": "^0.21.0", | |
| "react-native-worklets": "0.5.1", | |
| "react-timer-hook": "^4.0.5", | |
| "reanimated-color-picker": "^4.1.1", | |
| "svg-path-properties": "^2.0.0", | |
| "tailwind-merge": "^3.3.1", | |
| "tailwindcss": "^4.1.17", | |
| "uniwind": "1.2.2", | |
| "zustand": "^5.0.8" | |
| }, | |
| "devDependencies": { | |
| "@babel/core": "^7.20.0", | |
| "@types/jest": "^29.5.12", | |
| "@types/react": "~19.1.10", | |
| "@types/react-test-renderer": "19.0.0", | |
| "dotenv-cli": "^8.0.0", | |
| "eslint": "^8.57.0", | |
| "eslint-config-expo": "~10.0.0", | |
| "eslint-config-prettier": "^9.1.0", | |
| "eslint-plugin-prettier": "^5.2.1", | |
| "eslint-plugin-react-compiler": "^19.1.0-rc.2", | |
| "jest": "^29.2.1", | |
| "jest-expo": "~54.0.12", | |
| "prettier": "^3.3.3", | |
| "react-test-renderer": "19.0.0", | |
| "typescript": "~5.9.2" | |
| }, | |
| "reanimated": { | |
| "staticFeatureFlags": { | |
| "ENABLE_SHARED_ELEMENT_TRANSITIONS": true | |
| } | |
| }, | |
| "private": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment