{
  "name": "@codeleap/mobile",
  "version": "6.8.0",
  "main": "src/index.ts",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "license": "UNLICENSED",
  "repository": {
    "url": "https://github.com/codeleap-uk/internal-libs-monorepo.git",
    "type": "git",
    "directory": "packages/mobile"
  },
  "devDependencies": {
    "@codeleap/config": "6.8.0",
    "@codeleap/form": "6.8.0",
    "@codeleap/hooks": "6.8.0",
    "@codeleap/logger": "6.8.0",
    "@codeleap/portals": "6.8.0",
    "@codeleap/query": "6.8.0",
    "@codeleap/styles": "6.8.0",
    "@codeleap/types": "6.8.0",
    "@codeleap/utils": "6.8.0"
  },
  "scripts": {
    "build": "tsc --build tsconfig.build.json",
    "lint": "eslint -c  .eslintrc.js --fix \"./src/**/*.{ts,tsx,js,jsx}\""
  },
  "peerDependencies": {
    "@codeleap/types": "6.8.0",
    "@codeleap/utils": "6.8.0",
    "@codeleap/hooks": "6.8.0",
    "@codeleap/form": "6.8.0",
    "@codeleap/query": "6.8.0",
    "@codeleap/logger": "6.8.0",
    "@codeleap/styles": "6.8.0",
    "@codeleap/portals": "6.8.0",
    "@d11/react-native-fast-image": "8.12.0",
    "@react-native-firebase/messaging": "23.4.1",
    "@react-navigation/bottom-tabs": "7.4.9",
    "@react-navigation/native": "7.1.18",
    "@react-navigation/native-stack": "7.3.28",
    "react": "19.1.0",
    "react-native": "0.81.5",
    "react-native-calendars": "1.1313.0",
    "react-native-date-picker": "5.0.10",
    "react-native-device-info": "14.1.1",
    "react-native-gesture-handler": "2.28.0",
    "react-native-image-crop-picker": "0.51.0",
    "react-native-image-viewing": "0.2.2",
    "react-native-localize": "3.5.2",
    "react-native-mmkv": "3.3.3",
    "react-native-super-grid": "4.6.1",
    "typescript": "5.5.2"
  },
  "dependencies": {
    "@miblanchard/react-native-slider": "2.3.1",
    "react-native-currency-input": "^1.1.1",
    "react-native-masked-text": "1.13.0",
    "react-native-reanimated-carousel": "4.0.2",
    "react-native-sortables": "1.1.1",
    "react-native-uuid": "2.0.3"
  }
}
