{
  "name": "react-native-minuit",
  "version": "1.3.74",
  "description": "Internal library for all minuit products",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "react-native": "src/index",
  "source": "src/index",
  "scripts": {},
  "keywords": [
    "react-native",
    "ios",
    "android"
  ],
  "repository": "https://github.com/minuitagency/react-native-minuit",
  "author": "minuit.agency",
  "license": "MIT",
  "homepage": "https://minuit.agency/",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@react-native-community/eslint-config": "^3.0.2",
    "eslint": "^8.4.1",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^28.1.1",
    "prettier": "^2.0.5",
    "react": "17.0.2",
    "react-native": "0.68.2"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "eslintConfig": {
    "root": true,
    "parser": "@babel/eslint-parser",
    "extends": [
      "@react-native-community",
      "prettier"
    ],
    "rules": {
      "prettier/prettier": [
        "error",
        {
          "quoteProps": "consistent",
          "singleQuote": true,
          "tabWidth": 2,
          "trailingComma": "es5",
          "useTabs": false
        }
      ]
    }
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/"
  ],
  "dependencies": {
    "@legendapp/motion": "^2.1.10",
    "algoliasearch": "^4.14.2",
    "firebase": "^9.20.0",
    "geofirex": "^0.1.0",
    "lodash": "^4.17.21",
    "moment": "^2.29.4",
    "moment-range": "^4.0.2",
    "react-native-calendars": "^1.1300.0",
    "react-native-modalbox": "^2.0.2",
    "react-native-responsive-dimensions": "^3.1.1",
    "reactn": "^2.2.7",
    "rxjs": "^7.5.7"
  }
}
