{
  "name": "mindinventory-expo-boilerplate",
  "version": "1.0.0",
  "main": "node_modules/expo/AppEntry.js",
  "scripts": {
    "start": "NODE_ENV=default APP_ENV=default npx expo start --reset-cache",
    "start:development": "NODE_ENV=development APP_ENV=development npx expo start --reset-cache",
    "start:staging": "NODE_ENV=staging APP_ENV=staging npx expo start --reset-cache",
    "start:production": "NODE_ENV=production APP_ENV=production npx expo start --reset-cache",
    "android": "expo start --android",
    "ios": "expo start --ios",
    "web": "expo start --web",
    "typescript": "tsc --noEmit",
    "prepare": "husky install",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx",
    "fix:lint": "yarn lint --fix && yarn typescript",
    "icons": "cd scripts && node icons.js",
    "images": "cd scripts && node images.js",
    "screens": "cd scripts && node generateScreenFile.js",
    "svgs": "cd scripts && node svgIcons.js"
  },
  "dependencies": {
    "@react-native-async-storage/async-storage": "1.23.1",
    "@react-native-community/netinfo": "11.3.1",
    "@react-navigation/native": "^6.1.18",
    "@react-navigation/native-stack": "^6.11.0",
    "@reduxjs/toolkit": "^2.2.7",
    "axios": "^1.7.7",
    "expo": "^51.0.28",
    "expo-font": "~12.0.9",
    "expo-image": "~1.13.0",
    "expo-localization": "~15.0.3",
    "expo-status-bar": "~1.12.1",
    "formik": "^2.4.6",
    "i18n-js": "^4.4.3",
    "react": "18.2.0",
    "react-native": "0.74.5",
    "react-native-gesture-handler": "~2.16.1",
    "react-native-network-logger": "^1.17.0",
    "react-native-reanimated": "~3.10.1",
    "react-native-safe-area-context": "4.10.5",
    "react-native-screens": "3.31.1",
    "react-native-svg": "15.2.0",
    "react-redux": "^9.1.2",
    "redux": "^5.0.1",
    "redux-persist": "^6.0.0",
    "redux-thunk": "^3.1.0",
    "yup": "^1.4.0"
  },
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@babel/preset-env": "^7.25.4",
    "@babel/runtime": "^7.25.6",
    "@commitlint/cli": "^19.5.0",
    "@commitlint/config-conventional": "^19.5.0",
    "@react-native/eslint-config": "^0.75.3",
    "@react-native/metro-config": "^0.75.3",
    "@react-native/typescript-config": "^0.75.3",
    "@types/i18n-js": "^3.8.9",
    "@types/jest": "^29.5.13",
    "@types/react": "~18.2.79",
    "@types/react-test-renderer": "^18.3.0",
    "@typescript-eslint/parser": "^8.7.0",
    "babel-jest": "^29.7.0",
    "babel-plugin-module-resolver": "^5.0.2",
    "eslint": "^9.11.1",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-import": "^2.30.0",
    "eslint-plugin-import-order-autofix": "^0.8.3",
    "eslint-plugin-no-inline-styles": "^1.0.5",
    "eslint-plugin-prettier": "^5.2.1",
    "eslint-plugin-react-hooks": "^4.6.2",
    "eslint-plugin-react-native": "^4.1.0",
    "eslint-plugin-sort-destructure-keys": "^2.0.0",
    "eslint-plugin-sort-keys-fix": "^1.1.2",
    "husky": "^9.1.6",
    "jest": "^29.7.0",
    "prettier": "^3.3.3",
    "react-native-dotenv": "^3.4.11",
    "react-native-svg-transformer": "^1.5.0",
    "react-test-renderer": "^18.3.1",
    "typescript": "~5.3.3"
  },
  "resolutions": {
    "@types/react": "^18.0.24"
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/"
  ]
}
