{
  "name": "@react-pakistan/react-native-commons-collection",
  "version": "2.10.0",
  "description": "React Native Commons Collection built upon React StoryBook",
  "module": "index.js",
  "main": "index.js",
  "types": "index.d.tsx",
  "scripts": {
    "android": "yarn clean:build && yarn prestorybook && react-native run-android",
    "build": "yarn clean:build && yarn build:ts && cp package.json lib && cp README.md lib",
    "build:android": "cd android && ./gradlew assembleRelease && cd ..;",
    "build:ts": "tsc --project tsconfig.build.json",
    "clean": "npx react-native-clean-project",
    "clean:build": "yarn rimraf ./lib",
    "ios": "yarn clean:build && yarn prestorybook && react-native run-ios",
    "lint": "yarn lint:ts && yarn lint:css",
    "lint:css": "stylelint 'src/**/*.ts' --config stylelint.config.js",
    "lint:staged": "lint-staged",
    "lint:ts": "eslint --config .eslintrc .",
    "major": "npm version major",
    "minor": "npm version minor",
    "patch": "npm version patch",
    "pod:install": "cd ./ios && pod install && cd ..;",
    "pod:update": "cd ./ios && pod update && cd ..;",
    "prestorybook": "rnstl",
    "publish:github": "yarn build && cd lib/ && npm publish && cd ..",
    "publish:npm": "yarn build && cd lib/ && npm publish --access public && cd ..",
    "start": "yarn clean:build && react-native start",
    "storybook": "start-storybook -p=9002",
    "test": "jest --coverage --config ./jest.config.js",
    "test:badges": "yarn test && jest-coverage-badges",
    "upgrade": "ncu -u -x react-native-svg"
  },
  "devDependencies": {
    "@babel/core": "^7.19.1",
    "@babel/eslint-parser": "^7.19.1",
    "@babel/preset-typescript": "^7.18.6",
    "@babel/runtime": "^7.19.0",
    "@react-native-community/async-storage": "^1.12.1",
    "@react-native-community/eslint-config": "^3.1.0",
    "@react-native-community/segmented-control": "^2.2.2",
    "@react-native-community/slider": "^4.3.1",
    "@react-pakistan/eslint-config-shared": "^1.4.40",
    "@react-pakistan/react-native-icon-collection": "^2.5.11",
    "@react-pakistan/util-functions": "^1.12.5",
    "@react-pakistan/util-react-native-functions": "^1.6.37",
    "@storybook/addon-essentials": "^6.5.12",
    "@storybook/addon-knobs": "^6.4.0",
    "@storybook/addon-ondevice-actions": "^5.3.23",
    "@storybook/addon-ondevice-knobs": "^5.3.26",
    "@storybook/react-native": "^5.3.25",
    "@storybook/react-native-server": "^5.3.23",
    "@types/jest": "^29.0.3",
    "@types/react": "^18.0.21",
    "@types/react-native": "^0.70.3",
    "@types/react-test-renderer": "^18.0.0",
    "@types/storybook__react": "^5.2.1",
    "@types/styled-components-react-native": "^5.1.3",
    "@typescript-eslint/eslint-plugin": "^5.38.0",
    "@typescript-eslint/parser": "^5.38.0",
    "awesome-typescript-loader": "^5.2.1",
    "babel-jest": "^29.0.3",
    "babel-loader": "^8.2.5",
    "babel-plugin-module-resolver": "^4.1.0",
    "eslint": "^8.24.0",
    "husky": "^8.0.1",
    "jest": "^29.0.3",
    "lint-staged": "^13.0.3",
    "metro-react-native-babel-preset": "^0.72.3",
    "metro-runtime": "^0.72.3",
    "react": "^18.2.0",
    "react-docgen-typescript-loader": "^3.7.2",
    "react-native": "^0.70.1",
    "react-native-codegen": "^0.70.5",
    "react-native-device-info": "^10.2.0",
    "react-native-pager-view": "^6.0.0",
    "react-native-storybook-loader": "^2.0.5",
    "react-native-svg": "^12.3.0",
    "react-native-typescript-transformer": "^1.2.13",
    "react-powerplug": "^1.0.0",
    "react-redux": "^8.0.4",
    "react-test-renderer": "^18.2.0",
    "styled-components": "^5.3.5",
    "stylelint": "^14.12.1",
    "stylelint-config-react-native-styled-components": "^0.5.0",
    "stylelint-config-recommended": "^9.0.0",
    "stylelint-config-styled-components": "^0.1.1",
    "stylelint-processor-styled-components": "^1.10.0",
    "stylelint-react-native": "^2.4.0",
    "ts-jest": "^29.0.2",
    "typescript": "^4.8.3"
  },
  "jest": {
    "preset": "react-native"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-pakistan/react-native-commons-collection.git"
  },
  "author": "Taimoor Khan",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/react-pakistan/react-native-commons-collection/issues"
  },
  "homepage": "https://github.com/react-pakistan/react-native-commons-collection#readme",
  "lint-staged": {
    "*.{ts,tsx}": [
      "yarn lint"
    ]
  },
  "config": {
    "react-native-storybook-loader": {
      "searchDir": [
        "./__stories__/"
      ],
      "pattern": "*.story.tsx",
      "outputFile": "./__stories__/story-loader.ts"
    }
  },
  "engines": {
    "node": ">=10",
    "npm": ">=6",
    "yarn": "*"
  },
  "keywords": [
    "activity-indicator",
    "button",
    "colors",
    "date-picker",
    "flat-list",
    "image",
    "image-background",
    "keyboard-avoiding-view",
    "page-viewer",
    "pressable",
    "refresh-control",
    "safe-area-view",
    "scroll-view",
    "section-list",
    "segmented-control",
    "slider",
    "spacer",
    "status-bar",
    "switch",
    "text",
    "text-input",
    "touchable-highlight",
    "touchable-native-feedback",
    "touchable-opacity",
    "touchable-without-feedback",
    "typography",
    "view",
    "views"
  ],
  "dependencies": {
    "appcenter": "^4.4.5",
    "appcenter-analytics": "^4.4.5",
    "appcenter-crashes": "^4.4.5"
  }
}
