123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- {
- "scripts": {
- "start": "expo start --dev-client",
- "android": "react-native run-android",
- "build:ios": "react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios'",
- "ios": "react-native run-ios",
- "web": "expo start --web",
- "check-deps": "rnx-dep-check",
- "fix-deps": "rnx-dep-check --write",
- "eject": "expo eject",
- "test": "jest",
- "docs": "jsdoc --readme ./readme.md -c jsdoc.json --debug -d docs"
- },
- "jest": {
- "preset": "jest-expo",
- "transformIgnorePatterns": [
- "node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|@sentry/.*|@react-native-community/picker)/"
- ],
- "collectCoverage": true,
- "collectCoverageFrom": [
- "**/*.{js,jsx,ts,tsx}",
- "!**/coverage/**",
- "!**/node_modules/**",
- "!**/docs/**",
- "!**/babel.config.js",
- "!**/jest.setup.js"
- ],
- "timers": "fake"
- },
- "dependencies": {
- "@babel/runtime": "^7.18.6",
- "@expo-google-fonts/racing-sans-one": "^0.2.2",
- "@expo/vector-icons": "^12.0.0",
- "@openspacelabs/react-native-zoomable-view": "^2.0.4",
- "@react-native-community/checkbox": "^0.5.8",
- "@react-native-community/slider": "4.1.12",
- "@react-native-picker/picker": "^2.4.2",
- "@react-navigation/bottom-tabs": "^6.3.1",
- "@react-navigation/native": "^6.0.8",
- "@react-navigation/native-stack": "^6.6.2",
- "@react-navigation/stack": "^6.2.0",
- "@turf/turf": "^6.5.0",
- "@types/react-native-dotenv": "^0.2.0",
- "axios": "^0.27.2",
- "b64-to-blob": "^1.2.19",
- "date-fns": "^2.28.0",
- "expo": "^44.0.0",
- "expo-app-loading": "~1.3.0",
- "expo-asset": "~8.4.6",
- "expo-auth-session": "~3.5.0",
- "expo-cli": "^5.4.12",
- "expo-constants": "~13.0.1",
- "expo-eas-client": "^0.2.1",
- "expo-file-system": "~13.1.4",
- "expo-font": "~10.0.4",
- "expo-image-picker": "~12.0.1",
- "expo-keep-awake": "~10.0.1",
- "expo-linking": "~3.0.0",
- "expo-modules-core": "~0.6.4",
- "expo-notifications": "~0.14.0",
- "expo-random": "~12.1.1",
- "expo-secure-store": "~11.1.0",
- "expo-speech": "~10.1.0",
- "expo-splash-screen": "~0.14.1",
- "expo-status-bar": "~1.2.0",
- "expo-updates": "~0.11.7",
- "expo-web-browser": "~10.1.0",
- "formik": "^2.2.9",
- "jwt-decode": "^3.1.2",
- "md5": "^2.3.0",
- "mobx": "^6.6.1",
- "mobx-react": "^7.5.1",
- "parcel": "^2.6.2",
- "patch-package": "^6.4.7",
- "postcss": "^8.4.14",
- "react": "17.0.1",
- "react-dom": "17.0.1",
- "react-hook-form": "^7.33.1",
- "react-native": "^0.64.3",
- "react-native-animated-spinkit": "^1.5.2",
- "react-native-collapsible": "^1.6.0",
- "react-native-config": "^1.4.6",
- "react-native-device-info": "^9.0.2",
- "react-native-dialog": "^9.2.2",
- "react-native-dotenv": "^3.3.1",
- "react-native-fast-image": "^8.5.11",
- "react-native-fs": "^2.18.0",
- "react-native-gesture-handler": "~2.1.0",
- "react-native-get-random-values": "~1.7.0",
- "react-native-maps": "0.29.4",
- "react-native-maps-directions": "^1.8.0",
- "react-native-material-menu": "^2.0.0",
- "react-native-modal": "^11.10.0",
- "react-native-multi-selectbox": "^1.5.0",
- "react-native-multiple-select": "^0.5.9",
- "react-native-paper": "^4.12.2",
- "react-native-permissions": "^3.3.1",
- "react-native-picker-select": "^8.0.4",
- "react-native-popup-menu": "^0.15.12",
- "react-native-reanimated": "~2.3.1",
- "react-native-root-toast": "^3.4.0",
- "react-native-safe-area-context": "3.3.2",
- "react-native-screens": "~3.10.1",
- "react-native-sectioned-multi-select": "^0.9.1",
- "react-native-sha256": "^1.4.7",
- "react-native-side-drawer": "^2.0.0",
- "react-native-spinkit": "^1.5.1",
- "react-native-spokestack": "^6.1.4",
- "react-native-svg": "12.1.1",
- "react-native-svg-transformer": "^1.0.0",
- "react-native-toast-message": "^2.1.5",
- "react-native-view-shot": "3.1.2",
- "react-native-web": "0.17.7",
- "react-native-windows": "^0.64.30",
- "react-query": "^3.39.1",
- "uuid": "^8.3.2",
- "yup": "^0.32.11"
- },
- "devDependencies": {
- "@babel/core": "^7.12.9",
- "@parcel/transformer-image": "^2.6.2",
- "@rnx-kit/dep-check": "^1.12.17",
- "@types/react": "~17.0.21",
- "@types/react-native": "~0.67.6",
- "cssnano": "^5.1.12",
- "typescript": "~4.3.5"
- },
- "private": true,
- "name": "atlas-mobile-ts",
- "version": "1.0.0",
- "rnx-kit": {
- "reactNativeVersion": "^0.68.2",
- "kitType": "app",
- "capabilities": [
- "animation",
- "checkbox",
- "core",
- "core-android",
- "core-ios",
- "core-windows",
- "filesystem",
- "gestures",
- "modal",
- "navigation/native",
- "navigation/stack",
- "react",
- "react-dom",
- "safe-area",
- "screens",
- "svg"
- ]
- },
- "resolutions": {
- "@types/react": "17.0.14",
- "@types/react-dom": "17.0.14"
- }
- }
|