{
  "name": "@jobber/components-native",
  "version": "0.115.1",
  "license": "MIT",
  "description": "React Native implementation of Atlantis",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GetJobber/atlantis.git"
  },
  "author": "The Frends",
  "bugs": {
    "url": "https://github.com/GetJobber/atlantis/issues"
  },
  "homepage": "https://github.com/GetJobber/atlantis#readme",
  "main": "dist/src/index.js",
  "module": "dist/src/index.js",
  "types": "dist/types/src/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/types/src/index.d.ts",
      "default": "./dist/src/index.js"
    },
    "./primitives": {
      "types": "./dist/types/src/primitives/index.d.ts",
      "default": "./dist/src/primitives/index.js"
    },
    "./meta.json": "./dist/src/utils/meta/meta.json",
    "./dist/src/utils/meta/meta.json": "./dist/src/utils/meta/meta.json",
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "dist/docs/**/*",
    "src",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "ios",
    "cpp",
    "*.podspec",
    "!ios/build",
    "./jestSetup.js"
  ],
  "scripts": {
    "clean": "rm -rf dist/* tsconfig.build.tsbuildinfo",
    "build": "pnpm run build:clean && pnpm run compile && pnpm run build:llm-docs:bundle",
    "build:llm-docs:bundle": "pnpm run build:llm-docs:clean && pnpm run build:llm-docs:mobile",
    "build:llm-docs:mobile": "pnpm run --filter @jobber/atlantis-site generate:llm-docs -- --platform mobile --out ../components-native/dist/docs",
    "build:llm-docs:clean": "rm -rf ./dist/docs",
    "bootstrap": "pnpm run build",
    "prepack": "pnpm run build",
    "watch": "tsc -p tsconfig.build.json --watch --preserveWatchOutput",
    "compile": "tsc -p tsconfig.build.json",
    "build:clean": "rm -rf ./dist",
    "storybook": "storybook dev -p 6008 --disable-telemetry",
    "storybook:build": "storybook build --disable-telemetry"
  },
  "dependencies": {
    "@react-native-clipboard/clipboard": "^1.11.2",
    "@react-native-picker/picker": "^2.4.10",
    "@rn-primitives/portal": "^1.4.0",
    "@rn-primitives/select": "^1.4.0",
    "autolinker": "^4.0.0",
    "deepmerge": "^4.2.2",
    "lodash": "^4.18.1",
    "react-hook-form": "^7.52.0",
    "react-intl": "^7.1.11",
    "react-native-keyboard-controller": "^1.20.7",
    "react-native-toast-message": "^2.1.6",
    "react-native-uuid": "^2.0.4",
    "ts-xor": "^1.1.0"
  },
  "devDependencies": {
    "@babel/runtime": "^7.29.2",
    "@gorhom/bottom-sheet": "^5.2.8",
    "@jobber/design": "0.120.0",
    "@jobber/hooks": "2.21.1",
    "@react-native-community/datetimepicker": "^8.4.5",
    "@react-native/babel-preset": "^0.82.1",
    "@storybook/addon-a11y": "10.3.5",
    "@storybook/addon-mcp": "^0.4.2",
    "@storybook/react-native-web-vite": "10.3.5",
    "@testing-library/react-native": "^13.3.3",
    "@types/jest": "^29.5.14",
    "@types/lodash.chunk": "^4.2.7",
    "@types/lodash.debounce": "^4.0.7",
    "@types/lodash.identity": "^3.0.7",
    "@types/node": "^22.19.17",
    "@types/react-test-renderer": "19.1.0",
    "date-fns": "^2.30.0",
    "date-fns-tz": "^2.0.0",
    "react": "19.1.1",
    "react-dom": "19.1.1",
    "react-native": "^0.82.1",
    "react-native-gesture-handler": "^2.29.1",
    "react-native-keyboard-controller": "^1.12.0",
    "react-native-modal-datetime-picker": "^18.0.0",
    "react-native-reanimated": "^3.7.1",
    "react-native-safe-area-context": "^5.4.0",
    "react-native-screens": "^4.18.0",
    "react-native-svg": "^15.1.0",
    "react-native-web": "^0.20.0",
    "react-test-renderer": "19.1.1",
    "storybook": "10.3.5",
    "vite": "^8.0.9"
  },
  "peerDependencies": {
    "@babel/core": "^7.4.5",
    "@gorhom/bottom-sheet": "^5.2.8",
    "@jobber/design": "*",
    "@jobber/hooks": ">=2",
    "@react-native-community/datetimepicker": ">=6.7.0",
    "date-fns": "^2.30.0",
    "date-fns-tz": "^2.0.0",
    "react": "^19.1.0",
    "react-intl": "^6 || ^7",
    "react-native": ">=0.79.5",
    "react-native-gesture-handler": ">=2.22.0",
    "react-native-keyboard-controller": "^1.20.7",
    "react-native-modal-datetime-picker": " >=13.0.0",
    "react-native-reanimated": "^3.0.0",
    "react-native-safe-area-context": "^5.4.0",
    "react-native-screens": ">=4.18.0",
    "react-native-svg": ">=12.0.0"
  },
  "gitHead": "df5ca5cd691c56be40fad67fae7ea644724656cc"
}
