{
  "name": "react-native-ui-block",
  "version": "0.0.3",
  "description": "A collection of simple React Native UI blocks to quickly build React Native apps.",
  "main": "lib/dist/index.js",
  "author": "Jin Shin <jinshin1013@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jinshin1013/react-native-ui-block/issues"
  },
  "homepage": "https://github.com/jinshin1013/react-native-ui-block#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jinshin1013/react-native-ui-block.git"
  },
  "keywords": [
    "react-native",
    "ui"
  ],
  "scripts": {
    "start:playground": "react-native start",
    "pod-install": "cd Playground/ios && pod install",
    "ios": "react-native run-ios --project-path ./Playground/ios",
    "android": "react-native run-android",
    "lint:lib": "eslint ./lib",
    "build:lib": "rm -rf ./lib/dist && tsc --project tsconfig.lib.json"
  },
  "peerDependencies": {
    "react": ">=16.8.3",
    "react-native": ">=0.59.0"
  },
  "devDependencies": {
    "@babel/core": "7.10.3",
    "@babel/plugin-proposal-decorators": "7.8.3",
    "@babel/runtime": "7.9.6",
    "@react-native-community/slider": "3.0.0",
    "@types/react": "16.9.41",
    "@types/react-native": "0.62.13",
    "@typescript-eslint/eslint-plugin": "2.34.0",
    "@typescript-eslint/parser": "2.34.0",
    "eslint": "6.8.0",
    "eslint-config-prettier": "6.11.0",
    "eslint-plugin-prettier": "3.1.4",
    "eslint-plugin-react": "7.20.0",
    "eslint-plugin-react-hooks": "4.0.4",
    "metro-react-native-babel-preset": "0.59.0",
    "mobx": "5.15.4",
    "mobx-react-lite": "2.0.7",
    "prettier": "2.0.5",
    "react": "16.13.1",
    "react-native": "0.62.2",
    "react-native-navigation": "6.8.0",
    "typescript": "3.9.5"
  }
}
