{
  "name": "react-native-ui-lib",
  "version": "8.4.0",
  "main": "src/index.js",
  "types": "src/index.d.ts",
  "author": "Ethan Sharabi <ethan.shar@gmail.com>",
  "homepage": "https://github.com/wix/react-native-ui-lib",
  "license": "MIT",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wix/react-native-ui-lib"
  },
  "scripts": {
    "start": "watchman watch-del-all && react-native start --client-logs",
    "pod-install": "(cd ios && pod install)",
    "ios": "react-native run-ios",
    "android": "react-native run-android",
    "iPad": "react-native run-ios --simulator='iPad Pro (9.7 inch)'",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:perf": "TEST_RUNNER_ARGS='--testMatch **/*.perf.js' reassure measure",
    "xcode": "xed ios",
    "build": "node scripts/build/build.js",
    "build:local": "./scripts/build/createLocalPackage.sh",
    "release": "node ./scripts/release/release.js"
  },
  "dependencies": {
    "babel-plugin-transform-inline-environment-variables": "^0.0.2",
    "color": "^3.1.0",
    "commons-validator-js": "^1.0.237",
    "date-fns": "^2.29.3",
    "deprecated-react-native-prop-types": "^2.3.0",
    "hoist-non-react-statics": "^3.0.0",
    "lodash": "^4.17.21",
    "memoize-one": "^5.0.5",
    "prop-types": "^15.5.10",
    "react-freeze": "^1.0.0",
    "react-native-redash": "^12.0.3",
    "semver": "^5.5.0",
    "tinycolor2": "^1.4.2",
    "url-parse": "^1.2.0",
    "wix-react-native-text-size": "1.0.9"
  },
  "devDependencies": {
    "@babel/cli": "^7.16.8",
    "@babel/core": "^7.25.2",
    "@babel/plugin-transform-modules-commonjs": "^7.17.9",
    "@babel/preset-env": "^7.25.3",
    "@babel/preset-react": "^7.10.1",
    "@babel/runtime": "^7.26.10",
    "@formatjs/intl-datetimeformat": "^6.0.3",
    "@formatjs/intl-getcanonicallocales": "^2.0.2",
    "@formatjs/intl-locale": "^3.0.3",
    "@formatjs/intl-numberformat": "^8.0.4",
    "@formatjs/intl-pluralrules": "^5.0.3",
    "@react-native-community/blur": "4.4.1",
    "@react-native-community/cli": "15.0.1",
    "@react-native-community/cli-platform-android": "15.0.1",
    "@react-native-community/cli-platform-ios": "15.0.1",
    "@react-native-community/datetimepicker": "8.2.0",
    "@react-native-community/netinfo": "11.3.3",
    "@react-native/babel-preset": "0.77.3",
    "@react-native/metro-config": "0.77.3",
    "@react-native/typescript-config": "0.77.3",
    "@shopify/flash-list": "1.7.6",
    "@testing-library/react-native": "^11.5.1",
    "@types/hoist-non-react-statics": "^3.3.1",
    "@types/jest": "^29.5.13",
    "@types/lodash": "^4.0.0",
    "@types/prop-types": "^15.5.3",
    "@types/react": "18.3.24",
    "@types/react-test-renderer": "^18.3.0",
    "@types/tinycolor2": "^1.4.2",
    "@types/url-parse": "^1.4.3",
    "@welldone-software/why-did-you-render": "^3.2.1",
    "babel-plugin-lodash": "^3.3.4",
    "babel-plugin-module-resolver": "^5.0.0",
    "jest": "^29.6.3",
    "light-date": "^1.2.0",
    "moment": "^2.24.0",
    "object-hash": "^3.0.0",
    "postcss": "^8.4.21",
    "postcss-js": "^4.0.0",
    "prettier": "^3.2.5",
    "react": "18.3.1",
    "react-autobind": "^1.0.6",
    "react-dom": "18.3.1",
    "react-native": "0.77.3",
    "react-native-fs": "^2.20.0",
    "react-native-gesture-handler": "2.24.0",
    "react-native-haptic-feedback": "^1.11.0",
    "react-native-linear-gradient": "2.6.2",
    "react-native-mmkv": "3.2.0",
    "react-native-navigation": "8.1.2",
    "react-native-reanimated": "3.18.0",
    "react-native-safe-area-context": "5.6.2",
    "react-native-shimmer-placeholder": "^2.0.6",
    "react-native-svg": "15.11.2",
    "react-native-svg-transformer": "1.5.0",
    "react-test-renderer": "18.3.1",
    "reassure": "^0.4.1",
    "setimmediate": "^1.0.5",
    "shell-utils": "^1.0.10",
    "typescript": "5.0.4",
    "uilib-native": "^5.0.1"
  },
  "peerDependencies": {
    "react": ">=18.3.1",
    "react-native": ">=0.77.3",
    "react-native-gesture-handler": ">=2.24.0",
    "react-native-reanimated": ">=3.17.5",
    "react-native-safe-area-context": ">=5.6.2",
    "uilib-native": "^5.0.1"
  },
  "jest": {
    "preset": "react-native",
    "transformIgnorePatterns": [
      "node_modules/(?!(@react-native|react-native|react-native-reanimated|react-native-redash|uilib-native)/)"
    ],
    "testPathIgnorePatterns": [
      "/e2e/",
      "/node_modules/",
      "/typings/",
      "/expoDemo/",
      "/uilib-docs/"
    ],
    "setupFiles": [
      "./jestSetup/jest-setup.js"
    ],
    "testMatch": [
      "**/*.spec.(js|ts|tsx)"
    ],
    "fakeTimers": {
      "legacyFakeTimers": true
    }
  },
  "engines": {
    "node": ">=18"
  },
  "files": [
    "*.js",
    "*.d.ts",
    "!scripts",
    "scripts/release/prReleaseNotesCommon.js",
    "scripts/docs/buildDocsCommon.js",
    "src",
    "testkit",
    "ReactNativeUILib.podspec",
    "!babel.config.js",
    "!src/**/*.ts",
    "src/**/*.d.ts",
    "!src/**/*.tsx",
    "!src/**/__tests__",
    "!**/.DS_Store",
    "lib/components",
    "lib/ios",
    "lib/android",
    "!lib/android/build",
    "!lib/scripts",
    "lib/package.json",
    "lib/ReactNativeUILib.podspec"
  ]
}
