{
  "name": "@axelor/aos-mobile-core",
  "version": "9.0.10",
  "author": "Axelor",
  "license": "AGPL-3.0-only",
  "publishConfig": {
    "access": "public"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "clean": "rm -rf lib/",
    "compile": "tsc -p tsconfig.build.json",
    "dev": "npm run compile -- --watch",
    "build": "npm run clean && npm run compile && npm run copy:assets",
    "npm-publish": "npm publish",
    "lint": "eslint .",
    "format": "prettier --write src/",
    "format:check": "prettier --check src/",
    "copy:assets": "cpx src/assets/** lib/assets",
    "license:add": "npx add-copyright-header --generate --dir 'src'"
  },
  "dependencies": {
    "@axelor/aos-mobile-error": "9.0.10",
    "@axelor/aos-mobile-ui": "9.0.10",
    "@react-navigation/drawer": "7.7.13",
    "@react-navigation/native": "7.1.28",
    "@react-navigation/native-stack": "7.10.1",
    "@react-navigation/stack": "7.6.16",
    "@reduxjs/toolkit": "2.11.2",
    "axios": "1.13.2",
    "i18next": "25.7.4",
    "moment": "2.30.1",
    "react-i18next": "16.4.1",
    "react-native-calendars": "1.1313.0",
    "react-native-reanimated": "4.2.0",
    "react-native-signature-canvas": "5.0.1",
    "react-native-syntax-highlighter": "^2.1.0",
    "react-native-worklets": "0.7.1",
    "react-redux": "9.2.0",
    "yup": "1.7.1"
  },
  "peerDependencies": {
    "@react-native-clipboard/clipboard": "1.16.3",
    "@react-native-documents/picker": "12.0.0",
    "react": "19.2.0",
    "react-native": "0.83.1",
    "react-native-blob-util": "0.24.6",
    "react-native-contacts": "8.0.7",
    "react-native-datawedge-intents": "^0.1.8",
    "react-native-date-picker": "5.0.13",
    "react-native-device-info": "15.0.1",
    "react-native-file-viewer": "^2.1.5",
    "react-native-fs": "^2.20.0",
    "react-native-gesture-handler": "2.30.0",
    "react-native-mmkv": "3.3.3",
    "react-native-safe-area-context": "5.6.2",
    "react-native-screens": "4.18.0",
    "react-native-share": "12.2.1",
    "react-native-static-safe-area-insets": "^2.2.0",
    "react-native-toast-message": "2.3.3",
    "react-native-vision-camera": "4.7.2",
    "react-native-webview": "13.16.0"
  },
  "devDependencies": {
    "@babel/runtime": "^7.25.0",
    "@react-native-clipboard/clipboard": "1.16.3",
    "@react-native-documents/picker": "12.0.0",
    "@react-native/babel-preset": "0.83.1",
    "@react-native/eslint-config": "0.83.1",
    "@react-native/typescript-config": "0.83.1",
    "@types/react": "^19.2.0",
    "cpx2": "^4.2.0",
    "eslint": "8.57.0",
    "prettier": "^3.3.3",
    "react": "19.2.0",
    "react-native": "0.83.1",
    "react-native-blob-util": "0.24.6",
    "react-native-datawedge-intents": "^0.1.8",
    "react-native-date-picker": "5.0.13",
    "react-native-device-info": "15.0.1",
    "react-native-file-viewer": "^2.1.5",
    "react-native-fs": "^2.20.0",
    "react-native-gesture-handler": "2.30.0",
    "react-native-mmkv": "3.3.3",
    "react-native-reanimated": "4.2.0",
    "react-native-safe-area-context": "5.6.2",
    "react-native-share": "12.2.1",
    "react-native-static-safe-area-insets": "^2.2.0",
    "react-native-toast-message": "2.3.3",
    "react-native-vision-camera": "4.7.2",
    "react-native-webview": "13.16.0",
    "react-native-worklets": "0.7.1"
  },
  "resolutions": {
    "@types/react": "^19.2.0",
    "react-native-reanimated": "4.2.0"
  },
  "overrides": {
    "react-native-calendars": {
      "react-native-safe-area-context": "5.6.2"
    }
  }
}
