{
  "name": "react-native-tbase",
  "version": "2.2.5",
  "private": false,
  "description": "React Native TBase",
  "main": "index.ts",
  "license": "MIT",
  "homepage": "https://github.com/MinhhTuann988/rn-tbase",
  "files": [
    "src",
    "android",
    "index.ts",
    "babel.config.js"
  ],
  "author": {
    "name": "Minh Tuan",
    "email": "minhhtuann988@gmail.com",
    "url": "https://github.com/MinhhTuann988"
  },
  "scripts": {
    "config": "cp -r babel.config.js ../../babel.config.js && cd ../.. && yarn add @shopify/flash-list react-native-fast-image react-native-gesture-handler react-native-linear-gradient react-native-mmkv react-native-pager-view react-native-safe-area-context react-native-svg react-native-reanimated && yarn add --dev @babel/plugin-proposal-decorators babel-plugin-module-resolver"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/MinhhTuann988/rn-tbase.git"
  },
  "bugs": {
    "url": "https://github.com/MinhhTuann988/rn-tbase/issues"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "dependencies": {
    "mobx": "^6.0.0",
    "mobx-react-lite": "^3.0.0",
    "react-native-head-tab-view": "^4.0.0-rc.0",
    "react-native-keyboard-aware-scroll-view": "^0.9.5",
    "react-native-skeleton-content-nonexpo": "^1.0.13",
    "react-native-swipe-list-view": "^3.2.9",
    "react-native-tab-view": "^3.0.0",
    "react-native-tab-view-collapsible-header": "^2.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.12.9",
    "@babel/plugin-proposal-decorators": "^7.18.2",
    "@babel/runtime": "^7.12.5",
    "@react-native-community/eslint-config": "^2.0.0",
    "@types/jest": "^26.0.23",
    "@types/react-native": "^0.67.3",
    "@types/react-test-renderer": "^17.0.1",
    "@typescript-eslint/eslint-plugin": "^5.17.0",
    "@typescript-eslint/parser": "^5.17.0",
    "babel-jest": "^26.6.3",
    "babel-plugin-module-resolver": "^4.1.0",
    "eslint": "^7.32.0",
    "jest": "^26.6.3",
    "metro-react-native-babel-preset": "^0.67.0",
    "react-test-renderer": "17.0.2",
    "typescript": "^4.4.4"
  },
  "peerDependencies": {
    "@react-native-masked-view/masked-view": ">=0.2.0",
    "@shopify/flash-list": ">=1.0.0",
    "react-native-fast-image": ">=8.0.0",
    "react-native-gesture-handler": ">=2.0.0",
    "react-native-linear-gradient": ">=2.0.0",
    "react-native-mmkv": ">=2.0.0",
    "react-native-pager-view": ">=5.0.0",
    "react-native-safe-area-context": ">=4.0.0",
    "react-native-reanimated": ">=2.0.0"
  },
  "resolutions": {
    "@types/react": "^17"
  }
}
