{
  "name": "@quintype/native-components",
  "version": "2.30.19",
  "description": "",
  "main": "src/index.js",
  "scripts": {
    "test": "jest --detectOpenHandles",
    "lint": "npx eslint './src/**/*.{js,jsx}'",
    "lint:ci": "npx eslint $(git diff --pretty='' --diff-filter=d --name-only origin/master..HEAD -- '*.js' '*.jsx') ./start.js"
  },
  "dependencies": {
    "@react-native-community/slider": "^4.5.3",
    "atob": "^2.1.2",
    "base-64": "^1.0.0",
    "date-fns": "^2.15.0",
    "lint-staged": "^10.5.3",
    "prop-types": "15.7.2",
    "quintype-js": "1.2.1",
    "react-htmltext": "^0.40.2",
    "react-native-fast-image": ">=8.3.2",
    "react-native-image-pan-zoom": "^2.1.12",
    "react-native-is-detox": "^1.2.3",
    "react-native-lightbox": "0.8.1",
    "react-native-modal": "^13.0.1",
    "react-native-share": "^10.2.0",
    "react-native-star-rating-widget": "^1.7.3",
    "react-native-track-player": "^4.1.1"
  },
  "peerDependencies": {
    "@react-navigation/native": ">=6.1.17",
    "lodash": ">=4.17.20",
    "react": ">=17.0.2",
    "react-native": ">=0.67.5",
    "react-native-blob-util": ">=6.7.4",
    "react-native-device-info": "^11.1.0",
    "react-native-fast-image": ">=8.3.2",
    "react-native-linear-gradient": "^2.8.3",
    "react-native-pdf": ">=6.7.4",
    "react-native-render-html": ">=4.2.3",
    "react-native-vector-icons": "^10.0.0",
    "react-native-webview": ">=11.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.11.1",
    "@babel/runtime": "^7.11.2",
    "@react-native-community/eslint-config": "^2.0.0",
    "@testing-library/jest-native": "^3.4.3",
    "@testing-library/react-native": "^7.1.0",
    "babel-jest": "^26.3.0",
    "eslint": "^7.18.0",
    "eslint-config-airbnb": "^18.2.1",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-react": "^7.22.0",
    "eslint-plugin-react-hooks": "^4.2.0",
    "husky": "^4.2.5",
    "jest": "^26.4.0",
    "metro-react-native-babel-preset": "^0.62.0",
    "react": "18.2.0",
    "react-native": "0.71.17",
    "react-native-svg": "^12.3.0",
    "react-navigation-hooks": "^1.1.0",
    "react-test-renderer": "16.13.1"
  },
  "jest": {
    "preset": "react-native",
    "setupFilesAfterEnv": [
      "./jest-setup.js",
      "@testing-library/jest-native/extend-expect"
    ],
    "moduleNameMapper": {
      "^components(.*)$": "<rootDir>/src/js/components$1"
    },
    "moduleDirectories": [
      "node_modules",
      "src"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{js,jsx}": [
      "git add",
      "npx eslint --fix"
    ],
    "*.{css,scss}": [
      "npx prettier --write",
      "npx stylelint",
      "git add"
    ]
  }
}
