{ "name": "featheroom", "main": "expo-router/entry", "version": "1.0.0", "scripts": { "start": "expo start", "android": "expo run:android", "ios": "expo run:ios", "web": "expo start --web", "test": "jest --watchAll", "lint": "eslint . --fix", "expo:fix": "expo install --fix", "expo:lint": "expo lint", "format": "prettier -w .", "expo": "expo" }, "jest": { "preset": "jest-expo" }, "dependencies": { "@expo-google-fonts/jetbrains-mono": "^0.2.3", "@expo-google-fonts/noto-sans": "^0.2.3", "@expo/vector-icons": "^14.0.0", "@googleapis/classroom": "^4.4.0", "@react-native-google-signin/google-signin": "^13.1.0", "@react-navigation/drawer": "^6.6.15", "@react-navigation/native": "^6.0.2", "@shopify/flash-list": "1.6.4", "@shopify/react-native-skia": "1.2.3", "@tanstack/react-query": "^5.59.16", "expo": "~51.0.31", "expo-font": "~12.0.5", "expo-image": "~1.13.0", "expo-linking": "~6.3.1", "expo-localization": "~15.0.3", "expo-router": "~3.5.23", "expo-secure-store": "~13.0.1", "expo-splash-screen": "~0.27.4", "expo-status-bar": "~1.12.1", "expo-system-ui": "~3.0.4", "expo-web-browser": "~13.0.3", "formik": "^2.4.6", "i18n-js": "^4.4.3", "nativewind": "^4.1.21", "react": "18.2.0", "react-dom": "18.2.0", "react-native": "0.74.5", "react-native-gesture-handler": "~2.16.1", "react-native-paper": "^5.12.3", "react-native-reanimated": "~3.10.1", "react-native-safe-area-context": "4.10.5", "react-native-screens": "3.31.1", "react-native-web": "~0.19.6", "tailwindcss": "^3.4.14", "yup": "^1.4.0" }, "devDependencies": { "@babel/core": "^7.20.0", "@types/react": "~18.2.45", "@typescript-eslint/eslint-plugin": "^7.8.0", "eas-cli": "^13.4.2", "eslint": "^8.57.0", "eslint-config-expo": "^7.1.2", "eslint-config-universe": "^12.0.0", "jest": "^29.2.1", "jest-expo": "~51.0.4", "prettier": "^3.2.5", "react-test-renderer": "18.2.0", "typescript": "~5.3.3" }, "private": true }