{ "name": "p61-project", "private": true, "main": "expo-router/entry", "version": "1.0.0-staging.2", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web", "expo:typed-routes": "expo customize tsconfig.json", "lint:commit": "commitlint", "lint:prettier": "prettier . --check", "lint:eslint": "eslint . --max-warnings 0 --report-unused-disable-directives --ignore-path .gitignore", "lint:typescript": "tsc --noEmit", "lint:staged": "lint-staged", "test": "jest --reporters=default --reporters=jest-junit", "supabase": "supabase --workdir \"./infrastructure\"", "postinstall": "husky" }, "dependencies": { "@expo/vector-icons": "14.0.0", "@hookform/resolvers": "3.3.4", "@react-native-async-storage/async-storage": "1.21.0", "@react-navigation/native": "6.1.16", "@supabase/supabase-js": "2.42.1", "expo": "50.0.15", "expo-font": "11.10.3", "expo-linking": "6.2.2", "expo-router": "3.4.8", "expo-splash-screen": "0.26.4", "expo-status-bar": "1.11.1", "expo-system-ui": "2.9.3", "expo-web-browser": "12.8.2", "immer": "10.0.4", "lottie-react-native": "6.5.1", "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "7.51.2", "react-native": "0.73.6", "react-native-calendars": "1.1304.1", "react-native-circular-progress-indicator": "4.4.2", "react-native-elements": "3.4.3", "react-native-gesture-handler": "2.14.1", "react-native-paper": "5.12.3", "react-native-reanimated": "3.6.3", "react-native-safe-area-context": "4.8.2", "react-native-screens": "3.29.0", "react-native-url-polyfill": "2.0.0", "react-native-vector-icons": "10.0.3", "react-native-web": "0.19.10", "reanimated-color-picker": "3.0.3", "zod": "3.22.4" }, "devDependencies": { "@babel/core": "7.24.4", "@commitlint/cli": "19.1.0", "@commitlint/config-conventional": "19.1.0", "@testing-library/react-native": "12.4.5", "@total-typescript/ts-reset": "0.5.1", "@tsconfig/strictest": "2.0.5", "@types/jest": "29.5.12", "@types/node": "20.12.7", "@types/react": "18.2.76", "@types/react-test-renderer": "18.0.7", "@typescript-eslint/eslint-plugin": "7.6.0", "@typescript-eslint/parser": "7.6.0", "eslint": "8.57.0", "eslint-config-conventions": "14.1.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-prettier": "5.1.3", "eslint-plugin-promise": "6.1.1", "eslint-plugin-react": "7.34.1", "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-react-native": "4.1.0", "eslint-plugin-unicorn": "51.0.1", "husky": "9.0.11", "jest": "29.7.0", "jest-expo": "50.0.4", "jest-junit": "16.0.0", "lint-staged": "15.2.2", "react-test-renderer": "18.2.0", "supabase": "1.153.4", "typescript": "5.4.5" } }