{ "name": "@maerchenzauber/mobile", "main": "expo-router/entry", "version": "1.1.0", "scripts": { "dev": "expo start", "start": "expo start", "start:web": "expo start && node proxy/server.js", "reset-project": "node ./scripts/reset-project.js", "android": "expo run:android", "ios": "expo run:ios", "web": "expo start --web", "build": "expo export", "test": "jest --watchAll", "test:auth": "node ./scripts/run-auth-tests.js", "test:auth:watch": "node ./scripts/run-auth-tests.js all --watch", "test:auth:coverage": "node ./scripts/run-auth-tests.js all --coverage", "test:auth:debug": "node ./scripts/run-auth-tests.js all --debug", "lint": "expo lint", "type-check": "tsc --noEmit", "clean": "rm -rf .expo dist", "postinstall": "patch-package" }, "jest": { "preset": "jest-expo", "setupFilesAfterEnv": [ "/jest.setup.js" ], "testMatch": [ "**/__tests__/**/*.test.[jt]s?(x)", "**/?(*.)+(spec|test).[jt]s?(x)" ], "testPathIgnorePatterns": [ "/node_modules/", "/__tests__/utils/", "/__tests__/debugging/" ], "transformIgnorePatterns": [ "node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg)" ] }, "dependencies": { "@expo-google-fonts/charmonman": "^0.2.3", "@expo-google-fonts/grandstander": "^0.3.0", "@expo/server": "^0.4.4", "@expo/vector-icons": "^15.0.2", "@google/generative-ai": "^0.21.0", "@react-native-async-storage/async-storage": "^2.2.0", "@react-native-community/netinfo": "^11.4.1", "@react-native-google-signin/google-signin": "^14.0.2", "@react-native-picker/picker": "2.11.1", "@react-navigation/native": "^7.1.8", "@supabase/supabase-js": "^2.81.1", "base-64": "^1.0.0", "base64-js": "^1.5.1", "cors": "^2.8.5", "dotenv": "^16.4.7", "expo": "^54.0.21", "expo-apple-authentication": "~8.0.7", "expo-application": "~7.0.7", "expo-blur": "~15.0.7", "expo-clipboard": "~8.0.7", "expo-constants": "~18.0.9", "expo-dev-client": "~6.0.16", "expo-device": "~8.0.9", "expo-file-system": "~19.0.15", "expo-font": "~14.0.8", "expo-image": "~3.0.10", "expo-image-picker": "~17.0.8", "expo-linear-gradient": "~15.0.7", "expo-linking": "~8.0.8", "expo-localization": "~17.0.7", "expo-router": "~6.0.14", "expo-secure-store": "~15.0.7", "expo-splash-screen": "~31.0.10", "expo-status-bar": "~3.0.8", "expo-symbols": "^1.0.7", "expo-system-ui": "~6.0.8", "expo-web-browser": "~15.0.8", "express": "^4.21.2", "http-proxy-middleware": "^3.0.3", "i18next": "^25.6.0", "i18next-browser-languagedetector": "^8.2.0", "node-fetch": "^2.7.0", "posthog-js": "^1.282.0", "posthog-react-native": "^3.16.1", "react": "19.1.0", "react-dom": "19.1.0", "react-i18next": "^16.1.2", "react-native": "0.81.5", "react-native-blurhash": "^2.1.2", "react-native-gesture-handler": "~2.28.0", "react-native-keyboard-aware-scroll-view": "^0.9.5", "react-native-pager-view": "6.9.1", "react-native-purchases": "^8.12.0", "react-native-reanimated": "~4.1.1", "react-native-safe-area-context": "~5.6.0", "react-native-screens": "~4.16.0", "react-native-toast-message": "^2.3.3", "react-native-url-polyfill": "^2.0.0", "react-native-web": "^0.21.0", "react-native-worklets-core": "^1.6.2", "replicate": "^1.0.1", "tsx": "^4.19.2", "zustand": "^5.0.8" }, "devDependencies": { "@babel/core": "^7.20.0", "@testing-library/react-native": "^13.3.3", "@types/jest": "^29.5.12", "@types/react": "^19.2.3", "@types/react-dom": "^19.2.3", "@types/react-test-renderer": "^19.0.0", "@types/uuid": "^10.0.0", "jest": "^29.2.1", "jest-expo": "~54.0.13", "patch-package": "^8.0.0", "react-test-renderer": "19.1.0", "typescript": "~5.9.3" }, "private": true }