{
  "name": "@devloops/react-native-variant",
  "version": "0.3.7",
  "private": false,
  "displayName": "react-native-variant",
  "description": "react-native material ui library",
  "license": "MIT",
  "homepage": "https://meftunca.github.io/react-native-variant",
  "repository": "https://github.com/meftunca/react-native-variant",
  "author": {
    "email": "buraksenturk25@gmail.com",
    "name": "Muhammed Burak Şentürk",
    "url": "https://meftunca.github.io/react-native-variant"
  },
  "keywords": [
    "react",
    "react-native",
    "ui",
    "material",
    "material-theme",
    "menu",
    "appbar",
    "bottom navigation",
    "input",
    "textfield",
    "surface",
    "web"
  ],
  "scripts": {
    "compile": "bob build;npx publish",
    "babel:compile": "rm -rf lib;babel --no-babelrc --config-file=./babel.config.publish.js --extensions '.js,jsx,.ts,.tsx'  src --ignore '**/__tests__/**' --copy-files --delete-dir-on-start --out-dir lib/commonjs && del-cli 'lib/**/__tests__' && yarn tsc ",
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "start": "react-native start",
    "test": "jest",
    "web": "webpack-dev-server --open",
    "web:start": "react-app-rewired start --scripts-version=react-scripts-ts",
    "build:web": "react-app-rewired build --scripts-version=react-scripts-ts",
    "serve:web": "react-app-rewired test --scripts-version=react-scripts-ts --env=jsdom",
    "publish": "npm publish --access public"
  },
  "main": "./lib/commonjs/index.js",
  "module": "./lib/module/index.js",
  "react-native": "./lib/commonjs/index.js",
  "types": "./lib/typescript/index.d.ts",
  "typings": "./lib/typescript/index.d.ts",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "files": [
    "lib/"
  ],
  "dependencies": {
    "@callstack/react-theme-provider": "^3.0.5",
    "color": "^3.1.2"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "react-native-gesture-handler": "^1.5.2",
    "react-native-reanimated": "^1.4.0",
    "react-native-safe-area-context": "^0.6.1",
    "react-native-safe-area-view": "^1.0.0",
    "react-native-vector-icons": "^6.6.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.7.4",
    "@babel/core": "^7.7.4",
    "@babel/plugin-proposal-class-properties": "^7.7.4",
    "@babel/plugin-proposal-decorators": "^7.7.4",
    "@babel/plugin-proposal-export-default-from": "^7.7.4",
    "@babel/plugin-proposal-numeric-separator": "^7.7.4",
    "@babel/plugin-proposal-object-rest-spread": "^7.7.4",
    "@babel/plugin-proposal-optional-chaining": "^7.7.4",
    "@babel/plugin-syntax-jsx": "^7.7.4",
    "@babel/plugin-transform-modules-commonjs": "^7.7.4",
    "@babel/plugin-transform-runtime": "^7.7.4",
    "@babel/preset-env": "^7.7.4",
    "@babel/preset-flow": "^7.7.4",
    "@babel/preset-react": "^7.7.4",
    "@babel/preset-typescript": "^7.7.4",
    "@babel/runtime": "^7.7.4",
    "@hot-loader/react-dom": "^16.11.0",
    "@react-native-community/bob": "https://github.com/meftunca/bob.git",
    "@react-native-community/eslint-config": "^0.0.5",
    "@react-navigation/bottom-tabs": "^5.0.0-alpha.27",
    "@react-navigation/core": "^5.0.0-alpha.29",
    "@react-navigation/drawer": "^5.0.0-alpha.30",
    "@react-navigation/native": "^5.0.0-alpha.21",
    "@react-navigation/stack": "^5.0.0-alpha.46",
    "@types/jest": "^24.0.25",
    "@types/react": "^16.9.17",
    "@types/react-dom": "^16.9.4",
    "@types/react-native": "^0.60.26",
    "@types/react-native-vector-icons": "^6.4.5",
    "@types/react-test-renderer": "16.9.1",
    "awesome-typescript-loader": "^5.2.1",
    "babel-jest": "^24.9.0",
    "babel-loader": "^8.0.6",
    "babel-plugin-module-resolver": "^4.0.0",
    "babel-plugin-react-native-web": "^0.12.0-rc.1",
    "babel-plugin-typescript-to-proptypes": "^1.1.0",
    "core-js": "^2.6.5",
    "customize-cra": "^0.9.1",
    "file-loader": "^5.0.2",
    "html-webpack-plugin": "^3.2.0",
    "jest": "^24.9.0",
    "metro-react-native-babel-preset": "^0.57.0",
    "module-alias": "^2.2.2",
    "react": "16.12.0",
    "react-app-rewire-hot-loader": "^2.0.1",
    "react-app-rewired": "^2.1.5",
    "react-docgen": "^5.0.0",
    "react-dom": "^16.12.0",
    "react-hot-loader": "^4.12.18",
    "react-native": "0.61.5",
    "react-native-gesture-handler": "^1.5.2",
    "react-native-reanimated": "^1.4.0",
    "react-native-safe-area-context": "^0.6.1",
    "react-native-safe-area-view": "^1.0.0",
    "react-native-screens": "^2.0.0-alpha.22",
    "react-native-typescript-transformer": "^1.2.13",
    "react-native-vector-icons": "^6.6.0",
    "react-native-web": "^0.12.0-rc.1",
    "react-router-dom": "^5.1.2",
    "react-scripts": "^3.3.0",
    "react-scripts-ts": "^3.1.0",
    "react-test-renderer": "16.12.0",
    "ts-loader": "^6.2.1",
    "typescript": "^3.7.4",
    "url-loader": "^3.0.0"
  },
  "@react-native-community/bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      [
        "commonjs",
        {
          "flow": true
        }
      ],
      "module",
      "typescript"
    ],
    "files": [
      "src/"
    ]
  },
  "detox": {
    "test-runner": "jest"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
