{
  "name": "native-base-v3",
  "version": "0.2.5",
  "description": "Essential cross-platform UI components for React Native",
  "main": "dist/bundle.web.js",
  "module": "dist/bundle.web.js",
  "types": "lib/typescript/src/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "files": [
    "src",
    "lib",
    "android",
    "ios",
    "cpp",
    "@native-base/v3.podspec",
    "!lib/typescript/example",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "scripts": {
    "test": "jest",
    "typescript": "tsc --noEmit",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "prepare": "bob build",
    "release": "release-it",
    "example": "yarn --cwd example",
    "pods": "cd example && pod-install --quiet",
    "bootstrap": "yarn example && yarn && yarn pods"
  },
  "keywords": [
    "react-native",
    "ios",
    "android"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/geekyants/native-base.git"
  },
  "author": "GeekyAnts <npm@geekyants.com> (https://github.com/geekyants)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/geekyants/native-base/issues"
  },
  "homepage": "https://github.com/geekyants/native-base#readme",
  "devDependencies": {
    "@babel/preset-typescript": "^7.12.1",
    "@commitlint/config-conventional": "^8.3.4",
    "@react-native-community/bob": "^0.16.2",
    "@react-native-community/eslint-config": "^2.0.0",
    "@release-it/conventional-changelog": "^1.1.4",
    "@types/jest": "^26.0.0",
    "@types/lodash": "^4.14.162",
    "@types/react": "^16.9.19",
    "@types/react-native": "0.62.13",
    "@types/react-native-vector-icons": "^6.4.6",
    "@types/styled-components": "^5.0.1",
    "@types/styled-system": "^5.1.9",
    "babel-loader": "^8.2.1",
    "babel-plugin-react-native-web": "^0.14.8",
    "commitlint": "^8.3.5",
    "eslint": "^7.10.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-prettier": "^3.1.3",
    "husky": "^4.2.5",
    "jest": "^26.0.1",
    "pod-install": "^0.1.0",
    "prettier": "^2.0.5",
    "react": "16.11.0",
    "react-dom": "16.11.0",
    "react-native": "0.62.2",
    "react-native-web": "^0.14.8",
    "release-it": "^13.5.8",
    "typescript": "^3.8.3",
    "url-loader": "^4.1.1",
    "webpack": "^5.4.0",
    "webpack-cli": "^4.2.0",
    "webpack-dev-server": "^3.11.0"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "react-native-svg": "*",
    "react-native-vector-icons": "*",
    "styled-components": "*",
    "styled-system": "*"
  },
  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": [
      "<rootDir>/example/node_modules",
      "<rootDir>/lib/"
    ]
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "pre-commit": "yarn lint && yarn typescript"
    }
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "release-it": {
    "git": {
      "commitMessage": "chore: release ${version}",
      "tagName": "v${version}"
    },
    "npm": {
      "publish": true
    },
    "github": {
      "release": true
    },
    "plugins": {
      "@release-it/conventional-changelog": {
        "preset": "angular"
      }
    }
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/"
  ],
  "prettier": {
    "quoteProps": "consistent",
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "es5",
    "useTabs": false
  },
  "@react-native-community/bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  },
  "dependencies": {
    "@expo/vector-icons": "^10.0.6",
    "@types/tinycolor2": "^1.4.2",
    "babel-eslint": "^10.1.0",
    "deepmerge": "^4.2.2",
    "expo-font": "^8.3.0",
    "hoist-non-react-statics": "^3.3.2",
    "lodash": "^4.17.20",
    "react-native-material-ripple": "^0.9.1",
    "react-native-svg": "^12.1.0",
    "react-native-unimodules": "~0.10.1",
    "react-native-vector-icons": "^7.1.0",
    "styled-components": "^5.2.0",
    "styled-system": "^5.1.5",
    "tinycolor2": "^1.4.2"
  },
  "directories": {
    "example": "example",
    "lib": "lib"
  }
}
